From 43a967b2740e123187f98022d2ec6abd186b7d51 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 00:37:02 +0300 Subject: - Fix typo in English translation. Thanks to zypA13510 ! --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 198ff639..210b7fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* [Fix typo in English translation](https://github.com/wekan/wekan/commit/c94edb6bb01933f6dae2cfb61bef0d43d7588414). + +Thanks to GitHub user zypA13510 for contributions. + # v1.07 2018-06-14 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22 From fde26c21834cf5e817e5bd7b04fa1cb9d4de55f3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 00:45:51 +0300 Subject: - Fix vertical align of user avatar initials. Thanks to pravdomil ! --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 210b7fef..358763c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ This release fixes the following bugs: -* [Fix typo in English translation](https://github.com/wekan/wekan/commit/c94edb6bb01933f6dae2cfb61bef0d43d7588414). +* [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710); +* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714). -Thanks to GitHub user zypA13510 for contributions. +Thanks to GitHub users pravdomil and zypA13510 for their contributions. # v1.07 2018-06-14 Wekan release -- cgit v1.2.3-1-g7c22 From b7d51456eb859cbdf5fbd627796d2c5038ad26d8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 01:06:14 +0300 Subject: - Add more card inner shadow; - Less margin-bottom after minicard. Thanks pravdomil and xet7 ! Related #1690 Related https://github.com/wekan/wekan/pull/1713 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 358763c3..a801988c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +* [Add more card inner shadow](https://github.com/wekan/wekan/commit/6a587299b80a49fce0789628ff65885b5ed2c837); +* [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713); + +and fixes the following bugs: * [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710); * [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714). -Thanks to GitHub users pravdomil and zypA13510 for their contributions. +Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions. # v1.07 2018-06-14 Wekan release -- cgit v1.2.3-1-g7c22 From daa95c582e9f11e15bb67389de5a97ded45dbc42 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 01:40:13 +0300 Subject: - Submit inline form on click outside, fixes "You have an unsaved description" doesn't go away after saving. Thanks to pravdomil and xet7 ! Fixes #1287 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a801988c..e1fe261c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ This release adds the following new features: and fixes the following bugs: * [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710); -* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714). +* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714); +* [Submit inline form on click outside]https://github.com/wekan/wekan/pull/1717), fixes + ["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287). Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions. -- cgit v1.2.3-1-g7c22 From 43dde4a10fc7980089f9344a7be04b8fe673cf28 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 02:14:52 +0300 Subject: - Fix "Error: title is required" by removing find() from all of migrations. Thanks to xet7 ! Closes #1576 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fe261c..d3c4aa55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ and fixes the following bugs: * [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710); * [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714); * [Submit inline form on click outside]https://github.com/wekan/wekan/pull/1717), fixes - ["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287). + ["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287); +* [Fix "Error: title is required" by removing find() from all of migrations](https://github.com/wekan/wekan/commit/97922c90cb42be6c6615639bb164173748982f56). Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions. -- cgit v1.2.3-1-g7c22 From b198a3ed993f161f110929330d80fd21c516024c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 21:29:38 +0300 Subject: Fix typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c4aa55..acb1dc5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and fixes the following bugs: * [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710); * [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714); -* [Submit inline form on click outside]https://github.com/wekan/wekan/pull/1717), fixes +* [Submit inline form on click outside](https://github.com/wekan/wekan/pull/1717), fixes ["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287); * [Fix "Error: title is required" by removing find() from all of migrations](https://github.com/wekan/wekan/commit/97922c90cb42be6c6615639bb164173748982f56). -- cgit v1.2.3-1-g7c22 From d501e5832ab5ac2548f1b814bce3e1d3411fa2b5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 21:31:29 +0300 Subject: Fix typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index acb1dc5c..123303b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This release adds the following new features: * [Add more card inner shadow](https://github.com/wekan/wekan/commit/6a587299b80a49fce0789628ff65885b5ed2c837); -* [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713); +* [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713). and fixes the following bugs: -- cgit v1.2.3-1-g7c22 From 663a4040f965be6e6b120d93cd9fbcf86dcf8906 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 27 Jun 2018 10:24:07 +0300 Subject: Add Georgian language. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 123303b8..2393effd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ This release adds the following new features: * [Add more card inner shadow](https://github.com/wekan/wekan/commit/6a587299b80a49fce0789628ff65885b5ed2c837); -* [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713). +* [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713); +* Add Georgian language. and fixes the following bugs: -- cgit v1.2.3-1-g7c22 From 766b58d91b7a76738ee7c95da2522ef62de866b1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 27 Jun 2018 11:06:37 +0300 Subject: v1.08 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2393effd..67bf5d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# Upcoming Wekan release +# v1.08 2018-06-27 Wekan release This release adds the following new features: * [Add more card inner shadow](https://github.com/wekan/wekan/commit/6a587299b80a49fce0789628ff65885b5ed2c837); * [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713); +* Updated newest node fork binary from Sandstorm to Wekan, see https://releases.wekan.team/node.txt * Add Georgian language. and fixes the following bugs: -- cgit v1.2.3-1-g7c22 From 5619eef6202f3c6f0f483310676724e89ee89632 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 27 Jun 2018 23:37:50 +0300 Subject: - Restore invitation code logic. Please test and add comment to those invitation code issues that this fixes. Thanks to TNick ! --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 67bf5d07..e261c68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* To fix ["title is required"](https://github.com/wekan/wekan/issues/1576) fix only + add-checklist-items and revert all other migration changes](https://github.com/wekan/wekan/issues/1734); +* [Restore invitation code logic](https://github.com/wekan/wekan/pull/1732). Please test and add comment + to those invitation code issues that this fixes. + +Thanks to GitHub users TNick and xet7 for their contributions. + # v1.08 2018-06-27 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22 From bccfa320a96511fc9576cf127e9d28d244a22f3d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 27 Jun 2018 23:56:15 +0300 Subject: - Calendar. Thanks to TNick ! --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e261c68e..c9ed8cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +* [Calendar](https://github.com/wekan/wekan/pull/1728). + +and fixes the following bugs: * To fix ["title is required"](https://github.com/wekan/wekan/issues/1576) fix only add-checklist-items and revert all other migration changes](https://github.com/wekan/wekan/issues/1734); -- cgit v1.2.3-1-g7c22 From 541dc67a02fbcaaddd106d9aded49c60184d9ce6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 28 Jun 2018 00:14:02 +0300 Subject: v1.09 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ed8cf2..c7701572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Upcoming Wekan release +# v1.09 2018-06-28 Wekan release This release adds the following new features: -* [Calendar](https://github.com/wekan/wekan/pull/1728). +* [Calendar](https://github.com/wekan/wekan/pull/1728). Click Lists / Swimlanes / Calendar. and fixes the following bugs: -- cgit v1.2.3-1-g7c22 From a86a8eff2dc1c1862f9ffd53fe722b01faaba8c0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 28 Jun 2018 00:26:37 +0300 Subject: Fix typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c7701572..f1524622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This release adds the following new features: and fixes the following bugs: * To fix ["title is required"](https://github.com/wekan/wekan/issues/1576) fix only - add-checklist-items and revert all other migration changes](https://github.com/wekan/wekan/issues/1734); + [add-checklist-items and revert all other migration changes](https://github.com/wekan/wekan/issues/1734); * [Restore invitation code logic](https://github.com/wekan/wekan/pull/1732). Please test and add comment to those invitation code issues that this fixes. -- cgit v1.2.3-1-g7c22 From 9fceb212d9339977d659421fef7d0c820145dd20 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 28 Jun 2018 13:56:41 +0300 Subject: Fix migration error "TypeError: Checklists.foreach" at Snap, Docker etc. Thanks to Jubi94, kestrelhawk and xet7 ! --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f1524622..444cd970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* Fix migration error "TypeError: Checklists.foreach" at [Snap](https://github.com/wekan/wekan-snap/issues/51), + [Docker](https://github.com/wekan/wekan/issues/1736) etc. + +Thanks to Jubi94, kestrelhawk and xet7 ! + # v1.09 2018-06-28 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22 From ad54a8a48404a84b0bf5ff7dab5348be6dda574e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 28 Jun 2018 14:02:57 +0300 Subject: v1.10 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 444cd970..56fc9f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# Upcoming Wekan release +# v1.10 2018-06-28 Wekan release This release fixes the following bugs: * Fix migration error "TypeError: Checklists.foreach" at [Snap](https://github.com/wekan/wekan-snap/issues/51), [Docker](https://github.com/wekan/wekan/issues/1736) etc. -Thanks to Jubi94, kestrelhawk and xet7 ! +Thanks to GitHub users Jubi94, kestrelhawk and xet7 for their contributions. # v1.09 2018-06-28 Wekan release -- cgit v1.2.3-1-g7c22