Quicknotes V0.8.1

This commit is contained in:
Matias De lellis
2022-08-02 11:28:27 -03:00
parent 50ef2e0e62
commit 2df71bafae
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.8.1] 2022-08-02
- Add dashboard widget to show the latest notes. Issue #51
- Integration with Talk. You can save a message as a note to remind yourself.
- Fix unable to forget a shared note. Part of issue #72
- Fix unable to forget a shared note already deleted by the owner. Issue #72
- Update translations, add danish and turkish. Many thanks to all contributors.
## [0.8.0] 2022-05-22 ## [0.8.0] 2022-05-22
- Just move focus to content when press Return key on title. - Just move focus to content when press Return key on title.
- Jump to end of note content when open them. Issue #7 - Jump to end of note content when open them. Issue #7

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.0</version> <version>0.8.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Matias De lellis</author> <author>Matias De lellis</author>
<namespace>QuickNotes</namespace> <namespace>QuickNotes</namespace>