diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3218f4d8..bafbd06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -5,10 +5,58 @@ 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.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED | 7 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED |
8 | **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6. | ||
9 | |||
10 | ### Added | ||
11 | - Add a filter to display public links only | ||
12 | - Add PHP 7.2 support | ||
13 | - Add German translation | ||
14 | - Resolve front-end dependencies from NPM | ||
15 | - Build front-end bundles with Yarn and Webpack | ||
16 | - Lint Javascript code with ESLint | ||
17 | - Lint SASS code with SASSLint | ||
18 | - Support redirection in cURL download callback | ||
19 | - Introduce multi-stage builds for Docker images | ||
20 | - Use Travis matrix and stages to run Javascript tests in a dedicated environment | ||
21 | |||
22 | ### Changed | ||
23 | - Use a specific page title in all pages | ||
24 | - Daily: run hooks before creating the columns | ||
25 | - Load theme translations files automatically | ||
26 | - Make max download size and timeout configurable | ||
27 | - Make Nginx logs accessible as stdout/stderr for Docker images | ||
28 | - Update buttons used to toggle link visibility filters | ||
29 | - Rewrite Javascript code for ES6 compliance | ||
30 | - Refactor IP ban management | ||
31 | - Refactor user login management | ||
32 | - Refactor server-side session management | ||
33 | - Update Doxygen configuration | ||
34 | - Update Parsedown | ||
35 | |||
36 | ### Removed | ||
37 | - Drop support for PHP 5.5 | ||
38 | - Remove vendored front-end libraries | ||
39 | - Remove environment specific .gitignore entries | ||
40 | |||
41 | ### Fixed | ||
42 | - Ignore the case while checking DOCTYPE during the file import | ||
43 | - Fix removal of on=... attributes from html generated from Markdown | ||
44 | - httpd: always forward the 'Authorization' header | ||
45 | - Ensure user-specific CSS file is loaded | ||
46 | - Fix feed permalink rendering when Markdown escaping is enabled | ||
47 | - Fix order of tags with the same number of occurrences | ||
48 | |||
49 | ### Security | ||
50 | - Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation | ||
51 | |||
52 | |||
53 | ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 | ||
54 | ### Changed | ||
55 | - Build the Docker images from the local Git sources | ||
8 | 56 | ||
9 | 57 | ||
10 | ## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25 | 58 | ## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25 |
11 | ## Changed | 59 | ### Changed |
12 | - htaccess: prevent accessing resources not managed by SCM | 60 | - htaccess: prevent accessing resources not managed by SCM |
13 | - htaccess: always forward the 'Authorization' HTTP header | 61 | - htaccess: always forward the 'Authorization' HTTP header |
14 | 62 | ||
@@ -222,6 +270,19 @@ Theming: | |||
222 | - Markdown plugin: escape HTML entities by default | 270 | - Markdown plugin: escape HTML entities by default |
223 | 271 | ||
224 | 272 | ||
273 | ## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 | ||
274 | ### Changed | ||
275 | - Build the Docker image from the local Git sources | ||
276 | |||
277 | ### Removed | ||
278 | - Disable PHP 5.3 Travis build (unsupported) | ||
279 | |||
280 | |||
281 | ## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19 | ||
282 | ### Changed | ||
283 | - Run version check tests against the 'stable' branch | ||
284 | |||
285 | |||
225 | ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 | 286 | ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 |
226 | **XSS vulnerability fixed. Please update.** | 287 | **XSS vulnerability fixed. Please update.** |
227 | 288 | ||