From fd9357a49589eb52e94b44a2eb405765b640f758 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 2 Mar 2017 14:14:29 +0200 Subject: Separate platforms and new features --- CHANGELOG.md | 19 +++++++++++-------- 1 file 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; -- cgit v1.2.3-1-g7c22