aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abf802ea..e4991c4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -339,7 +339,7 @@ configuration to enable URL rewriting, see:
339 - `/api/v1/info`: get general information on the Shaarli instance 339 - `/api/v1/info`: get general information on the Shaarli instance
340 - `/api/v1/links`: get a list of shaared links 340 - `/api/v1/links`: get a list of shaared links
341 - `/api/v1/history`: get a list of latest actions 341 - `/api/v1/history`: get a list of latest actions
342Theming: 342 Theming:
343 - Introduce a new theme 343 - Introduce a new theme
344 - Allow selecting themes/templates from the configuration page 344 - Allow selecting themes/templates from the configuration page
345 - New/Edit link form can be submitted using CTRL+Enter in the textarea 345 - New/Edit link form can be submitted using CTRL+Enter in the textarea
@@ -637,12 +637,12 @@ Please use our release archives, or follow the
637- Cleanup: introduce an `ApplicationUtils` class 637- Cleanup: introduce an `ApplicationUtils` class
638 638
639### Removed 639### Removed
640 - Cleanup: remove `json_encode()` function (built-in since PHP 5.2) 640- Cleanup: remove `json_encode()` function (built-in since PHP 5.2)
641 641
642### Fixed 642### Fixed
643 - Auto-complete more than one tag 643- Auto-complete more than one tag
644 - Bookmarklet: support titles containing quotes 644- Bookmarklet: support titles containing quotes
645 - URL encode links when setting a redirector 645- URL encode links when setting a redirector
646 646
647 647
648## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18 648## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18
@@ -1279,8 +1279,8 @@ Initial release on GitHub.
1279- In tag autocomplete, tags are presented in use order 1279- In tag autocomplete, tags are presented in use order
1280 (most used tags first, instead of alphabetical order) 1280 (most used tags first, instead of alphabetical order)
1281- RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url: 1281- RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
1282 - `&searchtags=minecraft+video` for tag filtering 1282 - `&searchtags=minecraft+video` for tag filtering
1283 - `&searchterm=portal` for fulltext search to the feed url 1283 - `&searchterm=portal` for fulltext search to the feed url
1284 1284
1285 1285
1286## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) 1286## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)