diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-22 16:56:02 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-22 16:56:02 +0300 |
commit | 1b94b919fe953d8da5ad2cd358866579481bbeb2 (patch) | |
tree | 24d79b3e139342a8848bebb744a5d1f97e98aa8d | |
parent | d68ad5af042893069f4c28f56f4aaf862d5a1799 (diff) | |
download | wekan-1b94b919fe953d8da5ad2cd358866579481bbeb2.tar.gz wekan-1b94b919fe953d8da5ad2cd358866579481bbeb2.tar.bz2 wekan-1b94b919fe953d8da5ad2cd358866579481bbeb2.zip |
This release adds the following new features:
Add Caddy plugins:
- [http.filter](https://caddyserver.com/docs/http.filter)
for changing Wekan UI on the fly, for example custom logo,
or changing to all different CSS file to have custom theme;
- [http.ipfilter](https://caddyserver.com/docs/http.ipfilter)
to block requests by ip address;
- [http.realip](https://caddyserver.com/docs/http.realip)
for showing real X-Forwarded-For IP to behind proxy;
- Turn off Caddy telemetry.
Thanks to Caddy contributors and xet7 !
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f31501..8d31a282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Upcoming Wekan release + +This release adds the following new features: + +Add Caddy plugins: +- [http.filter](https://caddyserver.com/docs/http.filter) + for changing Wekan UI on the fly, for example custom logo, + or changing to all different CSS file to have custom theme; +- [http.ipfilter](https://caddyserver.com/docs/http.ipfilter) + to block requests by ip address; +- [http.realip](https://caddyserver.com/docs/http.realip) + for showing real X-Forwarded-For IP to behind proxy; +- Turn off Caddy telemetry. + +Thanks to Caddy contributors and Github user xet7 for their contributions! + # v1.34 2018-08-22 Wekan release This release fixes the following bugs: |