aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md51
-rw-r--r--doc/md/Release-Shaarli.md1
2 files changed, 52 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
diff --git a/doc/md/Release-Shaarli.md b/doc/md/Release-Shaarli.md
index 8ff0a080..974a7438 100644
--- a/doc/md/Release-Shaarli.md
+++ b/doc/md/Release-Shaarli.md
@@ -26,6 +26,7 @@ GitHub allows drafting the release note for the upcoming release, from the [Rele
26This file should contain the same information as the release note draft for the upcoming version. 26This file should contain the same information as the release note draft for the upcoming version.
27 27
28Update it to: 28Update it to:
29
29- add new entries (additions, fixes, etc.) 30- add new entries (additions, fixes, etc.)
30- mark the current version as released by setting its date and link 31- mark the current version as released by setting its date and link
31- add a new section for the future unreleased version 32- add a new section for the future unreleased version