Quick Notes v0.7.3

This commit is contained in:
Matias De lellis
2021-12-03 09:40:13 -03:00
parent 058ee0d24b
commit d245ce8dc0
2 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [0.7.3] 2021-12-03
- Add where to translate into README. PR #71
- Add lint and static-analysis using github workflows.
- Convert database Mappers to QBMapper.
- Fix impossible to change color of a note. Issue #74
- Fix round of modal buttons..
- New Czech translation thanks to Pavel Borecki
- Enable to Nextcloud 23. Issue #75
## [0.7.2] 2021-08-03
- Initial support for NC22.
- Highlight the note or filter used in the side panel.

View File

@@ -5,7 +5,7 @@
<name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description>
<version>0.7.2</version>
<version>0.7.3</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<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-shared-note.jpeg</screenshot>
<dependencies>
<nextcloud min-version="21" max-version="22"/>
<nextcloud min-version="21" max-version="23"/>
</dependencies>
</info>