+
+ * Fix search in ownCloud 8.1
+ * Fix #22 and #24: Escape slashes in tags in URLs
+ * Fix #28: array_shift() E_NOTICE in owncloud.log
+ * Move note filtering onto the SQL server
+ * Register app menu icon more efficiently
+ * Add SVG icon
+
* Fix #19: Tabs ignored in HTML export
Installation
============
+App store installation
+======================
+Installation via the app store does not work currently, see
+https://github.com/cweiske/grauphel/issues/26
+
+If one day it works, you can use the ownCloud "Apps" app, select
+"Productivity" and install grauphel with a single click.
+
+
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.1.tar.bz2
- $ tar xjvf grauphel-0.5.1.tar.bz2
- $ rm grauphel-0.5.1.tar.bz2
+ $ wget http://cweiske.de/download/grauphel/grauphel-0.6.0.tar.bz2
+ $ tar xjvf grauphel-0.6.0.tar.bz2
+ $ rm grauphel-0.6.0.tar.bz2
You do have a directory ``/var/www/owncloud/apps/grauphel`` now.
#. Using your browser, login as administrator into ownCloud and click
Tomboy, Conboy and Tomdroid clients are supported.
</description>
- <version>0.5.1</version>
+ <version>0.6.0</version>
<licence>AGPL3 or later</licence>
<author>Christian Weiske</author>
<include name="**"/>
<exclude name="dist/"/>
<exclude name=".git"/>
+ <exclude name=".travis.yml"/>
<exclude name="**/.gitignore"/>
<exclude name="**/build.xml"/>
<exclude name="**/README.html"/>