diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b823ba70..47a902f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,11 +4,39 @@ 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.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - UNPUBLISHED | ||
8 | ### Added | ||
9 | - Enable translations: Shaarli is now also available in French. Other language translations are welcome! | ||
10 | - Add EditorConfig configuration | ||
11 | - Add favicons for mobile devices | ||
12 | - Add Alpine Linux arm32v7 Dockerfiles (master, latest) | ||
13 | |||
14 | ### Changed | ||
15 | - Do not write bookmark edition history during file imports (performance) | ||
16 | - Migrate Docker images (master, latest) to Alpine Linux | ||
17 | - Improve unitary tests and code coverage | ||
18 | - Improve thumbnail display | ||
19 | - Improve theme ergonomics | ||
20 | - Improve messages if there is no plugin or parameter available in the admin page | ||
21 | - Increase buffer size for cURL download | ||
22 | - Force HTTPS if the original port is 443 behind a reverse proxy (workaround) | ||
23 | |||
24 | ### Removed | ||
25 | - Remove redirector setting from Configure page | ||
26 | |||
27 | ### Fixed | ||
28 | - Fix broken links in the documentation | ||
29 | - Enable access to `data/user.css` (Apache 2.2 & 2.4) | ||
30 | - Don't URL encode description links if parameter `redirector.encode_url` is set to false | ||
31 | - Fix an issue preventing the Save button to appear for plugin parameters | ||
32 | |||
33 | |||
7 | ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04 | 34 | ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04 |
8 | **XSS vulnerability fixed. Please update.** | 35 | **XSS vulnerability fixed. Please update.** |
9 | 36 | ||
10 | ## Security | 37 | ## Security |
11 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` | 38 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` - |
39 | [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249) | ||
12 | 40 | ||
13 | 41 | ||
14 | ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 | 42 | ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 |
@@ -183,7 +211,8 @@ Theming: | |||
183 | **XSS vulnerability fixed. Please update.** | 211 | **XSS vulnerability fixed. Please update.** |
184 | 212 | ||
185 | ## Security | 213 | ## Security |
186 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` | 214 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` - |
215 | [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249) | ||
187 | 216 | ||
188 | ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 | 217 | ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 |
189 | ### Security | 218 | ### Security |