Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNastuzziSamy <samy@nastuzzi.fr>2019-01-15 03:42:14 +0300
committerNastuzziSamy <samy@nastuzzi.fr>2019-01-15 03:42:14 +0300
commit0f967b0b33d0385606e22550734dfe94fefd0251 (patch)
tree90cfeff3a236c571248742924a676d0573d23488
parent5e9cf126a98103936dc28805a2844954f13ce0fa (diff)
Update version to handle grid viewv0.9.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07e78e8..0dadede 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
# Changelogs
+### v0.9.1
+- Update calcul and disposition
+- Improve display
+
### v0.9.0
- App compatible with NC 15/16 (https://github.com/NastuzziSamy/files_rightclick/pull/35 thanks to @nextgen-networks, linked to https://github.com/NastuzziSamy/files_rightclick/issues/34 thanks to @violoncelloCH)
- Right click arrows have now a class (https://github.com/NastuzziSamy/files_rightclick/issues/26 thanks to @blackcrack)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index add071e..3a1885b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Files Right Click</name>
<summary>Add a rightclick menu generator for any Nextcloud apps</summary>
<description><![CDATA[This app will allow users but also developers to have a right click menu. Simply use the RightClick object to create quickly and easly menus. Already files app got a right click menu]]></description>
- <version>0.9.0</version>
+ <version>0.9.1</version>
<licence>AGPL</licence>
<author mail="samy@nastuzzi.fr" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
@@ -17,6 +17,6 @@
<documentation>https://github.com/NastuzziSamy/files_rightclick</documentation>
<screenshot>https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/picture.png</screenshot>
<dependencies>
- <nextcloud min-version="13" max-version="16"/>
+ <nextcloud min-version="10" max-version="16"/>
</dependencies>
</info>