mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Update changelog, docker version
This commit is contained in:
parent
31f6261c1c
commit
4066de695d
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
## 0.11.7 - 2020-10-18
|
||||||
|
|
||||||
|
- Releases are built with Go 1.15
|
||||||
|
- Show results row context menu on custom query results, GH-457
|
||||||
|
- Do not terminate if local authentication failed on start, GH-463
|
||||||
|
- Do not show other databases if session is locked, GH-470
|
||||||
|
- Strip debug information from binary to reduce size, GH-489
|
||||||
|
- Disable autocomplete on database search field, GH-492
|
||||||
|
- Improve windows connection error matching during start, GH-493
|
||||||
|
|
||||||
## 0.11.6 - 2020-02-19
|
## 0.11.6 - 2020-02-19
|
||||||
|
|
||||||
- Add CLI options for SSL key, cert and root certs, GH-452
|
- Add CLI options for SSL key, cert and root certs, GH-452
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||||
ENV PGWEB_VERSION 0.11.6
|
ENV PGWEB_VERSION 0.11.7
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user