Update changelog and docker image
This commit is contained in:
parent
5e748d0cef
commit
7d81998577
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
## 0.9.8 - 2017-08-04
|
||||||
|
|
||||||
|
- Fixed error checking in the API, GH-234
|
||||||
|
- Fixed activity tab to support PG 9.x versions, GH-237
|
||||||
|
- Remember sort column and order for pagination, GH-240
|
||||||
|
- Use `sslmode=disable` for bookmarks without sslmode option, GH-244
|
||||||
|
- Javascript fixes for IE9-11, GH-245
|
||||||
|
- Require confirmation for the disconnect, GH-246
|
||||||
|
- Clean the results table on manual disconnect
|
||||||
|
|
||||||
## 0.9.7 - 2017-04-04
|
## 0.9.7 - 2017-04-04
|
||||||
|
|
||||||
- Fixed issue with locked session and empty db url, GH-206
|
- Fixed issue with locked session and empty db url, GH-206
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.3
|
FROM alpine:3.3
|
||||||
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
|
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
|
||||||
|
|
||||||
ENV PGWEB_VERSION 0.9.7
|
ENV PGWEB_VERSION 0.9.8
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user