mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Quicknotes v0.6.2
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user