From 060e5f0e3308fe2b70f04e5aa332a100e5796a34 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sun, 6 Oct 2024 15:09:33 +0200 Subject: [PATCH] changelog for 518 --- doc/changelog.rst | 23 +++++++++++++++++++++++ doc/conf.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 96a3b5b..1ea6e86 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,29 @@ Changelog ========= +Version 5.1.8 +------------- + +* bug/medium: duplicate items: keep category. fix #5258 +* bug/minor: new version notif: fix link +* bug/minor: import: different default target for csv or eln +* bug/minor: filter snippet: fix match with case +* bug/minor: css: fix caption alignement in view mode +* bug/minor: notifications: fix incorrect url for new comment posted. fix #5267 +* bug/minor: steps deadline: improve step deadlines and their notifications (PR #5264 by Marcel Bolten fix #5142) +* bug/minor: 2fa: fix footer and cancel button +* bug/minor: metadata: scroll to extra fields after loading metadata +* bug/minor: procurement: hide quote column. fix #5195 +* bug/minor: notifications: fix missing .php extension in body column (JSON) of notifications table. fix #5260 by Marcel +* bug/minor: makepdf: fallback to local storage if no storage can be found +* bug/minor: tagsteamssync: fix console script to sync tags between teams +* bug/minor: custom_id: remove custom_id upon deletion +* ux: scheduler: do not ask for comment when creating scheduler event +* ui: teamgroups: rename teamgroups to user groups in interface +* ui: ucp: rename Database to Resources +* feat: audit: skip audit logs for ts_balance +* feat: permissions: add filter for team select + Version 5.1.7 ------------- diff --git a/doc/conf.py b/doc/conf.py index 1b4aa14..2a0628e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '5.1' # The full version, including alpha/beta/rc tags. -release = '5.1.7' +release = '5.1.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.