Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 24fe85f

Browse files
committed
Update version and move changelog
1 parent 9bba6d0 commit 24fe85f

File tree

3 files changed

+77
-73
lines changed

3 files changed

+77
-73
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Changelogs
2+
### v0.9.0
3+
- 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)
4+
- Right click arrows have now a class (https://github.com/NastuzziSamy/files_rightclick/issues/26 thanks to @blackcrack)
5+
- Move changelog
6+
7+
### v0.8.4
8+
- Rerouting as suggested by @zorn
9+
- Bugs fixed:
10+
- Bad delimiter selection
11+
- Submenus went out of the screen
12+
- Submenus was not deleted (at the end, unnecessary use of memory)
13+
14+
### v0.8.3
15+
- Add a copy function (text instead of an onClick function)
16+
- Add WebDAV link copy option https://github.com/NastuzziSamy/files_rightclick/issues/15
17+
- Bugs fix:
18+
- Bad sub menu positions
19+
- Bad urls corrected https://github.com/NastuzziSamy/files_rightclick/issues/17
20+
21+
### v0.8.2
22+
- Improve submenu display
23+
- Better onHover management
24+
- Better class names
25+
- Bug fix:
26+
- Share option didn't show correctly https://github.com/NastuzziSamy/files_rightclick/issues/19
27+
28+
### v0.8.1
29+
- Add submenu compatibility
30+
- Optimizations and bugs fixed
31+
32+
### v0.8.0
33+
- Creation of an object to create simple menus (avalaible for any apps):
34+
- RightClick.Option create an option for a menu with an icon, a text and an onClick function
35+
- RightClick.Options regroup given options for a menu
36+
- RightClick.Menu allow to create a menu object applied to a delimited area
37+
- The next version will allow to have submenus
38+
- Add changelogs https://github.com/NastuzziSamy/files_rightclick/issues/16
39+
40+
### v0.7.0
41+
- Add TODO list
42+
- Optimizations
43+
- Set the NC compatibility to v13 and above https://github.com/NastuzziSamy/files_rightclick/issues/14
44+
45+
### v0.6.1
46+
- Add russian translation (thanks to @zorn)
47+
48+
### v0.6.0
49+
- Can now recognized available apps
50+
- Bug fixed:
51+
- Correct loop of death caused by audioplayer incompatibily (now fixed) https://github.com/NastuzziSamy/files_rightclick/issues/10
52+
53+
### v0.5.3
54+
- Bugs fixed:
55+
- Share icon didn't show https://github.com/NastuzziSamy/files_rightclick/issues/12
56+
- Right click context fixed
57+
58+
### v0.5.2
59+
- German text updated (thanks to @worldworm)
60+
- Right click context changed
61+
62+
### v0.5.1
63+
- Text shortened https://github.com/NastuzziSamy/files_rightclick/issues/9
64+
65+
### v0.5.0
66+
- Add portuguese brazil translation (thanks to @darioems)
67+
- Add german translation (thanks to @worldworm)
68+
- Add (un)select options
69+
- Bugs fixed:
70+
- Copy/Move options https://github.com/NastuzziSamy/files_rightclick/issues/5
71+
- Right click menu didn't show when the file was shared by link
72+
73+
### v0.4.0
74+
- First release in the NC appstore
75+
- Add right click on files
76+
- Add custom options for each type of file

README.md

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -37,75 +37,3 @@
3737
- [x] Add sub menu compatibility in context menu
3838
- [ ] Publish a new app (with a different name) and allow any app to create its own context menu(s)
3939
- [ ] Backport to NC 12
40-
41-
# Changelogs
42-
### v0.8.4
43-
- Rerouting as suggested by @zorn
44-
- Bugs fixed:
45-
- Bad delimiter selection
46-
- Submenus went out of the screen
47-
- Submenus was not deleted (at the end, unnecessary use of memory)
48-
49-
### v0.8.3
50-
- Add a copy function (text instead of an onClick function)
51-
- Add WebDAV link copy option https://github.com/NastuzziSamy/files_rightclick/issues/15
52-
- Bugs fix:
53-
- Bad sub menu positions
54-
- Bad urls corrected https://github.com/NastuzziSamy/files_rightclick/issues/17
55-
56-
### v0.8.2
57-
- Improve submenu display
58-
- Better onHover management
59-
- Better class names
60-
- Bug fix:
61-
- Share option didn't show correctly https://github.com/NastuzziSamy/files_rightclick/issues/19
62-
63-
### v0.8.1
64-
- Add submenu compatibility
65-
- Optimizations and bugs fixed
66-
67-
### v0.8.0
68-
- Creation of an object to create simple menus (avalaible for any apps):
69-
- RightClick.Option create an option for a menu with an icon, a text and an onClick function
70-
- RightClick.Options regroup given options for a menu
71-
- RightClick.Menu allow to create a menu object applied to a delimited area
72-
- The next version will allow to have submenus
73-
- Add changelogs https://github.com/NastuzziSamy/files_rightclick/issues/16
74-
75-
### v0.7.0
76-
- Add TODO list
77-
- Optimizations
78-
- Set the NC compatibility to v13 and above https://github.com/NastuzziSamy/files_rightclick/issues/14
79-
80-
### v0.6.1
81-
- Add russian translation (thanks to @zorn)
82-
83-
### v0.6.0
84-
- Can now recognized available apps
85-
- Bug fixed:
86-
- Correct loop of death caused by audioplayer incompatibily (now fixed) https://github.com/NastuzziSamy/files_rightclick/issues/10
87-
88-
### v0.5.3
89-
- Bugs fixed:
90-
- Share icon didn't show https://github.com/NastuzziSamy/files_rightclick/issues/12
91-
- Right click context fixed
92-
93-
### v0.5.2
94-
- German text updated (thanks to @worldworm)
95-
- Right click context changed
96-
97-
### v0.5.1
98-
- Text shortened https://github.com/NastuzziSamy/files_rightclick/issues/9
99-
100-
### v0.5.0
101-
- Add portuguese brazil translation (thanks to @darioems)
102-
- Add german translation (thanks to @worldworm)
103-
- Add (un)select options
104-
- Bugs fixed:
105-
- Copy/Move options https://github.com/NastuzziSamy/files_rightclick/issues/5
106-
- Right click menu didn't show when the file was shared by link
107-
108-
### v0.4.0
109-
- First release in the NC appstore
110-
- Add right click on files
111-
- Add custom options for each type of file

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Files Right Click</name>
66
<summary>Add a rightclick menu generator for any Nextcloud apps</summary>
77
<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>
8-
<version>0.8.5</version>
8+
<version>0.9.0</version>
99
<licence>AGPL</licence>
1010
<author mail="[email protected]" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
1111
<namespace>FilesRightClick</namespace>

0 commit comments

Comments
 (0)