Quicknotes v0.6.0
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# 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
|
- 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
|
- Fix many untranslated strings. Issue #31 and #32
|
||||||
- Add a small modal dialog to change the color of the note.
|
- Add a small modal dialog to change the color of the note.
|
||||||
|
|||||||
@@ -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
|
the notes. Also it allows attaching files, and the notes can be shared as
|
||||||
read-only to other users.
|
read-only to other users.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## :rocket: Installation
|
## :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.
|
directly from your Nextcloud installation looking in the category Office.
|
||||||
|
|
||||||
Nextcloud will notify you about possible updates. Please have a look at
|
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
|
## :exclamation: Bugs
|
||||||
|
|
||||||
|
|||||||
@@ -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.4.0</version>
|
<version>0.6.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Matias De lellis</author>
|
<author>Matias De lellis</author>
|
||||||
<namespace>QuickNotes</namespace>
|
<namespace>QuickNotes</namespace>
|
||||||
@@ -14,10 +14,11 @@
|
|||||||
<website>https://github.com/matiasdelellis/quicknotes</website>
|
<website>https://github.com/matiasdelellis/quicknotes</website>
|
||||||
<bugs>https://github.com/matiasdelellis/quicknotes/issues</bugs>
|
<bugs>https://github.com/matiasdelellis/quicknotes/issues</bugs>
|
||||||
<repository type="git">https://github.com/matiasdelellis/quicknotes.git</repository>
|
<repository type="git">https://github.com/matiasdelellis/quicknotes.git</repository>
|
||||||
<screenshot small-thumbnail="https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view-small.png">https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view.png</screenshot>
|
<screenshot small-thumbnail="https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view-small.jpeg">https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view.jpeg</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-edit.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-edit.jpeg</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.jpeg</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.png</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>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="18" max-version="19"/>
|
<nextcloud min-version="18" max-version="19"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
BIN
doc/quicknotes-attachments.jpeg
Normal file
|
After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 304 KiB |
BIN
doc/quicknotes-grid-view-small.jpeg
Normal file
|
After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 87 KiB |
BIN
doc/quicknotes-grid-view.jpeg
Normal file
|
After Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 150 KiB |
BIN
doc/quicknotes-note-edit.jpeg
Normal file
|
After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 139 KiB |
BIN
doc/quicknotes-rich-text.jpeg
Normal file
|
After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 141 KiB |
BIN
doc/quicknotes-shared-note.jpeg
Normal file
|
After Width: | Height: | Size: 156 KiB |