From 2675945f47308b635a6525e87e24d9e71f285afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= <fred@kanboard.net> Date: Sat, 26 Oct 2024 14:41:12 -0700 Subject: [PATCH] docs(changelog): update release notes for v1.2.41 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28df52870..4f0539187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Version 1.2.41 (October 25, 2024) +--------------------------------- + +* feat: add new plugin hooks in project forms +* feat: add option to add BOM at the beginning of CSV files (required for Microsoft Excel) +* feat: validate app config form values +* feat: add cancel button on 2FA code validation screen +* fix: add CSRF check to the logout endpoint +* fix: add HTML escaping when displaying exception message +* fix: add URL validation for external task links +* fix: correct broken migration logic for Sqlite + Version 1.2.40 (September 25, 2024) ----------------------------------- -- GitLab