Quicknotes v0.8.10

This commit is contained in:
Matias De lellis
2023-06-14 22:55:19 -03:00
parent 449219339b
commit bb79a6ab1c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.8.10] 2023-06-14
- Enable Nextcloud 26. Issue #100
- Enable support to NC27 for early testing.
- Implement the option to sort the notes. Issue #85
- Fix some static analisys reports and some css styles.
## [0.8.5] 2022-11-18 ## [0.8.5] 2022-11-18
- Updates to fix NC25 and enable it. - Updates to fix NC25 and enable it.
- New Ukrainian translation thanks to Денис Семенюк - New Ukrainian translation thanks to Денис Семенюк

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.8.5</version> <version>0.8.10</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="25" max-version="25"/> <nextcloud min-version="26" max-version="27"/>
</dependencies> </dependencies>
</info> </info>