diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 865e0370..189ed13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,51 @@ 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.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27 | ||
8 | |||
9 | **Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.** | ||
10 | |||
11 | **Shaarli classes now use namespace, third party plugins need to update.** | ||
12 | |||
13 | ### Added | ||
14 | - Add optional PHP extension to composer suggestions. | ||
15 | - composer: enforce PHP security advisories | ||
16 | - phpDocumentor configuration and make target | ||
17 | - Run unit tests against PHP 7.3 | ||
18 | - Bunch of accessibility improvements to the default template, thanks to @llune | ||
19 | - Bulk actions: set visibility | ||
20 | - Display sticky label in linklist | ||
21 | - Add print CSS rules to the default template | ||
22 | - New setting to automatically retrieve description for new bookmarks | ||
23 | - Plugin to override default template colors | ||
24 | |||
25 | ### Changed | ||
26 | - Shaarli now uses namespaces for its classes. | ||
27 | - Rewrite IP ban management | ||
28 | - Default template: slightly lighten visited link color | ||
29 | - Hide select all button on mobile view | ||
30 | - Switch from FontAwesome v4.x to ForkAwesome | ||
31 | - Daily - display the current day instead of the previous one | ||
32 | |||
33 | ### Fixed | ||
34 | - Do not check the IP address with session protection disabled | ||
35 | - API: update test regexes to comply with PCRE2 | ||
36 | - Optimize and cleanup imports | ||
37 | - ensure HTML tags are stripped from OpenGraph description | ||
38 | - Documentation invalid links | ||
39 | - Thumbnails disabling if PHP GD is not installed | ||
40 | - Warning if links sticky status isn't set | ||
41 | - Fix button overlapping on mobile in linklist | ||
42 | - Do not try to retrieve thumbnails for internal link | ||
43 | - Update node-sass to fix a vulnerability in node tar dependency | ||
44 | - armhf Dockerfile | ||
45 | - Default template: Responsive issue with delete button fix | ||
46 | - Persist sticky status on bookmark update | ||
47 | |||
48 | ### Removed | ||
49 | - Doxygen configuration | ||
50 | - redirector setting | ||
51 | - QRCode link to an external service | ||
7 | 52 | ||
8 | ## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 | 53 | ## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 |
9 | ### Fixed | 54 | ### Fixed |