mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix changelog md format and add thumbnail to app store.
This commit is contained in:
61
CHANGELOG.md
61
CHANGELOG.md
@@ -1,30 +1,41 @@
|
|||||||
**Quicknotes**
|
## [0.1.2]: 2018-04-17
|
||||||
|
### Added
|
||||||
|
- Initial Nextcloud release.
|
||||||
|
- Use medium-editor as basic rich editor
|
||||||
|
- German translation from @v1r0x
|
||||||
|
- Spanish translation.
|
||||||
|
|
||||||
V0.1.0:
|
## [0.1.0]
|
||||||
* Implement search on notes.
|
### Added
|
||||||
* Rename 'Add note' item to 'New note' and put first on navigation.
|
- Implement search on notes.
|
||||||
* D'Oh!. Fix animation when append or remove notes.
|
- Rename 'Add note' item to 'New note' and put first on navigation.
|
||||||
|
- D'Oh!. Fix animation when append or remove notes.
|
||||||
|
|
||||||
V0.0.8:
|
## [0.0.8]
|
||||||
* Fix database schema migration.
|
### Added:
|
||||||
|
- Fix database schema migration.
|
||||||
|
|
||||||
V0.0.6:
|
## [0.0.6]
|
||||||
* Several design fixes, thanks to v1r0x.
|
### Added
|
||||||
* Highlight current color on edit mode, thanks to v1r0x.
|
- Several design fixes, thanks to v1r0x.
|
||||||
* Put color on own database with relationship over on notecontroller.
|
- Highlight current color on edit mode, thanks to v1r0x.
|
||||||
* Highlight current color selection on navigation filter.
|
- Put color on own database with relationship over on notecontroller.
|
||||||
* Show all notes when remove one.
|
- Highlight current color selection on navigation filter.
|
||||||
* Fix: Redraw content to show first note.
|
- Show all notes when remove one.
|
||||||
|
- Fix: Redraw content to show first note.
|
||||||
|
|
||||||
V0.0.4:
|
## [0.0.4]
|
||||||
* Show Animation when add or remove notes without redraw everything.
|
### Added
|
||||||
* Show all when append a new note.
|
- Show Animation when add or remove notes without redraw everything.
|
||||||
* Add the new notes in the proper position.
|
- Show all when append a new note.
|
||||||
* Positioning the modal editor in the position of the original note.
|
- Add the new notes in the proper position.
|
||||||
* Hide editor when click outside modal.
|
- Positioning the modal editor in the position of the original note.
|
||||||
* Not refilter anything when cancel edit.
|
- Hide editor when click outside modal.
|
||||||
* Add Ocsid and useful data.
|
- Not refilter anything when cancel edit.
|
||||||
|
- Add Ocsid and useful data.
|
||||||
|
|
||||||
V0.0.2: Initial version:
|
## [0.0.2]
|
||||||
* Just text notes and filter by color..
|
### Added
|
||||||
* Fix version.
|
- Initial version:
|
||||||
|
- Just text notes and filter by color..
|
||||||
|
- Fix version.
|
||||||
|
|||||||
@@ -2,15 +2,17 @@
|
|||||||
<info>
|
<info>
|
||||||
<id>quicknotes</id>
|
<id>quicknotes</id>
|
||||||
<name>Quick notes</name>
|
<name>Quick notes</name>
|
||||||
<description>Quick notes with text, check lists and pictures</description>
|
<description>Quick notes with a basic rich text</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Matias De lellis</author>
|
<author>Matias De lellis</author>
|
||||||
<version>0.1.2</version>
|
<version>0.1.2</version>
|
||||||
<namespace>QuickNotes</namespace>
|
<namespace>QuickNotes</namespace>
|
||||||
<category>tool</category>
|
<category>tools</category>
|
||||||
<website>https://github.com/matiasdelellis</website>
|
<website>https://github.com/matiasdelellis</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://user-images.githubusercontent.com/733715/38871311-dac5a80a-4226-11e8-961d-63b276380b6b.png">https://user-images.githubusercontent.com/733715/38871311-dac5a80a-4226-11e8-961d-63b276380b6b.png</screenshot>
|
||||||
|
<screenshot>https://user-images.githubusercontent.com/733715/38871255-b07a7d5a-4226-11e8-8403-650cbea50be0.png</screenshot>
|
||||||
<ocsid>174716</ocsid>
|
<ocsid>174716</ocsid>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="8.0" max-version="9.1"/>
|
<owncloud min-version="8.0" max-version="9.1"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user