From 7887a441b3f4ece87b6d52892e1e7c40ef6b9c78 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 7 Jul 2021 21:35:25 +0200 Subject: [PATCH] add compatibility with Nextcloud 22, add CHANGELOG.md, update app icon --- CHANGELOG.md | 190 +++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 2 +- appinfo/info.xml | 4 +- img/icon.svg | 114 +--------------------------- 4 files changed, 194 insertions(+), 116 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dea5d29 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,190 @@ +## v1.25.0 +- add compatibility with Nextcloud 22 +- add CHANGELOG.md (fix #59) +- update app icon + +## v1.24.0 +- add option to define the background opacity (fix #53) +- add missing translations + +## v1.23.1 +- fix but wih dark mode opener option + +## v1.23.0 +- add support of dark Theme and Breeze Dark +- add support of Nextcloud 21 + +## v1.22.2 +- fix regression: apps does not open in new tab (fix #55) + +## v1.22.1 +- fix regression: apps does not open in new tab + +## v1.22.0 +- Add option to sort categories (fix #53) +- Update admin UI + +## v1.21.0 +- [FEATURE] Logo in the menu links to main page of installation (#51) + +## v1.20.1 +- Fix translations + +## v1.20.0 +- [FEATURE] Ability to remove apps from the Big Menu (#49) + +## v1.19.1 +- fix #47: setting for list/grid view in files app flashes and dissapears + +## v1.19.0 +- add option: the menu is enabled by default for users (fix #46) + +## v1.18.0 +- add option to show link to settings (fix #44) +- refactor menus using several components + +## v1.17.0 +- compliance with the app checker +- add an action to export the configuration +- add an action to purge the cache + +## v1.16.3 +- fix links that must be opened in new window (https://help.nextcloud.com/t/external-petit-probleme-concernant-lapplication-external-sites-ou-sites-externes/94884/11) + +## v1.16.2 +- fix issue with personal settings when global settings are forced + +## v1.16.1 +- fix #42: add cache to manage failures to access apps.nextcloud.com +- fix #41: side menu was hover apps list + +## v1.16.0 +- add an option to force settings to users (fix #38) + +## v1.15.0 +- New name +- Fix #36: always displayed is not expanding + +## v1.14.0 +- add an api accessed by components +- add a config proxy in controllers +- fix translations + +## v1.13.0 +- add an option to display the avatar instead of the logo (fix #34) + +## v1.12.3 +- add a delay before moving elements (fix #33) + +## v1.12.2 +- fix #30: `Always displayed` menu can not be close using touchscreens + +## v1.12.1 +- fix typo +- fix translations + +## v1.12.0 +- fix #30: administrators and users can select what apps must be opened in new tab +- fix typo + +## v1.11.0 +- add the option for opening apps in new tab (fix #29) +- fix issue with the header of the always displayed menu + +## v1.10.0 +- add images to select the display of the menu +- add live preview +- update translations +- update app info + +## v1.9.3 +- fix regression with logo display + +## v1.9.2 +- add the option “always displayed” which fixes the position of the menu to the left and always displays the application icons (fix #21, fix #2) + +## v1.8.6 +- add translations: `fr` and `de` +- improve and publish the `Makefile` +- update documentation + +## v1.8.5 +- fix #28: menu items invisible after 1.8.4 + +## v1.8.4 +- fix #27: disable side menu on public pages - broken in 1.8.3 + +## v1.8.3 +- fix alphabetic order of apps (#26) + +## v1.8.2 +- add icon for closing the big menu (fix #25) +- fix hidden icons in the top menu (fix #23) +- fix missing apps (fix #24) + +## v1.8.1 +- fix issue with links +- fix missing l10n files + +## v1.8.0 +- add a `big menu` display (fix #22) +- add the possibility to choose what apps are displayed in the top menu (fix #22) +- add icon color filter +- add icon opacity filter + +## v1.8.0-rc2 + +## v1.7.0 +- add a loader when the page is unloading +- add compatibility with Nextcloud 19 + +## v1.6.3 +- fix #20: add a shortcut to open and to hide the menu + +## v1.6.2 +- fix #19: add a cache to limit flashes + +## v1.6.1 +- fix #19: add a hack to show external sites in the top menu with navigation + +## v1.6.0 +- Refactoring of javascripts +- Add a page of personal settings +- Add an option to disable the side menu as user + +## v1.5.0 +- fix #19: add option to keep external sites in the top menu +- fix #16 #17: add dark icons and handle the svg filters +- add option to force light icons instead of dark icons + +## v1.4.1 +- FIX #15: make menu start after icon +- Rendering harmonization with browsers + +## v1.4.0 +- Fix #12: add an option to hide the opener and the panel when there is no application + +## v1.3.4 +- FIX #14: add option to show only the opener +- FIX #13: add alternate hamburger icon +- FIX #11: remove error in the console + +## v1.3.3 +- FIX #10: add options to select the size of the icons and the text, or hide them +- Add a second background color to create a background gradiant +- Update documentation + +## v1.3.2 +- FIX #9: opener icon not visible with multiple apps_paths + +## v1.3.1 +- FIX #3: Add an opition the choose the position of the opener (after or before the logo) +- FIX #8: Remove extension of dynamic asset's routes (js, css) + +## v1.3.0 +- FIX #2: add option to open the menu by hovering over opener +- `main.js` is replaced by a controller and a template + +## v1.2.4 +- FIX #7: Opener icon not visible in Safari + diff --git a/Makefile b/Makefile index f036163..09d3f22 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ release: npm-build translations test -d releases/$$VERSION && rm -fr releases/$$VERSION mkdir -p releases/$$VERSION/side_menu - cp -r README.md appinfo css lib img l10n js src templates screenshots releases/$$VERSION/side_menu + cp -r README.md CHANGELOG.md appinfo css lib img l10n js src templates screenshots releases/$$VERSION/side_menu cd releases/$$VERSION zip -r side_menu_v$$VERSION.zip side_menu tar cvzf side_menu_v$$VERSION.tar.gz side_menu diff --git a/appinfo/info.xml b/appinfo/info.xml index 5faecd0..7703a02 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 1.24.0 + 1.25.0 agpl Simon Vieille SideMenu @@ -46,7 +46,7 @@ If you like this application and if you want to support the development: https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc20_big_menu_responsive.png https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/personal_settings.png - + OCA\SideMenu\Settings\Admin diff --git a/img/icon.svg b/img/icon.svg index 905d9f9..1fb47c0 100644 --- a/img/icon.svg +++ b/img/icon.svg @@ -1,113 +1 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - + \ No newline at end of file