From e3167fcdc98712763e720a5d3966c229807ccce5 Mon Sep 17 00:00:00 2001 From: krystofkomanec Date: Mon, 25 Nov 2024 10:35:22 +0100 Subject: [PATCH] 4.13 --- changelog.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/changelog.rst b/changelog.rst index 4a8a920..0ea8417 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,6 +1,36 @@ Changelog ********* +.. _v4.13: + +4.13 +==== + +* *Release: 3 December 2024* + +* **Breaking:** + + * Increased metamodel version for Document Template to 16 (all document templates need to be upgraded manually) + * Increased metamodel version for Knowledge Model to 17 (it will not be possible to import knowledge models to older DSW versions) + +* **Features:** + + * Added Value question validation + * Added rename and move file to Document Template Editor + +* **Bugfixes:** + + * Fixed deleting Document Template assets would not work when deleted from list + * Fixed deleted List of Items questions would be visible in Item Select question selection + * Fixed first character in URL field would be copied into Label field in URL Reference + * Fixed wrong actions on public KM + +* **Misc:** + + * Improved wording for empty chapter info caused by Question Tags selection + * Improved message when retesting token in Registry + * Improved closing sidebar in Project toggles named version switch + .. _v4.12.1-frontend: 4.12.1 (frontend)