From: Christian Weiske Date: Tue, 17 Mar 2015 21:25:37 +0000 (+0100) Subject: prepare release of 0.5.0 X-Git-Tag: v0.5.0^0 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/428ead652d05e347d2edd3cf59ee12f1fd46a10e?ds=sidebyside prepare release of 0.5.0 --- diff --git a/ChangeLog b/ChangeLog index 630ffe5..1e7f13e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-03-17 Christian Weiske + + * 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 * Implement note preview diff --git a/README.rst b/README.rst index 12257cd..074a30e 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ grauphel Grauphel: Tomboy note server Tomboy REST API server to sync notes between devices - 0.4.0 + 0.5.0 AGPL3 or later Christian Weiske 7 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