From 3168c4067d2680f39d72de4e485290b3a4fb10da Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 19 Nov 2019 21:59:09 +0200 Subject: v3.55 --- CHANGELOG.md | 6 ++++-- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 26 ++++++++++++++++++++++---- public/api/wekan.yml | 9 ++++++++- sandstorm-pkgdef.capnp | 4 ++-- 7 files changed, 39 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 100acea0..89998e2c 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 e7fa75b1..77c6c328 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 c5a0b91e..2125bdc2 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 259f7d01..a9dfb5bd 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 070f4f3b..a7aaad7f 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 full name of the user +showDesktopDragHandles +boolean +false +none +does the user want to hide system messages? + + hiddenSystemMessages boolean false @@ -15662,6 +15677,13 @@ UserSecurity does the user want to hide system messages? +hiddenMinicardLabelText +boolean +false +none +does the user want to hide minicard label texts? + + initials string false @@ -15773,10 +15795,6 @@ UserSecurity boardView -board-view-collapse - - -boardView board-view-cal diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 51ac3feb..fab804b7 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -2896,10 +2896,18 @@ definitions: description: | full name of the user type: string + showDesktopDragHandles: + description: | + does the user want to hide system messages? + type: boolean hiddenSystemMessages: description: | does the user want to hide system messages? type: boolean + hiddenMinicardLabelText: + description: | + does the user want to hide minicard label texts? + type: boolean initials: description: | initials of the user @@ -2944,7 +2952,6 @@ definitions: enum: - board-view-lists - board-view-swimlanes - - board-view-collapse - board-view-cal listSortBy: description: | diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 5a88af74..f4bc9612 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 356, + appVersion = 357, # Increment this for every release. - appMarketingVersion = (defaultText = "3.54.0~2019-11-18"), + appMarketingVersion = (defaultText = "3.55.0~2019-11-19"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, -- cgit v1.2.3-1-g7c22