side_menu/CHANGELOG.md

572 lines
11 KiB
Markdown
Raw Permalink Normal View History

2021-07-09 12:54:28 +02:00
## [Unreleased]
2024-04-08 11:41:26 +02:00
## 3.12.0
### Added
* add compatibility with NC29
2024-02-20 21:22:05 +01:00
## 3.11.8
2024-02-20 21:18:18 +01:00
### Fixed
* move the logo inside #nextcloud element (fix #278 #239) [NC26]
2024-02-14 13:29:36 +01:00
## 3.11.7
### Added
* update translations
* update ci steps names
### 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)
2024-02-14 13:31:10 +01:00
### Changed
* upgrade axios
* upgrade css-loader
2024-02-14 13:29:36 +01:00
2024-02-12 23:21:12 +01:00
## 3.11.6
### Fixed
* add --background-invert-if-bright in top menu (fix #326)
2024-01-28 23:05:46 +01:00
## 3.11.5
### Fixed
* add missing label on buttons for accessiblity (fix #311)
2024-01-27 10:15:10 +01:00
## 3.11.4
### Fixed
* add label on buttons for accessiblity (fix #311)
2024-01-16 20:13:14 +01:00
## 3.11.3
### Fixed
* fix menu icon in decks, collectives and other apps (#302)
2023-11-12 20:30:19 +01:00
## 3.11.2
### Fixed
* add default translations for Slovak - fix #298
2023-11-12 16:58:09 +01:00
## 3.11.1
### Added
* add Portuguese (Brazil) translations - Thanks to igorfreire
### Fixed
* add width to .side-menu-categories for side menu with categories display - fix #294
2023-11-05 18:37:51 +01:00
## 3.11.0
### Added
2023-11-05 18:46:31 +01:00
* add a search component in menus - fix #282
2023-11-05 18:37:51 +01:00
### Fixed
* remove the label of the link to personal settings - fix #283
2023-07-24 21:32:13 +02:00
## 3.10.3
2023-07-24 21:12:43 +02:00
### Fixed
* change the way to load nextcloud components (NcActionLink/NcActions) - fix #274
* update @nexcloud/* packages
2023-07-15 15:22:09 +02:00
## 3.10.2
### Fixed
* add missing properties
2023-07-15 14:58:43 +02:00
## 3.10.1
### Fixed
2023-07-15 14:53:04 +02:00
* fix #269: use php7 syntax
2023-07-13 22:26:34 +02:00
## 3.10.0
### Added
* add compatibility with NC28
2023-07-11 17:48:45 +02:00
### Fixed
* fix NC28 error: remove deprecated method `OC_App::getNavigation()`
2023-06-29 12:54:49 +02:00
## 3.9.1
### Fixed
* fix fixed menu on dashboard (#262)
2023-06-23 12:27:34 +02:00
## 3.9.0
### Added
* add compatibility with NC27
### Fixed
* fix app redirect (#261)
2023-05-25 13:39:45 +02:00
## 3.8.0
2023-05-23 19:56:35 +02:00
### Added
* add option to show hovered label only on top menu (fix #253)
2023-04-16 18:05:25 +02:00
## 3.7.4
### Fixed
* fix Integrity failed (#247)
2023-04-14 21:12:35 +02:00
## 3.7.3
### Fixed
* fix #244: use app href for redirection
2023-03-31 17:06:30 +02:00
### Added
* add signature on build
2023-03-27 18:34:50 +02:00
## 3.7.2
### Added
* update pipeline conditions allowing `fix/*`
### Fixed
* fix #233: load configuration and then retrieve apps in default side menu display
2023-03-19 09:52:37 +01:00
## 3.7.1
### Fixed
* fix build process (#230)
2023-03-09 16:45:54 +01:00
## 3.7.0
### Added
* add translations (thanks to AHOHNMYC)
* add compatibility with NC26
2023-02-17 11:45:57 +01:00
## 3.6.0
### Added
* add hidden apps compatible with default menu (#219)
2023-01-21 22:18:45 +01:00
## 3.5.2
### Fixed
* add check if menu exists before adding event listeners (#210)
2023-01-07 10:21:46 +01:00
## 3.5.1
### Added
* add translations (thanks to p-bo adn gallegonovato)
2022-12-28 11:14:09 +01:00
### Fixed
* fix #189: sorting not applied on mobile
2022-12-26 13:53:32 +01:00
## 3.5.0
### Added
2022-12-06 06:49:16 +01:00
* add dependency check (ci)
* add code quality check (ci)
* add translations (thanks to gallegonovato)
2022-12-26 13:53:32 +01:00
* add option to disable the display labels in the top menu (#194)
### Fixed
2022-12-06 06:49:16 +01:00
* fix missing img alt (settings image)
* fix code quality alerts
2022-12-02 12:25:31 +01:00
## 3.4.1
2022-12-26 13:53:32 +01:00
### Added
2022-12-02 12:25:31 +01:00
* add translations (thanks to zonorti, jorisvandijk, jak2k)
2022-12-26 13:53:32 +01:00
### Fixed
2022-12-02 12:25:31 +01:00
* fix #183: hide custom categories list when empty (admin page)
2022-11-21 08:43:08 +01:00
2022-11-20 15:10:50 +01:00
## 3.4.0
2022-11-11 21:20:15 +01:00
### Added
2022-11-20 14:47:09 +01:00
* add translations (thanks to Pavelb, nier, Timur, p-bo)
2022-11-20 14:13:54 +01:00
* add possibility to define Custom Menu as default app and redirect to the first top menu app (#177)
2022-11-11 21:20:15 +01:00
2022-11-10 13:07:35 +01:00
## 3.3.2
### Fixed
* fix #173: reduce the height of categories list
2022-11-06 16:55:23 +01:00
## 3.3.1
### Fixed
* fix #162: top and side apps does work correctly
2022-11-04 22:36:54 +01:00
## 3.3.0
### Added
* add documentation in admin page
* add app sorter in user config side (#160)
### Fixed
* fix #164: open apps in new tab does not work
* fix #162 #159: top and side apps does work correctly
2022-10-29 10:43:08 +02:00
## 3.2.1
### Fixed
2022-11-04 22:36:54 +01:00
* fix #150: active app is not visible has active in menu (except in default menu)
2022-10-29 11:41:48 +02:00
* fix #151: opener position
2022-10-29 10:43:08 +02:00
2022-10-27 22:01:35 +02:00
## 3.2.0
2022-10-27 20:32:13 +02:00
### Added
* use custom app names using 'app.navigation.name' (#148)
* app sorting with all displays (#147)
2022-10-27 20:32:13 +02:00
2022-10-21 19:36:55 +02:00
## 3.1.0
2022-10-21 18:01:49 +02:00
### Added
* add global custom app sorting for the top menu
2022-10-21 16:50:39 +02:00
### Fixed
2022-10-21 17:08:00 +02:00
* fix admin list/modal look
2022-10-21 16:50:39 +02:00
2022-10-18 22:28:28 +02:00
## 3.0.1
### Fixed
2022-10-18 22:07:46 +02:00
* Remove the gap between the window's top and menu categories (large menu)
2022-10-17 18:06:18 +02:00
## 3.0.0
### Added
* Add compatibility with NC25 (#136/#135)
### Removed
* Nextcloud 20-24 are not supported anymore
* AppOrder is not supported anymore
2022-09-01 16:59:46 +02:00
## 2.5.1
### Fixed
* fix icon render (#133)
2022-09-01 10:44:13 +02:00
## 2.5.0
2022-08-15 15:03:46 +02:00
### Changed
* upgrade dependencies
2022-08-21 16:20:42 +02:00
### Fixed
* remove duplicated code
* remove unused variables and packages
* replace repeated strings with variables
* add html attributes
* replace var with let
* replace v-html with v-text to prevent xss
2022-08-15 15:03:46 +02:00
2022-08-13 17:26:35 +02:00
## 2.4.3
### Fixed
* fix translations
2022-07-26 14:33:45 +02:00
## 2.4.2
### Fixed
* fix typo
### Changed
* change ci/cd
2022-07-05 14:49:06 +02:00
## 2.4.1
### Fixed
* fix user setting save
2022-05-31 16:29:29 +02:00
## 2.4.0
### Added
* remove focus on opener after click
* add button to set default colors
* add menu hover effect
2022-05-31 21:23:53 +02:00
* add translations
2022-05-31 16:29:29 +02:00
### Fixed
* fix deprecated app.php file
* fix menu with categories header
* fix minor issues
### Changed
* change saving progression
### Removed
* Nextcloud 19 is not supported anymore
* PHP 7.3 is not supported anymore
2022-04-11 19:11:41 +02:00
## 2.3.5
### Fixed
* fix white square (#99)
2022-03-15 10:56:05 +01:00
## 2.3.4
### Fixed
* fix blank line when settings are open (#96)
2022-02-07 14:29:51 +01:00
## 2.3.3
### Added
* hide the scrollbar when mouse is out (menu always displayed)
2022-02-07 14:29:51 +01:00
### Fixed
* fix SQL Exception InvalidFieldNameException (#93)
2022-01-12 14:12:17 +01:00
## 2.3.2
### Fixed
- fix hidden menu
2022-01-12 13:30:43 +01:00
## 2.3.1
### Fixed
- fix #88: does not work with default menu
2022-01-12 11:44:45 +01:00
## 2.3.0
### Added
2022-01-12 12:43:11 +01:00
- fix #82: add an option to keep visible an app in both menus
2022-01-12 11:44:45 +01:00
- fix #83: add custom categories
- add auto-reload when settings are saved
2022-01-10 15:02:05 +01:00
## 2.2.0
### Added
- fix #84: update icons
- fix #85: use Nextcloud colors by default
### Fixed
2022-01-12 11:44:45 +01:00
- fix categories order in large menu
2022-01-10 15:02:05 +01:00
2021-12-03 14:14:03 +01:00
## 2.1.0
### Added
- add compatibility with Nextcloud 23
2021-11-14 20:05:22 +01:00
## 2.0.1
### Fixed
- fix #78: Top menu is broken - invisible apps are shown
- fix #77: Update personal settings - HTTP error 412 (Precondition Failed)
- fix js error on the personal settings page (undefined sortable)
2021-11-14 17:17:46 +01:00
## 2.0.0
### Fixed
- fix #66: removing usage of setInterval
- fix #73: icon background
### Changed
- fix #67: replace jQuery with Vanilla JS
### Removed
- Nextcloud 18 is not supported anymore
2021-10-21 21:43:30 +02:00
## 1.28.0
### Added
- fix #63: add a new side menu with categories
2021-10-21 20:06:17 +02:00
## 1.27.2
### Fixed
- fix #62: hide app notification icon
2021-08-11 14:43:52 +02:00
## 1.27.1
### Fixed
- fix German translation render
2021-08-11 11:58:15 +02:00
## 1.27.0
### Added
- hide personal settings access when settings are forced by the administrator
### Fixed
- improve German translations
2021-08-02 21:48:58 +02:00
## 1.26.0
### Added
2021-08-11 11:58:15 +02:00
- add Czech translation
2021-08-02 21:48:58 +02:00
2021-07-09 12:55:05 +02:00
## 1.25.2
### Fixed
- fix CHANGELOG
2021-07-09 12:54:28 +02:00
## 1.25.1
2021-07-09 12:42:51 +02:00
### Added
- add PHP version as dependency
- add chinese translation
### Fixed
- fix CHANGELOG
2021-07-09 12:54:28 +02:00
## 1.25.0
2021-07-09 12:42:51 +02:00
### Added
- add compatibility with Nextcloud 22
- add CHANGELOG.md (fix #59)
- update app icon
2021-07-09 12:54:28 +02:00
## 1.24.0
2021-07-09 12:42:51 +02:00
### Added
- add option to define the background opacity (fix #53)
- add missing translations
2021-07-09 12:54:28 +02:00
## 1.23.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix but wih dark mode opener option
2021-07-09 12:54:28 +02:00
## 1.23.0
2021-07-09 12:42:51 +02:00
### Added
- add support of dark Theme and Breeze Dark
- add support of Nextcloud 21
2021-07-09 12:54:28 +02:00
## 1.22.2
2021-07-09 12:42:51 +02:00
### Fixed
- fix regression: apps does not open in new tab (fix #55)
2021-07-09 12:54:28 +02:00
## 1.22.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix regression: apps does not open in new tab
2021-07-09 12:54:28 +02:00
## 1.22.0
2021-07-09 12:42:51 +02:00
### Added
- Add option to sort categories (fix #53)
- Update admin UI
2021-07-09 12:54:28 +02:00
## 1.21.0
2021-07-09 12:42:51 +02:00
### Added
- [FEATURE] Logo in the menu links to main page of installation (#51)
2021-07-09 12:54:28 +02:00
## 1.20.1
2021-07-09 12:42:51 +02:00
### Fixed
- Fix translations
2021-07-09 12:54:28 +02:00
## 1.20.0
2021-07-09 12:42:51 +02:00
### Added
- [FEATURE] Ability to remove apps from the Big Menu (#49)
2021-07-09 12:54:28 +02:00
## 1.19.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix #47: setting for list/grid view in files app flashes and dissapears
2021-07-09 12:54:28 +02:00
## 1.19.0
2021-07-09 12:42:51 +02:00
### Added
- add option: the menu is enabled by default for users (fix #46)
2021-07-09 12:54:28 +02:00
## 1.18.0
2021-07-09 12:42:51 +02:00
### Added
- add option to show link to settings (fix #44)
- refactor menus using several components
2021-07-09 12:54:28 +02:00
## 1.17.0
2021-07-09 12:42:51 +02:00
### Added
- compliance with the app checker
- add an action to export the configuration
- add an action to purge the cache
2021-07-09 12:54:28 +02:00
## 1.16.3
2021-07-09 12:42:51 +02:00
### Fixed
- 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)
2021-07-09 12:54:28 +02:00
## 1.16.2
2021-07-09 12:42:51 +02:00
### Fixed
- fix issue with personal settings when global settings are forced
2021-07-09 12:54:28 +02:00
## 1.16.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix #42: add cache to manage failures to access apps.nextcloud.com
- fix #41: side menu was hover apps list
2021-07-09 12:54:28 +02:00
## 1.16.0
2021-07-09 12:42:51 +02:00
### Added
- add an option to force settings to users (fix #38)
2021-07-09 12:54:28 +02:00
## 1.15.0
2021-07-09 12:42:51 +02:00
### Changed
- New name
2021-07-09 12:42:51 +02:00
### Fixed
- Fix #36: always displayed is not expanding
2021-07-09 12:54:28 +02:00
## 1.14.0
2021-07-09 12:42:51 +02:00
### Added
- add an api accessed by components
- add a config proxy in controllers
2021-07-09 12:42:51 +02:00
### Fixed
- fix translations
2021-07-09 12:54:28 +02:00
## 1.13.0
2021-07-09 12:42:51 +02:00
### Added
- add an option to display the avatar instead of the logo (fix #34)
2021-07-09 12:54:28 +02:00
## 1.12.3
2021-07-09 12:42:51 +02:00
### Added
- add a delay before moving elements (fix #33)
2021-07-09 12:54:28 +02:00
## 1.12.2
2021-07-09 12:42:51 +02:00
### Fixed
- fix #30: `Always displayed` menu can not be close using touchscreens
2021-07-09 12:54:28 +02:00
## 1.12.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix typo
- fix translations
2021-07-09 12:54:28 +02:00
## 1.12.0
2021-07-09 12:42:51 +02:00
### Fixed
- fix #30: administrators and users can select what apps must be opened in new tab
- fix typo
2021-07-09 12:54:28 +02:00
## 1.11.0
2021-07-09 12:42:51 +02:00
### Added
- add the option for opening apps in new tab (fix #29)
2021-07-09 12:42:51 +02:00
### Fixed
- fix issue with the header of the always displayed menu
2021-07-09 12:54:28 +02:00
## 1.10.0
2021-07-09 12:42:51 +02:00
### Added
- add images to select the display of the menu
- add live preview
- update translations
- update app info
2021-07-09 12:54:28 +02:00
## 1.9.3
2021-07-09 12:42:51 +02:00
### Fixed
- fix regression with logo display
2021-07-09 12:54:28 +02:00
## 1.9.2
2021-07-09 12:42:51 +02:00
### Added
- 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)
2021-07-09 12:54:28 +02:00
## 1.8.6
2021-07-09 12:42:51 +02:00
### Added
- add translations: `fr` and `de`
- improve and publish the `Makefile`
- update documentation
2021-07-09 12:54:28 +02:00
## 1.8.5
2021-07-09 12:42:51 +02:00
### Fixed
- fix #28: menu items invisible after 1.8.4
2021-07-09 12:54:28 +02:00
## 1.8.4
2021-07-09 12:42:51 +02:00
### Fixed
- fix #27: disable side menu on public pages - broken in 1.8.3
2021-07-09 12:54:28 +02:00
## 1.8.3
2021-07-09 12:42:51 +02:00
### Fixed
- fix alphabetic order of apps (#26)
2021-07-09 12:54:28 +02:00
## 1.8.2
2021-07-09 12:42:51 +02:00
### Added
- add icon for closing the big menu (fix #25)
2021-07-09 12:42:51 +02:00
### Fixed
- fix hidden icons in the top menu (fix #23)
- fix missing apps (fix #24)
2021-07-09 12:54:28 +02:00
## 1.8.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix issue with links
- fix missing l10n files
2021-07-09 12:54:28 +02:00
## 1.8.0
2021-07-09 12:42:51 +02:00
### Added
- 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
2021-07-09 12:54:28 +02:00
## 1.8.0-rc2
2021-07-09 12:54:28 +02:00
## 1.7.0
2021-07-09 12:42:51 +02:00
### Added
- add a loader when the page is unloading
- add compatibility with Nextcloud 19
2021-07-09 12:54:28 +02:00
## 1.6.3
2021-07-09 12:42:51 +02:00
### Fixed
- fix #20: add a shortcut to open and to hide the menu
2021-07-09 12:54:28 +02:00
## 1.6.2
2021-07-09 12:42:51 +02:00
### Fixed
- fix #19: add a cache to limit flashes
2021-07-09 12:54:28 +02:00
## 1.6.1
2021-07-09 12:42:51 +02:00
### Fixed
- fix #19: add a hack to show external sites in the top menu with navigation
2021-07-09 12:54:28 +02:00
## 1.6.0
2021-07-09 12:42:51 +02:00
### Added
- Add a page of personal settings
- Add an option to disable the side menu as user
2021-07-09 12:42:51 +02:00
- Refactoring of javascripts
2021-07-09 12:54:28 +02:00
## 1.5.0
2021-07-09 12:42:51 +02:00
### Added
- add option to force light icons instead of dark icons
### Fixed
- fix #19: add option to keep external sites in the top menu
- fix #16 #17: add dark icons and handle the svg filters
2021-07-09 12:54:28 +02:00
## 1.4.1
2021-07-09 12:42:51 +02:00
### Added
- Rendering harmonization with browsers
### Fixed
- FIX #15: make menu start after icon
2021-07-09 12:54:28 +02:00
## 1.4.0
2021-07-09 12:42:51 +02:00
### Fixed
- Fix #12: add an option to hide the opener and the panel when there is no application
2021-07-09 12:54:28 +02:00
## 1.3.4
2021-07-09 12:42:51 +02:00
### Fixed
- FIX #14: add option to show only the opener
- FIX #13: add alternate hamburger icon
- FIX #11: remove error in the console
2021-07-09 12:54:28 +02:00
## 1.3.3
2021-07-09 12:42:51 +02:00
### Added
- Add a second background color to create a background gradiant
- Update documentation
2021-07-09 12:42:51 +02:00
### Fixed
- FIX #10: add options to select the size of the icons and the text, or hide them
2021-07-09 12:54:28 +02:00
## 1.3.2
2021-07-09 12:42:51 +02:00
### Fixed
- FIX #9: opener icon not visible with multiple apps_paths
2021-07-09 12:54:28 +02:00
## 1.3.1
2021-07-09 12:42:51 +02:00
### Fixed
- 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)
2021-07-09 12:54:28 +02:00
## 1.3.0
2021-07-09 12:42:51 +02:00
### Added
- `main.js` is replaced by a controller and a template
2021-07-09 12:42:51 +02:00
### Fixed
- FIX #2: add option to open the menu by hovering over opener
2021-07-09 12:54:28 +02:00
## 1.2.4
2021-07-09 12:42:51 +02:00
### Fixed
- FIX #7: Opener icon not visible in Safari