diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-03-02 14:14:29 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-03-02 14:14:29 +0200 |
commit | fd9357a49589eb52e94b44a2eb405765b640f758 (patch) | |
tree | eb34e7aa564469e4a8f25ee25e480f02e2c8de7e | |
parent | ba73d31123ddba2f20b2b87975f3fc3282b28bb9 (diff) | |
download | wekan-fd9357a49589eb52e94b44a2eb405765b640f758.tar.gz wekan-fd9357a49589eb52e94b44a2eb405765b640f758.tar.bz2 wekan-fd9357a49589eb52e94b44a2eb405765b640f758.zip |
Separate platforms and new features
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d58ea7f..214e3f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,25 @@ # Upcoming Wekan release -This release adds following new features: +This release adds the following supported platforms: -* Make Due Date layout nicer on minicard; -* Added tooltip for board menu and sidebar buttons. +* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev); * [Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only mirroring](https://github.com/wekan/wekan-postgresql) for SQL access with any programming language or Office package that has PostgreSQL support, like newest LibreOffice 3.5; -* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup); -* [Daily export of Wekan changes as JSON to Logstash and - ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash); -* [Wekan stats](https://github.com/wekan/wekan-stats); -* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev); * [Install from source on Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows). +and adds the following new features: + +* Make Due Date layout nicer on minicard; +* Added tooltip for board menu and sidebar buttons; +* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup); +* [Daily export script of Wekan changes as JSON to Logstash and + ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash); +* [Wekan stats script](https://github.com/wekan/wekan-stats). + and fixes the following bugs: * Dockerfile was missing EXPOSE $PORT; |