aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-07-27 11:23:20 +0200
committerArthurHoaro <arthur@hoa.ro>2019-07-27 11:24:23 +0200
commit525069ea7a90e9ae30631c0046a25e75a049346b (patch)
treeec39fe2ba73bc8a3903795602d7942d47ef2284e /CHANGELOG.md
parent37686457f024cf088e5def164e1aa3539e3de01d (diff)
downloadShaarli-525069ea7a90e9ae30631c0046a25e75a049346b.tar.gz
Shaarli-525069ea7a90e9ae30631c0046a25e75a049346b.tar.zst
Shaarli-525069ea7a90e9ae30631c0046a25e75a049346b.zip
Changelog and authors for v0.11 release
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md45
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.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and 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