aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-08-23 01:01:58 +0200
committerVirtualTam <virtualtam@flibidi.net>2017-08-23 01:01:58 +0200
commitd600040ebcbceb301085600b962a670e04aa9f51 (patch)
tree0dd74d074b353848b9ec5a6d26075fc7cfdd5dfb /CHANGELOG.md
parent92ccaea4706b39e3cf5d9763f8d6e8dcc906d803 (diff)
downloadShaarli-d600040ebcbceb301085600b962a670e04aa9f51.tar.gz
Shaarli-d600040ebcbceb301085600b962a670e04aa9f51.tar.zst
Shaarli-d600040ebcbceb301085600b962a670e04aa9f51.zip
Update CHANGELOG.md for 0.9.1
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md51
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.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and 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
9The 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