Changelog
This commit is contained in:
parent
c32784e8ae
commit
318c33e8ff
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
## 0.9.11 - 2017-12-07
|
||||||
|
|
||||||
|
- Fix ssl mode for the connection url in the bookmarks, GH-320
|
||||||
|
- Add support for CORS, GH-321
|
||||||
|
- Fix custom query results counter for empty queries, GH-322
|
||||||
|
- Reorganize the table context menu, GH-323
|
||||||
|
- Disable database connection string text field autocomplete, GH-327
|
||||||
|
- Add db prefix to the table export files, GH-329
|
||||||
|
- Add database view context menu with export actions, GH-330
|
||||||
|
|
||||||
## 0.9.10 - 2017-11-03
|
## 0.9.10 - 2017-11-03
|
||||||
|
|
||||||
- Make idle connection timeout configurable, [GH-282]
|
- Make idle connection timeout configurable, [GH-282]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
|
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
|
||||||
|
|
||||||
ENV PGWEB_VERSION 0.9.10
|
ENV PGWEB_VERSION 0.9.11
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user