From b13aa23c22608d55ad69f342e5e852f3a3b0140b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 16 Apr 2025 20:25:54 +0200 Subject: [PATCH] update changelog remove support to v3.x --- docs/changelog.md | 28 +++++++++++++++++++++++++++- docs/support.md | 5 +++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0feaa97..f9b0cb3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,32 @@ sidebar_position: 7 # Changelog +## 5.0.0 + +**Fixed** + +* fix apps's order in the standard menu + +**Added** + +* add new translations +* add route `/apps/side_menu/user/config` +* add new UI for admin and personals settings + +**Changed** + +* migrate to Vue 3 and so add/update or remove dependencies +* replace CSS with SCSS +* remove route `/apps/side_menu/js/script` +* remove generated Javascript using PHP +* rewrite the standard menu of Nextcloud + +**Security** + +* fix CVE-2023-44270 +* fix CVE-2024-9506 +* fix CVE-2024-6783 + ## 4.1.1 **Fixed** @@ -75,11 +101,11 @@ sidebar_position: 7 * update translations * update ci steps names +* fully apply Nextcloud AppMenu.vue updates **Fixed** * add accessibility to open and close buttons (#311) -* fully apply Nextcloud AppMenu.vue updated (#326) * add missing label on the 'save' button in personal settings (fix #318) **Changed** diff --git a/docs/support.md b/docs/support.md index 5348d90..2922c96 100644 --- a/docs/support.md +++ b/docs/support.md @@ -11,8 +11,9 @@ You can also join the official room on Matrix: [#custommenu:neutralnetwork.org]( | Version | Security | Bug | New feature | | :--: | :--: | :--: | :--: | -| 4.x | Yes | Yes | Yes | -| 3.x | Yes | Yes | No | +| 5.x | Yes | Yes | Yes | +| 4.x | Yes | Yes | No | +| 3.x | No | No | No | | 2.x | No | No | No | | 1.x | No | No | No |