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>2018-05-03 21:42:50 +0300
committerNastuzziSamy <samy@nastuzzi.fr>2018-05-03 21:55:04 +0300
commit159ea38985b1839eb0eb6b9ac3db4f5578fad7a8 (patch)
tree898f87625093e56d8dd0aaa5ef7d5cec22c78cb3 /appinfo/info.xml
parent25aacd51f976c7f87e3c98356593d760284387a2 (diff)
Add changelogs and update/optimize right click menu functionmentv0.8.0
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3e7c7f0..fcd6357 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,9 +3,9 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>files_rightclick</id>
<name>Files Right Click</name>
- <summary>Add a simple right click menu on the files Nextcloud app</summary>
- <description><![CDATA[Not anymore useful to click on the 3 dots button to popup the file menu, now right click on a specific file where you want to access to its menu to simply show it.]]></description>
- <version>0.7.0</version>
+ <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.8.0</version>
<licence>AGPL</licence>
<author mail="samy@nastuzzi.fr" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>