Quicknotes v0.6.2

This commit is contained in:
Matias De lellis
2020-10-27 15:16:25 -03:00
parent 3ebbbb0207
commit e9ee4e963c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.6.2]: 2020-10-27
- Enable Nextcloud 20 support.
- Use the same url from thumbails that Photos.
- Update French translation thanks to Thovi98
- New Portuguese (Brazil) translation thanks to THOMAS COUTO ROCHA
## [0.6.1]: 2020-10-03 ## [0.6.1]: 2020-10-03
- Improve API needed to implement the android client. - Improve API needed to implement the android client.
- Register nextcloud capabilities to check api versions. - Register nextcloud capabilities to check api versions.

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.1</version> <version>0.6.2</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,6 @@
<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="18" max-version="19"/> <nextcloud min-version="18" max-version="20"/>
</dependencies> </dependencies>
</info> </info>