summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md72
1 files changed, 69 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9d2e5fb..5e78a6fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,73 @@
-# Upcoming Wekan release
+# v1.84 2018-12-07 Wekan release
This release fixes the following bugs:
+- Fix 2/8: IFTTT Rule action/trigger ["Remove all members from the card"](https://github.com/wekan/wekan/issues/1972).
+
+Thanks to GitHub user BurakTuran9 for contributions.
+
+# v1.83 2018-12-06 Wekan release
+
+This release fixes the following bugs:
+
+- Fix 1/8: IFTTT Rule action/trigger [When a checklist is completed](https://github.com/wekan/wekan/issues/1972).
+ And partial incomplete fix to when all of checklist is set as uncompleted. Help in fixing welcome.
+
+Thanks to GitHub users BurakTuran9 and xet7 for their contributions.
+
+# v1.82 2018-12-05 Wekan release
+
+This release fixes the following bugs:
+
+- Partially #2045 revert [Improve authentication](https://github.com/wekan/wekan/issues/2016),
+ adding back password/LDAP dropdown, because login did now work.
+ NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79,
+ and then reverted partially at v1.82 because login did not work.
+ Related LDAP logout timer does not work yet.
+
+Thanks to GitHub user xet7 for contributions.
+
+# v1.81 2018-12-04 Wekan release
+
+This release fixes the following bugs:
+
+- Remove extra commas `,` and add missing backslash `\`.
+ Maybe after that login, logout and CORS works.
+
+Thanks to GitHub user xet7 for contributions.
+
+Related #2045,
+related wekan/wekan-snap#69
+
+# v1.80 2018-12-03 Wekan release
+
+This release adds the following new features:
+
+- Upgrade Node from v8.12 to v8.14
+
+and fixes the following bugs:
+
+- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before.
+
+Thanks to GitHub user xet7 for contributions.
+
+# v1.79 2018-12-03 Wekan release
+
+This release adds the following new features:
+
+- [Improve authentication, removing Login password/LDAP dropdown](https://github.com/wekan/wekan/issues/2016).
+ NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79.
+ Thanks to Akuket.
+- Thanks to xet7:
+ - Build snap also on i386, armhf and arm64. Ignore if it fails. More fixes will be added later.
+ - Add CORS https://enable-cors.org/server_meteor.html to Standalone Wekan settings.
+ - Add missing LDAP and TIMER environment variables.
+
+and fixes the following bugs:
+
- Fix: Message box for deleting subtask unreachable.
Thanks to hupptechnologies. Closes #1800
+- Fix wrong dates in ChangeLog. Thanks to kelvinhammond.
Thanks to above GitHub users for their contributions.
@@ -59,6 +123,7 @@ Thanks to GitHub user alkemyst for contributions.
This release fixes the following bugs:
- Revert Improve authentication to [fix Login failure](https://github.com/wekan/wekan/issues/2004).
+ NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79.
Thanks to GitHub users Broxxx3 and xet7 for their contributions.
@@ -80,6 +145,7 @@ This release adds the following new features and bugfixes:
- Adding an option to choose the default authentication method with env var.
- Bug fix that allowed a user to connect with the password method while his user.authenticationMethod is "ldap" for example.
- Adding a server-side method which allows disconnecting a user after a delay defined by env vars.
+ - NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79.
- [Improve shell scripts](https://github.com/wekan/wekan/pull/2002). Thanks to warnerjon12.
Thanks to above GitHub users and translators for their contributions.
@@ -185,11 +251,11 @@ REST API: [Allow to remove the full list of labels/members through the API](http
Thanks to GitHub user bentiss for contributions.
-# v1.62 2018-20-24 Wekan release
+# v1.62 2018-10-24 Wekan release
- Fix missing dropdown arrow on Chrome. Thanks to xet7. Closes #1964
-# v1.61 2018-20-24 Wekan release
+# v1.61 2018-10-24 Wekan release
- Fix lint error. Thanks to xet7.