From dfd3b4899bfb760190ee1d8819da0aa86f899bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 23 May 2023 19:35:31 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a2141304..b3ba569ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Version 1.2.29 (May 23, 2023) +----------------------------- + +* Avoid potential clipboard based cross-site scripting ([CVE-2023-32685](https://github.com/kanboard/kanboard/security/advisories/GHSA-hjmw-gm82-r4gv)) +* Upgrade Docker image to PHP 8.2 and Alpine 3.18 +* Add themes support: dark, light and automatic mode +* Fix broken "Hide this Column" feature +* Do not close modals when clicking on the background if the form has changed +* Fix incorrect route for "My Activity Stream" +* Fix incorrect parameter encoding when using URLs rewriting +* Add support for task links in Markdown headings +* Handle 413 responses from Nginx when uploading files too large +* Restore all previously loaded translations when sending user notifications +* Regenerate session ID after successful authentication +* Use `SESSION_DURATION` option to define the session lifetime stored in the database + - The option `SESSION_DURATION` is used to define the cookie lifetime. + - With this change, Kanboard will try to use first `SESSION_DURATION` instead of the + default `session.gc_maxlifetime` value. +* Bump `phpunit/phpunit` from `9.6.6` to `9.6.8` + Version 1.2.28 (April 8, 2023) ------------------------------ @@ -218,7 +238,7 @@ Version 1.2.16 (October 9, 2020) * Add ARIA label to user mention * Add ARIA label to letter avatars * Add ARIA label to project select role without label -* Add ARIA label to dropdown autocomplete without label +* Add ARIA label to dropdown autocomplete without label * Add ARIA label to form text editor without label * Add ARIA label to icons with title attributes * Add ARIA label for form inputs without labels