Release 0.7.5 v0.7.5
authorChristian Weiske <cweiske@cweiske.de>
Sun, 17 Jan 2021 17:55:20 +0000 (18:55 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 17 Jan 2021 17:55:20 +0000 (18:55 +0100)
ChangeLog
README.rst
appinfo/info.xml
appinfo/version

index 8daa7f0c1671843c205201a91468674ce4a6faaa..6b35bc25ade6f098b7fb1c3f0e4b2d607d650f3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-01-17  Christian Weiske  <cweiske@cweiske.de>
+
+       * Fix search with SQLite database
+       * Mark as compatible with Nextcloud 19 and 20
+         (Search does not work with Nextcloud 20)
+       * Version 0.7.5
+
 2020-04-02  Christian Weiske  <cweiske@cweiske.de>
 
        * Mark 0.7.0 as compatible with Nextcloud 18 by Joan Moreau
index 0f943f7df907434235032ed1ba8830d786a54c90..b021af7fd5a6483ca1b7a233022c2f6c69c8c2ab 100644 (file)
@@ -45,7 +45,7 @@ __ https://github.com/tomboy-notes/tomdroid
 
 Known working versions
 ======================
-grauphel 0.7.4 is known to work with:
+grauphel 0.7.5 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.7.4.tar.gz
-     $ tar xjvf grauphel-0.7.4.tar.gz
-     $ rm grauphel-0.7.4.tar.gz
+     $ wget http://cweiske.de/download/grauphel/grauphel-0.7.5.tar.gz
+     $ tar xjvf grauphel-0.7.5.tar.gz
+     $ rm grauphel-0.7.5.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.7.4.tar.gz | openssl base64
+     $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.7.5.tar.gz | openssl base64
index d918f857964dcd488951e29e44d4a473098f8b84..18d9d4cf299b54035e6873f00b2c5c4ac194abdd 100755 (executable)
@@ -9,7 +9,7 @@
 
   Tomboy, Conboy and Tomdroid clients are supported.
  </description>
- <version>0.7.4</version>
+ <version>0.7.5</version>
  <licence>agpl</licence>
  <author>Christian Weiske</author>
  <namespace>Grauphel</namespace>
index 0a1ffad4b4df766be3d8a23383cfb3d1defb19f7..8bd6ba8c5c366585c0343c027cb738d5fdeb8d4d 100755 (executable)
@@ -1 +1 @@
-0.7.4
+0.7.5