diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-10-08 15:05:50 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-10-08 15:05:50 +0200 |
commit | b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84 (patch) | |
tree | b6bd2d066410bc8e6a09bbd057df728b5de1493e /CHANGELOG.md | |
parent | 2c049b673acdd10125db9c3c271eef5bd3f5fc17 (diff) | |
parent | ecccb14e2ab4e5f372ea9946b29995c3c7122a5c (diff) | |
download | Shaarli-b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84.tar.gz Shaarli-b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84.tar.zst Shaarli-b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84.zip |
Merge tag 'v0.9.2' into latest
Release v0.9.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f557f6f..511a6bce 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: |
@@ -61,7 +99,7 @@ The documentation has been migrated to ReadTheDocs: | |||
61 | This release introduces the REST API, and requires updating HTTP server | 99 | This release introduces the REST API, and requires updating HTTP server |
62 | configuration to enable URL rewriting, see: | 100 | configuration to enable URL rewriting, see: |
63 | - https://shaarli.github.io/api-documentation/ | 101 | - https://shaarli.github.io/api-documentation/ |
64 | - https://github.com/shaarli/Shaarli/wiki/Server-configuration | 102 | - https://shaarli.readthedocs.io/en/master/Server-configuration/ |
65 | 103 | ||
66 | **WARNING**: Shaarli now requires PHP 5.5+. | 104 | **WARNING**: Shaarli now requires PHP 5.5+. |
67 | 105 | ||