Quicknotes 0.1.6

This commit is contained in:
Matias De lellis
2019-02-12 21:33:26 -03:00
parent 288ddb0a98
commit cf16f4e233
2 changed files with 11 additions and 2 deletions

View File

@@ -1,4 +1,13 @@
## [0.1.4]: 2018-10-13 ## [0.1.6]: 2019-02-12
### Added
- Initial Nextcloud 15 release
- Show an spinner while loading notes
- Add a confirmation before deleting a note
- Do happy to NC app:check
- Fix title on new notes.
- Don't collapse color menu when click on empty area
## [0.1.5]: 2018-10-13
### Added ### Added
- Initial Nextcloud 14 release. - Initial Nextcloud 14 release.

View File

@@ -5,7 +5,7 @@
<name>Quick notes</name> <name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary> <summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description> <description>Quick notes with a basic rich text</description>
<version>0.1.5</version> <version>0.1.6</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Matias De lellis</author> <author>Matias De lellis</author>
<namespace>QuickNotes</namespace> <namespace>QuickNotes</namespace>