summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-01 14:10:10 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-01 14:10:10 +0200
commit98917523fced8136dcc803f77800fa038c8294d0 (patch)
treeb96cf66ffa0c0940525df384f92f6c3964e42e59 /CHANGELOG.md
parente9a3601d2ed3c86d0d15790cc95c00d8a8cc3a23 (diff)
parent1683bcb3e5980d3af4a07c4bb22e534b98eff862 (diff)
downloadwekan-98917523fced8136dcc803f77800fa038c8294d0.tar.gz
wekan-98917523fced8136dcc803f77800fa038c8294d0.tar.bz2
wekan-98917523fced8136dcc803f77800fa038c8294d0.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82e98421..e59520e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.98 2019-01-01 Wekan release
This release adds the following new features:
@@ -7,6 +7,11 @@ This release adds the following new features:
and fixes the following bugs:
- docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container does not exist yet. Thanks to xet7.
+- [Mobile fixes](https://github.com/wekan/wekan/pull/2084), thanks to hupptechnologies:
+ - Move home button / avatar bar from bottom to top. So at top first is home button / avatar, then others.
+ - When clicking Move Card, go to correct page position. Currently it's at empty page position, and there is
+ need to scroll page up to see Move Card options. It should work similarly like Copy Card, that is visible.
+ - Also check that other buttons go to visible page.
Thanks to above GitHub users for their contributions.