mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Update changelog, bump docker version
This commit is contained in:
parent
9d0a0e1db1
commit
c9a6065867
@ -1,3 +1,12 @@
|
||||
## 0.11.5 - 2019-12-16
|
||||
|
||||
- Add basic SQL keyword autocompletion, GH-443
|
||||
- SSH Private Key handling update (encrypted keys are supported now), GH-445
|
||||
- Include Go version into `pgweb --version` output, GH-447
|
||||
- Fix long table name bug in the sidebar, GH-448
|
||||
- Add SQL objects (table,views,etc) autocompletion, GH-449
|
||||
- Include Go version into info API endpoint, GH-450
|
||||
|
||||
## 0.11.4 - 2019-10-05
|
||||
|
||||
- Fix SQL export filename, GH-438
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.10
|
||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||
ENV PGWEB_VERSION 0.11.4
|
||||
ENV PGWEB_VERSION 0.11.5
|
||||
|
||||
RUN \
|
||||
apk update && \
|
||||
|
Loading…
Reference in New Issue
Block a user