aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-07-27 12:30:33 +0200
committerArthurHoaro <arthur@hoa.ro>2019-07-27 12:30:33 +0200
commit1b8ed48a0d3964186f4d66d443783f4d250e7147 (patch)
tree23597f312507ba0c1b461755b9aa086106374a4d /CHANGELOG.md
parent1aa24ed8d2974cda98733f74b36844b02942cc11 (diff)
parented3365325d231e044dedc32608fde87b1b39fa34 (diff)
downloadShaarli-1b8ed48a0d3964186f4d66d443783f4d250e7147.tar.gz
Shaarli-1b8ed48a0d3964186f4d66d443783f4d250e7147.tar.zst
Shaarli-1b8ed48a0d3964186f4d66d443783f4d250e7147.zip
Merge tag 'v0.11.0' into latest
Release v0.11.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md64
1 files changed, 47 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c08e42ee..189ed13d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,54 @@ 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.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 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
8 32
9### Fixed 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
52
53## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
54### Fixed
10- Fix thumbnails disabling if PHP GD is not installed 55- Fix thumbnails disabling if PHP GD is not installed
11- Fix a warning if links sticky status isn't set 56- Fix a warning if links sticky status isn't set
12 57
@@ -121,6 +166,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
121### Security 166### Security
122- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation 167- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
123 168
169
124## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 170## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
125### Changed 171### Changed
126- Build the Docker images from the local Git sources 172- Build the Docker images from the local Git sources
@@ -340,22 +386,6 @@ Theming:
340### Security 386### Security
341- Markdown plugin: escape HTML entities by default 387- Markdown plugin: escape HTML entities by default
342 388
343## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
344### Security
345- Markdown plugin: escape HTML entities by default
346
347
348## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
349
350### Fixed
351
352- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
353
354## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
355
356### Fixed
357
358- Editing a link created before the new ID system would change its permalink.
359 389
360## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 390## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
361### Changed 391### Changed