diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-02-22 02:09:05 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-02-22 02:09:05 +0200 |
commit | d374cd2f813e5e88b0e10b6fe851565b36e5ab0a (patch) | |
tree | 19d7cbfa45e4de37142e6a2dcede722b3f09a89d /CHANGELOG.md | |
parent | ad1a181f6df970265500b9621cfbfa9b38b5de22 (diff) | |
download | wekan-d374cd2f813e5e88b0e10b6fe851565b36e5ab0a.tar.gz wekan-d374cd2f813e5e88b0e10b6fe851565b36e5ab0a.tar.bz2 wekan-d374cd2f813e5e88b0e10b6fe851565b36e5ab0a.zip |
Snap updates:
- cleanup of snap helper scripts
- cleanup and snapctl settings handling
- fix for snap store auto review refusal
- adding support for automatic restart of services when setting(s) are changed.
No need to call systemctl restart anymore.....
- fixing snap set functionality
- adding optional caddy service support ( by default caddy service is disabled),
it can be enabled by calling: snap set wekan caddy-enabled=true
Thanks to kubiko !
Closes wekan/wekan-snap#25, closes wekan/wekan-snap#12,
closes wekan/wekan-snap#29, closes wekan/wekan-snap#33
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f0fea3..84bae500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Upcoming Wekan release + +[Snap updates](https://github.com/wekan/wekan/pull/1495): + +- cleanup of snap helper scripts +- cleanup and snapctl settings handling +- fix for snap store auto review refusal +- adding support for automatic restart of services when setting(s) are changed. + No need to call systemctl restart anymore..... +- fixing snap set functionality +- adding optional caddy service support ( by default caddy service is disabled), + it can be enabled by calling: snap set wekan caddy-enabled=true + +Thanks to GitHub user kubiko for contributions. + # v0.76 2018-02-21 Wekan release This release adds the following new features: |