diff --git a/CHANGELOG.md b/CHANGELOG.md index 100acea0a..89998e2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ -# Upcoming Wekan release +# v3.55 2019-11-19 Wekan release This release fixes the following bugs: - [When logged in, use database for setting, so that changes are immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use](https://github.com/wekan/wekan/commit/351d4767d7e93c90ac798769d6071da8730d834f). Thanks to xet7. -- [Use database when logged in. Continued](https://github.com/wekan/wekan/commit/4786b0c18ddeb8f48525216eabebdced7159467d). +- [Use database when logged in. Part 2](https://github.com/wekan/wekan/commit/4786b0c18ddeb8f48525216eabebdced7159467d). + Thanks to xet7. +- [Use database when logged in. Part 3](https://github.com/wekan/wekan/commit/115d23f9293cad8a93f18f75a47a8a65756f71ce). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. diff --git a/Stackerfile.yml b/Stackerfile.yml index e7fa75b1a..77c6c3283 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v3.54.0" +appVersion: "v3.55.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index c5a0b91ef..2125bdc20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.54.0", + "version": "v3.55.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 259f7d014..a9dfb5bd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.54.0", + "version": "v3.55.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 070f4f3b3..a7aaad7ff 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -11621,7 +11621,9 @@ System.out.println(response.toString()); "string" ], "fullname": "string", + "showDesktopDragHandles": true, "hiddenSystemMessages": true, + "hiddenMinicardLabelText": true, "initials": "string", "invitedBoards": [ "string" @@ -12274,7 +12276,9 @@ System.out.println(response.toString()); "string" ], "fullname": "string", + "showDesktopDragHandles": true, "hiddenSystemMessages": true, + "hiddenMinicardLabelText": true, "initials": "string", "invitedBoards": [ "string" @@ -15432,7 +15436,9 @@ UserSecurity "string" ], "fullname": "string", + "showDesktopDragHandles": true, "hiddenSystemMessages": true, + "hiddenMinicardLabelText": true, "initials": "string", "invitedBoards": [ "string" @@ -15598,7 +15604,9 @@ UserSecurity "string" ], "fullname": "string", + "showDesktopDragHandles": true, "hiddenSystemMessages": true, + "hiddenMinicardLabelText": true, "initials": "string", "invitedBoards": [ "string" @@ -15655,6 +15663,13 @@ UserSecurity