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 02:04:21 +0300
committerNastuzziSamy <samy@nastuzzi.fr>2019-01-15 02:04:21 +0300
commit24fe85f330477208ba57d03c0801dab707557f5c (patch)
treef5510a598047bdfd639f11a893dd8484d4c0ac77
parent9bba6d02581df666661c0765e2e166a03f55b79a (diff)
Update version and move changelogv0.9.0
-rw-r--r--CHANGELOG.md76
-rw-r--r--README.md72
-rw-r--r--appinfo/info.xml2
3 files changed, 77 insertions, 73 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..07e78e8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,76 @@
+# Changelogs
+### 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)
+- Move changelog
+
+### v0.8.4
+- Rerouting as suggested by @zorn
+- Bugs fixed:
+ - Bad delimiter selection
+ - Submenus went out of the screen
+ - Submenus was not deleted (at the end, unnecessary use of memory)
+
+### v0.8.3
+- Add a copy function (text instead of an onClick function)
+- Add WebDAV link copy option https://github.com/NastuzziSamy/files_rightclick/issues/15
+- Bugs fix:
+ - Bad sub menu positions
+ - Bad urls corrected https://github.com/NastuzziSamy/files_rightclick/issues/17
+
+### v0.8.2
+- Improve submenu display
+- Better onHover management
+- Better class names
+- Bug fix:
+ - Share option didn't show correctly https://github.com/NastuzziSamy/files_rightclick/issues/19
+
+### v0.8.1
+- Add submenu compatibility
+- Optimizations and bugs fixed
+
+### v0.8.0
+- Creation of an object to create simple menus (avalaible for any apps):
+ - RightClick.Option create an option for a menu with an icon, a text and an onClick function
+ - RightClick.Options regroup given options for a menu
+ - RightClick.Menu allow to create a menu object applied to a delimited area
+- The next version will allow to have submenus
+- Add changelogs https://github.com/NastuzziSamy/files_rightclick/issues/16
+
+### v0.7.0
+- Add TODO list
+- Optimizations
+- Set the NC compatibility to v13 and above https://github.com/NastuzziSamy/files_rightclick/issues/14
+
+### v0.6.1
+- Add russian translation (thanks to @zorn)
+
+### v0.6.0
+- Can now recognized available apps
+- Bug fixed:
+ - Correct loop of death caused by audioplayer incompatibily (now fixed) https://github.com/NastuzziSamy/files_rightclick/issues/10
+
+### v0.5.3
+- Bugs fixed:
+ - Share icon didn't show https://github.com/NastuzziSamy/files_rightclick/issues/12
+ - Right click context fixed
+
+### v0.5.2
+- German text updated (thanks to @worldworm)
+- Right click context changed
+
+### v0.5.1
+- Text shortened https://github.com/NastuzziSamy/files_rightclick/issues/9
+
+### v0.5.0
+- Add portuguese brazil translation (thanks to @darioems)
+- Add german translation (thanks to @worldworm)
+- Add (un)select options
+- Bugs fixed:
+ - Copy/Move options https://github.com/NastuzziSamy/files_rightclick/issues/5
+ - Right click menu didn't show when the file was shared by link
+
+### v0.4.0
+- First release in the NC appstore
+- Add right click on files
+- Add custom options for each type of file
diff --git a/README.md b/README.md
index cc848c0..60540da 100644
--- a/README.md
+++ b/README.md
@@ -37,75 +37,3 @@
- [x] Add sub menu compatibility in context menu
- [ ] Publish a new app (with a different name) and allow any app to create its own context menu(s)
- [ ] Backport to NC 12
-
-# Changelogs
-### v0.8.4
-- Rerouting as suggested by @zorn
-- Bugs fixed:
- - Bad delimiter selection
- - Submenus went out of the screen
- - Submenus was not deleted (at the end, unnecessary use of memory)
-
-### v0.8.3
-- Add a copy function (text instead of an onClick function)
-- Add WebDAV link copy option https://github.com/NastuzziSamy/files_rightclick/issues/15
-- Bugs fix:
- - Bad sub menu positions
- - Bad urls corrected https://github.com/NastuzziSamy/files_rightclick/issues/17
-
-### v0.8.2
-- Improve submenu display
-- Better onHover management
-- Better class names
-- Bug fix:
- - Share option didn't show correctly https://github.com/NastuzziSamy/files_rightclick/issues/19
-
-### v0.8.1
-- Add submenu compatibility
-- Optimizations and bugs fixed
-
-### v0.8.0
-- Creation of an object to create simple menus (avalaible for any apps):
- - RightClick.Option create an option for a menu with an icon, a text and an onClick function
- - RightClick.Options regroup given options for a menu
- - RightClick.Menu allow to create a menu object applied to a delimited area
-- The next version will allow to have submenus
-- Add changelogs https://github.com/NastuzziSamy/files_rightclick/issues/16
-
-### v0.7.0
-- Add TODO list
-- Optimizations
-- Set the NC compatibility to v13 and above https://github.com/NastuzziSamy/files_rightclick/issues/14
-
-### v0.6.1
-- Add russian translation (thanks to @zorn)
-
-### v0.6.0
-- Can now recognized available apps
-- Bug fixed:
- - Correct loop of death caused by audioplayer incompatibily (now fixed) https://github.com/NastuzziSamy/files_rightclick/issues/10
-
-### v0.5.3
-- Bugs fixed:
- - Share icon didn't show https://github.com/NastuzziSamy/files_rightclick/issues/12
- - Right click context fixed
-
-### v0.5.2
-- German text updated (thanks to @worldworm)
-- Right click context changed
-
-### v0.5.1
-- Text shortened https://github.com/NastuzziSamy/files_rightclick/issues/9
-
-### v0.5.0
-- Add portuguese brazil translation (thanks to @darioems)
-- Add german translation (thanks to @worldworm)
-- Add (un)select options
-- Bugs fixed:
- - Copy/Move options https://github.com/NastuzziSamy/files_rightclick/issues/5
- - Right click menu didn't show when the file was shared by link
-
-### v0.4.0
-- First release in the NC appstore
-- Add right click on files
-- Add custom options for each type of file
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f1d894d..add071e 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.8.5</version>
+ <version>0.9.0</version>
<licence>AGPL</licence>
<author mail="samy@nastuzzi.fr" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>