Release 0.7.0 v0.7.0
authorChristian Weiske <cweiske@cweiske.de>
Sun, 7 Oct 2018 12:12:39 +0000 (14:12 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 7 Oct 2018 12:12:39 +0000 (14:12 +0200)
ChangeLog
README.rst
appinfo/info.xml
appinfo/version

index cb056b471b6b98020305a0a075bdbc5455f6c0aa..0a42100833ee83d0e60d514475c975b44c99d3de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-10-07  Christian Weiske  <cweiske@cweiske.de>
+
+       * Make grauphel compatible with Nextcloud 14
+       * Implement note sorting (by date and title)
+       * Fix #60: Correctly display tab-based indentation
+       * Version 0.7.0
+
 2018-01-29  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix #54: Nextcloud 13 compatibility
index 4bb9c585dd7b78baf9b1f181e2ef55308f88d5f1..659b1aea875e5fb277afabc7f0046ac05b90632b 100644 (file)
@@ -45,7 +45,7 @@ __ https://launchpad.net/tomdroid
 
 Known working versions
 ======================
-grauphel 0.2.1 is known to work with:
+grauphel 0.7.0 is known to work with:
 
 * Tomboy 1.15.2, Linux
 * Tomboy 1.15.1, Windows
@@ -114,9 +114,9 @@ Manual installation
    and extract it.
    For example::
 
-     $ wget http://cweiske.de/download/grauphel/grauphel-0.6.7.tar.gz
-     $ tar xjvf grauphel-0.6.7.tar.gz
-     $ rm grauphel-0.6.7.tar.gz
+     $ wget http://cweiske.de/download/grauphel/grauphel-0.7.0.tar.gz
+     $ tar xjvf grauphel-0.7.0.tar.gz
+     $ rm grauphel-0.7.0.tar.gz
 
    You do have a directory ``/var/www/nextcloud/apps/grauphel`` now.
 #. Using your browser, login as administrator into nextCloud and click
@@ -226,4 +226,4 @@ To release a new version, do the following:
 
    Signature::
 
-     $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.6.7.tar.gz | openssl base64
+     $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.7.0.tar.gz | openssl base64
index 7244842548af99ce068cb277790e9aa0c2ed8d2f..67f537dab92275b0b91506786618a1d969ac6687 100755 (executable)
@@ -9,7 +9,7 @@
 
   Tomboy, Conboy and Tomdroid clients are supported.
  </description>
- <version>0.6.7</version>
+ <version>0.7.0</version>
  <licence>agpl</licence>
  <author>Christian Weiske</author>
  <namespace>Grauphel</namespace>
index 2228cad41f3e8cba4de5d7958cbbb80d3147f5e7..faef31a4357c48d6e4c55e84c8be8e3bc9055e20 100755 (executable)
@@ -1 +1 @@
-0.6.7
+0.7.0