mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
Update changelog, docker version
This commit is contained in:
parent
31f6261c1c
commit
4066de695d
12
CHANGELOG.md
12
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
|
||||
|
||||
- Add CLI options for SSL key, cert and root certs, GH-452
|
||||
@ -326,4 +336,4 @@
|
||||
|
||||
## 0.1.0 - 2014-10-14
|
||||
|
||||
- Initial release
|
||||
- Initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.10
|
||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||
ENV PGWEB_VERSION 0.11.6
|
||||
ENV PGWEB_VERSION 0.11.7
|
||||
|
||||
RUN \
|
||||
apk update && \
|
||||
|
Loading…
Reference in New Issue
Block a user