diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fd3f2f..18907c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,62 @@ 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.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28 | ||
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 | - Add tag endpoint in the REST API | ||
22 | - Build the documentation in Travis builds | ||
23 | - Provide a Docker Compose example | ||
24 | |||
25 | ### Changed | ||
26 | - Use web-thumbnailer to retrieve thumbnails (see #687) | ||
27 | - Use a specific page title in all pages | ||
28 | - Daily: run hooks before creating the columns | ||
29 | - Load theme translations files automatically | ||
30 | - Make max download size and timeout configurable | ||
31 | - Make Nginx logs accessible as stdout/stderr for Docker images | ||
32 | - Update buttons used to toggle link visibility filters | ||
33 | - Rewrite Javascript code for ES6 compliance | ||
34 | - Refactor IP ban management | ||
35 | - Refactor user login management | ||
36 | - Refactor server-side session management | ||
37 | - Update Doxygen configuration | ||
38 | - Update Parsedown | ||
39 | - Improve documentation | ||
40 | - Docker: build the images from the local sources | ||
41 | - Docker: bump alpine version to 3.7 | ||
42 | - Docker: expose a volume for the thumbnail cache | ||
43 | |||
44 | ### Removed | ||
45 | - Drop support for PHP 5.5 | ||
46 | - Remove vendored front-end libraries | ||
47 | - Remove environment specific .gitignore entries | ||
48 | |||
49 | ### Fixed | ||
50 | - Ignore the case while checking DOCTYPE during the file import | ||
51 | - Fix removal of on=... attributes from html generated from Markdown | ||
52 | - httpd: always forward the 'Authorization' header | ||
53 | - Ensure user-specific CSS file is loaded | ||
54 | - Fix feed permalink rendering when Markdown escaping is enabled | ||
55 | - Fix order of tags with the same number of occurrences | ||
56 | - Fixed the referrer meta tag in default template | ||
57 | - Disable MkDocs' strict mode for ReadTheDocs builds to pass | ||
58 | - fix and simplify Dockerfile for armhf | ||
59 | |||
60 | ### Security | ||
61 | - Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation | ||
62 | |||
7 | ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 | 63 | ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 |
8 | ### Changed | 64 | ### Changed |
9 | - Build the Docker images from the local Git sources | 65 | - Build the Docker images from the local Git sources |
@@ -240,6 +296,19 @@ Theming: | |||
240 | 296 | ||
241 | - Editing a link created before the new ID system would change its permalink. | 297 | - Editing a link created before the new ID system would change its permalink. |
242 | 298 | ||
299 | ## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 | ||
300 | ### Changed | ||
301 | - Build the Docker image from the local Git sources | ||
302 | |||
303 | ### Removed | ||
304 | - Disable PHP 5.3 Travis build (unsupported) | ||
305 | |||
306 | |||
307 | ## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19 | ||
308 | ### Changed | ||
309 | - Run version check tests against the 'stable' branch | ||
310 | |||
311 | |||
243 | ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 | 312 | ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 |
244 | **XSS vulnerability fixed. Please update.** | 313 | **XSS vulnerability fixed. Please update.** |
245 | 314 | ||