diff options
-rw-r--r-- | CHANGELOG.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60262d56..120c5d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,44 @@ 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.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 | ||
8 | |||
9 | **Major security issue fixed. Please update.** | ||
10 | |||
11 | ### Added | ||
12 | - Tag search now supports wildcards `*` | ||
13 | - New setting `privacy.force_login` which can be used with `privacy.hide_public_links` to redirect anonymous users to the login page. | ||
14 | - New setting `general.default_note_title` used to override default `Note:` title prefix for notes. | ||
15 | - Add a version hash for asset loading to prevent browser's cache issue | ||
16 | |||
17 | ### Changed | ||
18 | - The "Remember me" checkbox is unchecked by default | ||
19 | - The default value of the "Remember me" checkbox can be configured under `data/config.json.php` | ||
20 | |||
21 | ### Removed | ||
22 | - Remove obsolete PHP magic quote support | ||
23 | |||
24 | ### Fixed | ||
25 | - Generates a permalink URL if the URL is set to blank | ||
26 | - Replace links to the old GitHub wiki with ReadTheDocs URIs | ||
27 | - Use single quotes in the note bookmarklet | ||
28 | - Daily page if there is no link | ||
29 | - Bulk link deletion with a single link | ||
30 | - HTTPS detection behind a reverse proxy | ||
31 | - Travis tests environment and localization | ||
32 | - Improve template paths robustness (trailing slash) | ||
33 | - Robustness: safer gzinflate/zlib usage | ||
34 | - Description links parsing with parenthesis (without Markdown) | ||
35 | - Templates: | ||
36 | - Sort the tag cloud alphabetically | ||
37 | - Firefox social title | ||
38 | - Improved visited link color | ||
39 | - Fix jumpy textarea with long content in post edit | ||
40 | |||
41 | ### Security | ||
42 | |||
43 | - Vulnerability introduced in v0.9.1 fixed. | ||
44 | |||
7 | ## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23 | 45 | ## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23 |
8 | 46 | ||
9 | The documentation has been migrated to ReadTheDocs: | 47 | The documentation has been migrated to ReadTheDocs: |