X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/1ba3513a32c4ea51e4e3f2ea56e3639aa76f3bb2..f1a04e6b2909c26f8bfdba65ff242d542871b3f2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 613a260..905222d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2016-03-18 Christian Weiske + + * Fix #37: Fix fatal error with ownCloud 9 + * Version 0.6.2 + +2015-09-21 Christian Weiske + + * Fix #20 and #25: Add authorization header workaround for fcgid + * Version 0.6.1 + +2015-09-18 Christian Weiske + + * 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 + * Version 0.6.0 + +2015-06-04 Christian Weiske + + * Fix #19: Tabs ignored in HTML export + * Version 0.5.1 + +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 + * Implement note search + * Implement note download (JSON + XML) + * Add note modification date display to list + * Add highlighting of current notebook in list + * Add custom icon + * Version 0.4.0 + 2014-10-14 Christian Weiske * Implement token management