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

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
NastuzziSamy committed Jan 24, 2019
1 parent c02f89a commit f6366e5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
42 changes: 24 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,93 +1,99 @@
# Changelogs
### 0.10.2
## 0.11.0
- Add Spanish translation (https://github.com/NastuzziSamy/files_rightclick/pull/45 thanks to @Teshynil)
- Add Escape button management (close all menus)
- Fix menu listing
- Fix changelog

## 0.10.2
- Fix submenus auto scrolling (https://github.com/NastuzziSamy/files_rightclick/issues/40 thanks to @worldworm)
- Add Dutch translations (https://github.com/NastuzziSamy/files_rightclick/pull/43 thanks to @joklaps)

### 0.10.1
## 0.10.1
- Fix IE11 incompatibily (https://github.com/NastuzziSamy/files_rightclick/issues/39 thanks to @geokh)
- Improve changelogs (https://github.com/NastuzziSamy/files_rightclick/issues/21 thanks to @lachmanfrantisek)

### 0.10.0
## 0.10.0
- Change menu generation and handler
- Update calcul and disposition for menus and sub-menus
- Fix selected actions

### 0.9.1
## 0.9.1
- Update calcul and disposition
- Improve display

### 0.9.0
## 0.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

### 0.8.4
## 0.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)

### 0.8.3
## 0.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

### 0.8.2
## 0.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

### 0.8.1
## 0.8.1
- Add submenu compatibility
- Optimizations and bugs fixed

### 0.8.0
## 0.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

### 0.7.0
## 0.7.0
- Add TODO list
- Optimizations
- Set the NC compatibility to v13 and above https://github.com/NastuzziSamy/files_rightclick/issues/14

### 0.6.1
## 0.6.1
- Add russian translation (thanks to @zorn)

### 0.6.0
## 0.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

### 0.5.3
## 0.5.3
- Bugs fixed:
- Share icon didn't show https://github.com/NastuzziSamy/files_rightclick/issues/12
- Right click context fixed

### 0.5.2
## 0.5.2
- German text updated (thanks to @worldworm)
- Right click context changed

### 0.5.1
## 0.5.1
- Text shortened https://github.com/NastuzziSamy/files_rightclick/issues/9

### 0.5.0
## 0.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

### 0.4.0
## 0.4.0
- First release in the NC appstore
- Add right click on files
- Add custom options for each type of file
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.2</version>
<version>0.11.0</version>
<licence>AGPL</licence>
<author mail="samy@nastuzzi.fr" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
Expand Down

0 comments on commit f6366e5

Please sign in to comment.