add compatibility with Nextcloud 22, add CHANGELOG.md, update app icon

This commit is contained in:
Simon Vieille 2021-07-07 21:35:25 +02:00
parent 44478af3a2
commit 7887a441b3
4 changed files with 194 additions and 116 deletions

190
CHANGELOG.md Normal file
View File

@ -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

View File

@ -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

View File

@ -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)
]]></description>
<version>1.24.0</version>
<version>1.25.0</version>
<licence>agpl</licence>
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<namespace>SideMenu</namespace>
@ -46,7 +46,7 @@ If you like this application and if you want to support the development:
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc20_big_menu_responsive.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/personal_settings.png</screenshot>
<dependencies>
<nextcloud min-version="18" max-version="21"/>
<nextcloud min-version="18" max-version="22"/>
</dependencies>
<settings>
<admin>OCA\SideMenu\Settings\Admin</admin>

View File

@ -1,113 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="37.099998mm"
height="37.099998mm"
viewBox="0 0 37.099998 37.099998"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="icon.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="242.1839"
inkscape:cy="32.026866"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1918"
inkscape:window-height="1027"
inkscape:window-x="1920"
inkscape:window-y="21"
inkscape:window-maximized="0"
inkscape:snap-nodes="false" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-59.922223,-92.669069)">
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#1a1a1a;stroke-width:1.46500015;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:fill markers stroke;enable-background:accumulate"
id="rect815-6-2-7"
width="34.535"
height="34.535"
x="61.204723"
y="93.951569"
rx="5.4806547"
ry="5.4806547" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.46500015;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:fill markers stroke;enable-background:accumulate"
id="rect815-6-7"
width="20.357224"
height="33.40107"
x="61.677193"
y="94.518532"
rx="0"
ry="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:3.16499996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.59458,111.16177 h 9.997359"
id="path873-5"
inkscape:connector-curvature="0" />
<g
id="g1018"
transform="translate(2.6458333)"
style="stroke:#333333;stroke-opacity:1">
<g
id="g1013"
style="stroke:#333333;stroke-opacity:1">
<path
style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:3.16499996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 63.948747,103.80467 H 75.349244"
id="path873"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:3.16499996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 63.948747,118.51887 H 75.349244"
id="path873-5-3"
inkscape:connector-curvature="0" />
</g>
</g>
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:2.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:fill markers stroke;enable-background:accumulate"
id="rect815-6-2"
width="34.535"
height="34.535"
x="61.204723"
y="93.951569"
rx="5.4806547"
ry="5.4806547" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="145.889" height="145.889" viewBox="0 0 38.6 38.6"><g transform="translate(-59.172 -91.92)" stroke="#000" fill="none"><path d="M66.595 111.162h9.997M66.595 103.805h11.4m-11.4 14.714h11.4" stroke-width="3.165"/><rect width="34.535" height="34.535" x="61.205" y="93.952" overflow="visible" rx="5.481" ry="5.481" style="marker:none" color="#000" stroke-width="4.065" stroke-linecap="round" paint-order="fill markers stroke"/></g></svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 478 B