X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/21e7415fe5a418ef6dd7f29d3749b11cc9adaa7d..HEAD:/ChangeLog diff --git a/ChangeLog b/ChangeLog index abbc1eb..16f6896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2021-01-22 Christian Weiske + + * Fix Javascript crash on Nextcloud 20 + * Version 0.7.6 + +2021-01-17 Christian Weiske + + * 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 + + * Mark 0.7.0 as compatible with Nextcloud 18 by Joan Moreau + * Version 0.7.4 + +2019-12-19 Christian Weiske + + * Mark 0.7.0 as compatible with Nextcloud 17 by Joan Moreau + * Version 0.7.3 + +2019-08-07 Christian Weiske + + * Mark 0.7.0 as compatible with Nextcloud 16 + * Version 0.7.2 + +2019-01-03 Christian Weiske + + * Mark 0.7.0 as compatible with Nextcloud 15 + * Version 0.7.1 + +2018-10-07 Christian Weiske + + * 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 + + * Fix #54: Nextcloud 13 compatibility + * Version 0.6.7 + +2018-01-17 Christian Weiske + + * Fix admin doc link + * Version 0.6.6 + +2018-01-17 Christian Weiske + + * Make grauphel meta data compatible with Nextcloud 12 + * Version 0.6.5 + +2016-05-10 Christian Weiske + + * Fix #41: Use correct SQL datetime format for tokens + * Version 0.6.4 + +2016-04-27 Christian Weiske + + * Fix #40: Remove unneeded constructor parameter + * Version 0.6.3 + +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 + * Implement database management (reset) + * Add computer name input field on authorization page + * Use transactions during sync + * Version 0.3.0 + +2014-10-03 Christian Weiske + + * Fix bug #8: Titled blank notes cause SQL error + * Version 0.2.1 + +2014-09-27 Christian Weiske + + * phing build file + * access token page + * Version 0.2.0 + 2014-09-26 Christian Weiske * Fix oauth verification with tomdroid