From ff0ba7bc8095f525b96b79fdcd5a8666927ece88 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 1 Mar 2026 13:27:34 +0100 Subject: [PATCH] update changelog --- docs/changelog.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index e9a4b78..3a74e8e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,43 @@ sidebar_position: 7 # Changelog +## 5.2.1 + +**Added** + +- chore: set side_menu as package name + +**Fixed** + +- fix(LangRepository): check orm capabilities to query entities +- fix(admin/\*SaveButton): cast settings to string + +## 5.2.0 + +**Added** + +* add compatibility with NC33 + +**Fixed** + +* fix #468: force nextcloud logo display css rule (opener-only) + +## 5.1.3 + +**Fixed** + +- fix #445: fix build by adding package-lock.json + +## 5.1.2 + +**Added** + +* add new translations + +**Fixed** + +* fix #441: Side bar not working with Nextcloud 32 (thanks to AndyXheli) + ## 5.1.1 **Fixed** @@ -305,7 +342,7 @@ sidebar_position: 7 **Added** -* add translations (thanks to p-bo adn gallegonovato) +* add translations (thanks to p-bo and gallegonovato) **Fixed**