Bump to V0.1.0

This commit is contained in:
Matias De lellis
2016-05-29 22:08:08 -03:00
parent c8bef7c5c4
commit 710bee7069
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
**Quicknotes** **Quicknotes**
V0.1.0:
* Implement search on 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: V0.0.8:
* Fix database schema migration. * Fix database schema migration.

View File

@@ -5,7 +5,7 @@
<description>Quick notes with text, check lists and pictures</description> <description>Quick notes with text, check lists and pictures</description>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Matias De lellis</author> <author>Matias De lellis</author>
<version>0.0.8</version> <version>0.1.0</version>
<namespace>QuickNotes</namespace> <namespace>QuickNotes</namespace>
<category>tool</category> <category>tool</category>
<website>https://github.com/matiasdelellis</website> <website>https://github.com/matiasdelellis</website>