From 814164e53e87c5adbd1cc3a2e8f6bad57b77d037 Mon Sep 17 00:00:00 2001 From: Peter Lampesberger Date: Wed, 2 May 2018 14:43:47 +0200 Subject: [PATCH 1/5] Change checklist-item line-height to 18px. Fixes #1619 --- client/components/cards/checklists.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index e9a6d8079..de556caf0 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -94,7 +94,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item .checklist-item margin: 0 0 0 0.1em - line-height: 14px + line-height: 18px font-size: 1.1em margin-top: 3px display: flex From d2354827da2153e903e6a93c31753092847ac186 Mon Sep 17 00:00:00 2001 From: Peter L Date: Wed, 2 May 2018 15:16:27 +0200 Subject: [PATCH 2/5] Move checkbox down, so it aligns at the same height like the text --- client/components/cards/checklists.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index de556caf0..823e53371 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item background-color: darken(white, 8%) .check-box - margin-top: 0px + margin-top: 3px; &.is-checked border-bottom: 2px solid #3cb500 border-right: 2px solid #3cb500 @@ -125,6 +125,9 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item &.is-checked color: #8c8c8c font-style: italic + & .viewer + p + margin-bottom: 2px .js-delete-checklist-item margin: 0 0 0.5em 1.33em From f6656a47917a74affa9c04d7c062a6c96d1f6670 Mon Sep 17 00:00:00 2001 From: Peter L Date: Wed, 2 May 2018 15:32:53 +0200 Subject: [PATCH 3/5] Changed px to em and added margin for add-checklist-item link --- client/components/cards/checklists.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index 823e53371..d48c18511 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item background-color: darken(white, 8%) .check-box - margin-top: 3px; + margin: 0.1em 0 0 0; &.is-checked border-bottom: 2px solid #3cb500 border-right: 2px solid #3cb500 @@ -135,5 +135,5 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item padding: 12px 0 0 0 .add-checklist-item - margin: 0 0 0.5em 1.33em + margin: 0.2em 0 0.5em 1.33em display: inline-block From e5c1351e82500ce490fcb92545ba87a23f0c53a6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 2 May 2018 17:16:56 +0300 Subject: [PATCH 4/5] - Checklist items lineheight to 18px, and positioning improvements. Thanks to lichtamberg ! --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32dd5d4c..a2771a488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release adds the following new features: + +* [Checklist items lineheight to 18px, and positioning + improvements](https://github.com/wekan/wekan/issues/1619). + +Thanks to GitHub user lichtamberg for contributions. + # v0.92 2018-05-01 Wekan release This release tries to fix the following bugs, please test: From d77e54fff6dd351c2295cde019946fa74e489507 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 2 May 2018 18:18:16 +0300 Subject: [PATCH 5/5] v0.93 --- CHANGELOG.md | 2 +- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2771a488..adfcf441e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.93 2018-05-02 Wekan release This release adds the following new features: diff --git a/package.json b/package.json index 48aff1f9e..29ef0ffb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.92.0", + "version": "0.93.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index cb5c8a04a..fcda49396 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 = 77, + appVersion = 78, # Increment this for every release. - appMarketingVersion = (defaultText = "0.92.0~2018-05-01"), + appMarketingVersion = (defaultText = "0.93.0~2018-05-02"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,