diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-14 19:28:06 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-14 19:28:06 +0300 |
commit | aeec9f6ef8d8de07c6c8b8001fe2bbeb012b9fa8 (patch) | |
tree | 4bdc971df59353fb2dffd03b6454ca0a4ef6cb16 | |
parent | 454aa05987118056aa772d3b9d16c5665903fd86 (diff) | |
download | wekan-aeec9f6ef8d8de07c6c8b8001fe2bbeb012b9fa8.tar.gz wekan-aeec9f6ef8d8de07c6c8b8001fe2bbeb012b9fa8.tar.bz2 wekan-aeec9f6ef8d8de07c6c8b8001fe2bbeb012b9fa8.zip |
- Markdown support in Custom Fields, and view on minicard
- Fixes to Advanced Filter, you are now able to filter for Dropdown and Numbers,
also Dropdown are now correctly displayed on minicard
- Fix Issue with custom fields shown on card
- Fix showing public board in list mode
- Fix for not able to remove Custom Field "Show on Card"
Related #807
Closes #1659,
closes #1623,
closes #1683
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 31410bf2..3be0b8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Upcoming Wekan release + +This release adds the following new features: + +* [Markdown support in Custom Fields, and view on minicard](https://github.com/wekan/wekan/pull/1699); +* [Fixes to Advanced Filter, you are now able to filter for Dropdown and Numbers, + also Dropdown are now correctly displayed on minicard](https://github.com/wekan/wekan/pull/1699). + +and fixes the following bugs: + +* [Fix data colour changes on cards](https://github.com/wekan/wekan/pull/1698); +* [Fix for migration error "title is required" and breaking of Standalone and + Sandstorm Wekan](https://github.com/wekan/wekan/commit/8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e#commitcomment-29362180); +* [Fix Issue with custom fields shown on card](https://github.com/wekan/wekan/issues/1659); +* [Fix showing public board in list mode](https://github.com/wekan/wekan/issues/1623); +* [Fix for not able to remove Custom Field "Show on Card"](https://github.com/wekan/wekan/pull/1699). + +Thanks to GitHub users feuerball11, oec and xet7 for their contributions. + # v1.04 2018-06-12 Wekan release This release adds the following new features: |