diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-06-04 18:07:27 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-06-04 18:07:27 +0200 |
| commit | 89a7da2db6368707c1247b25b7605a4cb1db83d0 (patch) | |
| tree | 4db38313e80e8b4c2927c8e8c354c032e3274713 | |
| parent | c13e28573a7ec204809fb42bab55eb56cdf77332 (diff) | |
| download | grauphel-89a7da2db6368707c1247b25b7605a4cb1db83d0.tar.gz grauphel-89a7da2db6368707c1247b25b7605a4cb1db83d0.zip | |
prepare release of 0.5.1v0.5.1
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | README.rst | 6 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
4 files changed, 10 insertions, 5 deletions
@@ -1,3 +1,8 @@ +2015-06-04 Christian Weiske <cweiske@cweiske.de> + + * Fix #19: Tabs ignored in HTML export + * Version 0.5.1 + 2015-03-17 Christian Weiske <cweiske@cweiske.de> * Implement standalone HTML mode for notes @@ -99,9 +99,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.5.0.tar.bz2 - $ tar xjvf grauphel-0.5.0.tar.bz2 - $ rm grauphel-0.5.0.tar.bz2 + $ wget http://cweiske.de/download/grauphel/grauphel-0.5.1.tar.bz2 + $ tar xjvf grauphel-0.5.1.tar.bz2 + $ rm grauphel-0.5.1.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 9b797b9..3f2c2c4 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.5.0</version> + <version>0.5.1</version> <licence>AGPL3 or later</licence> <author>Christian Weiske</author> <requiremin>7</requiremin> diff --git a/appinfo/version b/appinfo/version index 8f0916f..4b9fcbe 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.5.0 +0.5.1 |
