diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | README.rst | 7 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
4 files changed, 14 insertions, 5 deletions
@@ -1,3 +1,11 @@ +2015-03-17 Christian Weiske <cweiske@cweiske.de> + + * Implement standalone HTML mode for notes + * Implement reStrucuredText rendering for notes + * Show error page when OAuth extension is not installed + * Search is case-insensitive now + * Version 0.5.0 + 2014-10-29 Christian Weiske <cweiske@cweiske.de> * Implement note preview @@ -21,6 +21,7 @@ What works - Database management interface (reset) - Viewing notes - Searching notes +- Downloading notes as HTML and reStructuredText What is missing =============== @@ -92,9 +93,9 @@ Manual installation #. Download the latest release from http://cweiske.de/grauphel.htm and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.4.0.tar.bz2 - $ tar xjvf grauphel-0.4.0.tar.bz2 - $ rm grauphel-0.4.0.tar.bz2 + $ wget http://cweiske.de/download/grauphel/grauphel-0.5.0.tar.bz2 + $ tar xjvf grauphel-0.5.0.tar.bz2 + $ rm grauphel-0.5.0.tar.bz2 You do have a directory ``/var/www/owncloud/apps/grauphel`` now. #. Using your browser, login as administrator into ownCloud and click diff --git a/appinfo/info.xml b/appinfo/info.xml index 97d7538..9b797b9 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.4.0</version> + <version>0.5.0</version> <licence>AGPL3 or later</licence> <author>Christian Weiske</author> <requiremin>7</requiremin> diff --git a/appinfo/version b/appinfo/version index 1d0ba9e..8f0916f 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.4.0 +0.5.0 |
