diff options
-rw-r--r-- | CHANGELOG.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c63337ff..4b018cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,57 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | ## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23 | ||
8 | |||
9 | The documentation has been migrated to ReadTheDocs: | ||
10 | - https://shaarli.readthedocs.io/ | ||
11 | - edits are submitted as pull requests | ||
12 | |||
13 | ### Added | ||
14 | - Allow bulk link deletion | ||
15 | - Display subtags in the tag cloud | ||
16 | - Add an endpoint to refresh the token | ||
17 | - Add a token on every page | ||
18 | - Add a tag list view for management | ||
19 | - Add Note bookmarklet | ||
20 | - Add creation date when editing a link | ||
21 | |||
22 | ### Changed | ||
23 | - Documentation: | ||
24 | - Generate static HTML documentation with [mkdocs](http://www.mkdocs.org/) | ||
25 | - Host documentation on [ReadTheDocs](http://www.mkdocs.org/) | ||
26 | - Update documentation structure | ||
27 | - Update Makefile targets to: | ||
28 | - Build the docs locally | ||
29 | - Include the generated docs in the release archives | ||
30 | - Theme: | ||
31 | - Use the new theme as the default | ||
32 | - Rename the tag cloud template to `tag.cloud.html` | ||
33 | - Display visited links in grey | ||
34 | - Use only one search form in `linklist.html` | ||
35 | - Hide the "search links with these tags" option when an empty `searchtags` is passed to `tag.list.html` | ||
36 | - Improve HTTP header handling when hosting Shaarli with Docker behind a reverse proxy | ||
37 | - Searching for tags with an empty value returns untagged links only | ||
38 | - Set Travis environment to `precise` until the new `trusty` environment is ready | ||
39 | |||
40 | ### Removed | ||
41 | - Remove dead Pubsubhubbub code | ||
42 | - Disable the GitHub wiki (see changed/documentation) | ||
43 | - Remove Docker `dev` image and resources | ||
44 | - Theme: | ||
45 | - Remove the bottom "Sort by" menu in `tag.list.html` | ||
46 | |||
47 | ### Fixed | ||
48 | - Fix file existence check for `user.css` | ||
49 | - Limit selection to 2k characters when using the bookmarklet | ||
50 | - Fix JS error `uncaught type error` | ||
51 | - Fix Firefox Social button | ||
52 | - Use pinned PHP dependencies when generating release archives | ||
53 | - Make sure that the tag exists before altering/removing it | ||
54 | |||
55 | ### Security | ||
56 | - Add a whitelist for protocols for URLs | ||
57 | |||
7 | 58 | ||
8 | ## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - 2017-05-07 | 59 | ## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - 2017-05-07 |
9 | 60 | ||