|
| 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 |
0 commit comments