mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Quick Notes v0.7.3
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# 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
|
## [0.7.2] 2021-08-03
|
||||||
- Initial support for NC22.
|
- Initial support for NC22.
|
||||||
- Highlight the note or filter used in the side panel.
|
- Highlight the note or filter used in the side panel.
|
||||||
|
|||||||
@@ -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.7.2</version>
|
<version>0.7.3</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="21" max-version="22"/>
|
<nextcloud min-version="21" max-version="23"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
Reference in New Issue
Block a user