diff --git a/CHANGELOG.md b/CHANGELOG.md index c17c1db..1113c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.5.0]: 2020-06-17 +## [0.6.0]: 2020-06-17 - Enable sharing of notes as read-only between users. Issue #3, #16 and PR #8. Thanks to Vinzenz Rosenkranz - Fix many untranslated strings. Issue #31 and #32 - Add a small modal dialog to change the color of the note. diff --git a/README.md b/README.md index 4f11816..1bcffb3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ a basic rich text as **Bold**, *italic*, and numbered or bullet list to improve the notes. Also it allows attaching files, and the notes can be shared as read-only to other users. -![Screenshot of Quick notes](/doc/quicknotes-grid-view.png "App screenshot") +![Screenshot of Quick notes](/doc/quicknotes-grid-view.jpeg "App screenshot") ## :rocket: Installation @@ -14,7 +14,7 @@ Quick notes is available in the Nextcloud App Store and can be installed directly from your Nextcloud installation looking in the category Office. Nextcloud will notify you about possible updates. Please have a look at -CHANGELOG.md for details about changes. +[CHANGELOG.md](CHANGELOG.md) for details about changes. ## :exclamation: Bugs diff --git a/appinfo/info.xml b/appinfo/info.xml index ad46920..eba48e3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Quick notes Quick notes with a basic rich text Quick notes with a basic rich text - 0.4.0 + 0.6.0 agpl Matias De lellis QuickNotes @@ -14,10 +14,11 @@ https://github.com/matiasdelellis/quicknotes https://github.com/matiasdelellis/quicknotes/issues https://github.com/matiasdelellis/quicknotes.git - https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view.png - https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-edit.png - https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.png - https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.png + https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view.jpeg + https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-edit.jpeg + https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.jpeg + https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.jpeg + https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-shared-note.jpeg diff --git a/doc/quicknotes-attachments.jpeg b/doc/quicknotes-attachments.jpeg new file mode 100644 index 0000000..0cad221 Binary files /dev/null and b/doc/quicknotes-attachments.jpeg differ diff --git a/doc/quicknotes-attachments.png b/doc/quicknotes-attachments.png deleted file mode 100644 index 22a7955..0000000 Binary files a/doc/quicknotes-attachments.png and /dev/null differ diff --git a/doc/quicknotes-grid-view-small.jpeg b/doc/quicknotes-grid-view-small.jpeg new file mode 100644 index 0000000..512c97a Binary files /dev/null and b/doc/quicknotes-grid-view-small.jpeg differ diff --git a/doc/quicknotes-grid-view-small.png b/doc/quicknotes-grid-view-small.png deleted file mode 100644 index 181f792..0000000 Binary files a/doc/quicknotes-grid-view-small.png and /dev/null differ diff --git a/doc/quicknotes-grid-view.jpeg b/doc/quicknotes-grid-view.jpeg new file mode 100644 index 0000000..c2cdfbd Binary files /dev/null and b/doc/quicknotes-grid-view.jpeg differ diff --git a/doc/quicknotes-grid-view.png b/doc/quicknotes-grid-view.png deleted file mode 100644 index a829560..0000000 Binary files a/doc/quicknotes-grid-view.png and /dev/null differ diff --git a/doc/quicknotes-note-edit.jpeg b/doc/quicknotes-note-edit.jpeg new file mode 100644 index 0000000..9ddc98d Binary files /dev/null and b/doc/quicknotes-note-edit.jpeg differ diff --git a/doc/quicknotes-note-edit.png b/doc/quicknotes-note-edit.png deleted file mode 100644 index 3f6cb90..0000000 Binary files a/doc/quicknotes-note-edit.png and /dev/null differ diff --git a/doc/quicknotes-rich-text.jpeg b/doc/quicknotes-rich-text.jpeg new file mode 100644 index 0000000..95f7c2b Binary files /dev/null and b/doc/quicknotes-rich-text.jpeg differ diff --git a/doc/quicknotes-rich-text.png b/doc/quicknotes-rich-text.png deleted file mode 100644 index cc2c2ce..0000000 Binary files a/doc/quicknotes-rich-text.png and /dev/null differ diff --git a/doc/quicknotes-shared-note.jpeg b/doc/quicknotes-shared-note.jpeg new file mode 100644 index 0000000..74e4a4a Binary files /dev/null and b/doc/quicknotes-shared-note.jpeg differ