Quicknotes v0.6.5

This commit is contained in:
Matias De lellis
2021-03-18 19:09:24 -03:00
parent 124d13063b
commit 66cb273609
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.6.5]: 2021-03-18
- Emergency release to truly enable NC21. Thanks @nursoda for report it on
issue #57
## [0.6.4]: 2021-03-18 ## [0.6.4]: 2021-03-18
- Initial Nextcloud 21 support. - Initial Nextcloud 21 support.
- Add new api for uploading attachments. For now only used in the Android - Add new api for uploading attachments. For now only used in the Android

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.6.4</version> <version>0.6.5</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Matias De lellis</author> <author>Matias De lellis</author>
<namespace>QuickNotes</namespace> <namespace>QuickNotes</namespace>
@@ -20,6 +20,7 @@
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.jpeg</screenshot> <screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.jpeg</screenshot>
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-shared-note.jpeg</screenshot> <screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-shared-note.jpeg</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="20" max-version="20"/> <php min-version="7.2" max-version="7.4"/>
<nextcloud min-version="20" max-version="21"/>
</dependencies> </dependencies>
</info> </info>