update changelog

This commit is contained in:
Simon Vieille 2025-04-16 19:46:40 +02:00
commit cdad60ca7a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,5 +1,19 @@
## [Unreleased]
## 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
## 4.1.1
### Fixed
* fix(CssController): add missing NoCSRFRequired import (#397)