From 8ae9cb97f7e32a4ede4b0e5c10c10b218a58b4d4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 18 Nov 2017 23:30:20 +0200 Subject: Markdown in card/minicard/checlist titles and checklist items. Next line: Shift+Enter. Submit: Enter. Closes #926. Fix: Emoji detection breaks MAC addresses. Closes #1248. Fix: Codeblocks should not be scanned for emoji. Closes #643. Fix: Whitespace trimming breaks Markdown code block indentation. Closes #1288. Thanks to brooksbecton ! --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f30b00..d92d4c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Upcoming Wekan release + +This release adds the following new features: + +* [Markdown in card/minicard/checlist titles and checklist items. Next line: Shift+Enter. Submit: Enter.](https://github.com/wekan/wekan/pull/1334); + +and fixes the following bugs: + +* [Fix: Emoji detection breaks MAC addresses](https://github.com/wekan/wekan/issues/1248); +* [Fix: Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); +* [Fix: Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288). + +Thanks to Github user brooksbecton for contributions. + # v0.54 2017-11-02 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22 From 9f30eeae61c3b3541d6be11e3404f59cdb4f5c69 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Nov 2017 01:25:28 +0200 Subject: User Admin to Admin Panel: List users. Change: is user admin, name, fullname, email address, is user active. Not changing password yet. Thanks to thuanpq and xet7 ! Related #802 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d92d4c95..43171dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ This release adds the following new features: * [Markdown in card/minicard/checlist titles and checklist items. Next line: Shift+Enter. Submit: Enter.](https://github.com/wekan/wekan/pull/1334); +* [User Admin to Admin Panel: List users. Change: is user admin, name, fullname, email address, is user active. Not changing password yet.](https://github.com/wekan/wekan/pull/1325). and fixes the following bugs: @@ -10,7 +11,7 @@ and fixes the following bugs: * [Fix: Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); * [Fix: Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288). -Thanks to Github user brooksbecton for contributions. +Thanks to Github users brooksbecton, thuanpq and xet7 for their contributions. # v0.54 2017-11-02 Wekan release -- cgit v1.2.3-1-g7c22 From 9353d785ea86b37cc83c88fec1b5b0a29cd9a888 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Nov 2017 09:50:03 +0200 Subject: Fix: Helper to list boards for user. Thanks to milesibastos ! Closes #1326 --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 43171dd0..1f695d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ This release adds the following new features: and fixes the following bugs: -* [Fix: Emoji detection breaks MAC addresses](https://github.com/wekan/wekan/issues/1248); -* [Fix: Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); -* [Fix: Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288). +* [Emoji detection breaks MAC addresses](https://github.com/wekan/wekan/issues/1248); +* [Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); +* [Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288): +* [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327). -Thanks to Github users brooksbecton, thuanpq and xet7 for their contributions. +Thanks to Github users brooksbecton, milesibastos, thuanpq and xet7 for their contributions. # v0.54 2017-11-02 Wekan release -- cgit v1.2.3-1-g7c22 From 62e43c083218150b19eb2962dd7e8cd9c7098c9f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Nov 2017 17:51:26 +0200 Subject: Fix: Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined. Thanks to nztqa ! Closes #1331 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce8e144..20c79fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ and fixes the following bugs: * [Emoji detection breaks MAC addresses](https://github.com/wekan/wekan/issues/1248); * [Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); * [Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288): -* [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327). +* [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327); +* [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331). -Thanks to Github users brooksbecton, milesibastos, soohwa, thuanpq and xet7 for their contributions. +Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions. # v0.54 2017-11-02 Wekan release -- cgit v1.2.3-1-g7c22 From 99be745f0299b32a8a7b30204b43bff7fd5ba638 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Nov 2017 18:04:02 +0200 Subject: Fix: Invitation /sign-up page did not show input for invitation code. Thanks to xet7 ! --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c79fce..ab76d3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ and fixes the following bugs: * [Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); * [Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288): * [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327); -* [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331). +* [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331); +* Invitation /sign-up page did not show input for invitation code. Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions. -- cgit v1.2.3-1-g7c22 From 6d93e9ffb074ddd7b49fb756d92d4c53c23f54dc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Nov 2017 18:05:41 +0200 Subject: Add link to commit by xet7 to CHANGELOG invitation code fix. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ab76d3ee..a71f7fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and fixes the following bugs: * [Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288): * [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327); * [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331); -* Invitation /sign-up page did not show input for invitation code. +* [Invitation /sign-up page did not show input for invitation code](https://github.com/wekan/wekan/commit/99be745f0299b32a8a7b30204b43bff7fd5ba638). Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions. -- cgit v1.2.3-1-g7c22 From dfd0b2194746208c85b16fd485e7ca6f0cc34b57 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Nov 2017 19:01:42 +0200 Subject: v0.55 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a71f7fd0..9acedd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.55 2017-11-19 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22