diff options
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2014-10-29 Christian Weiske <cweiske@cweiske.de> + + * Implement note preview + * Implement note search + * Implement note download (JSON + XML) + * Add note modification date display to list + * Add highlighting of current notebook in list + * Add custom icon + * Version 0.4.0 + 2014-10-14 Christian Weiske <cweiske@cweiske.de> * Implement token management diff --git a/appinfo/info.xml b/appinfo/info.xml index bff1ebd..97d7538 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,7 +3,7 @@ <id>grauphel</id> <name>Grauphel: Tomboy note server</name> <description>Tomboy REST API server to sync notes between devices</description> - <version>0.3.0</version> + <version>0.4.0</version> <licence>AGPL3 or later</licence> <author>Christian Weiske</author> <requiremin>7</requiremin> diff --git a/appinfo/version b/appinfo/version index 0d91a54..1d0ba9e 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.3.0 +0.4.0 |
