diff options
-rw-r--r-- | AUTHORS | 10 | ||||
-rw-r--r-- | CHANGELOG.md | 45 |
2 files changed, 51 insertions, 4 deletions
@@ -1,13 +1,13 @@ | |||
1 | 734 ArthurHoaro <arthur@hoa.ro> | 1 | 769 ArthurHoaro <arthur@hoa.ro> |
2 | 400 VirtualTam <virtualtam@flibidi.net> | 2 | 401 VirtualTam <virtualtam@flibidi.net> |
3 | 215 nodiscc <nodiscc@gmail.com> | 3 | 216 nodiscc <nodiscc@gmail.com> |
4 | 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> | 4 | 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> |
5 | 15 Florian Eula <eula.florian@gmail.com> | 5 | 15 Florian Eula <eula.florian@gmail.com> |
6 | 13 Emilien Klein <emilien@klein.st> | 6 | 13 Emilien Klein <emilien@klein.st> |
7 | 13 Luce Carević <lcarevic@access42.net> | ||
7 | 12 Nicolas Danelon <hi@nicolasmd.com.ar> | 8 | 12 Nicolas Danelon <hi@nicolasmd.com.ar> |
8 | 9 Willi Eggeling <thewilli@gmail.com> | 9 | 9 Willi Eggeling <thewilli@gmail.com> |
9 | 8 Christophe HENRY <christophe.henry@sbgodin.fr> | 10 | 8 Christophe HENRY <christophe.henry@sbgodin.fr> |
10 | 7 Luce Carević <lcarevic@access42.net> | ||
11 | 6 B. van Berkum <dev@dotmpe.com> | 11 | 6 B. van Berkum <dev@dotmpe.com> |
12 | 6 llune <llune@users.noreply.github.com> | 12 | 6 llune <llune@users.noreply.github.com> |
13 | 5 Lucas Cimon <lucas.cimon@gmail.com> | 13 | 5 Lucas Cimon <lucas.cimon@gmail.com> |
@@ -16,6 +16,7 @@ | |||
16 | 4 Alexandre Alapetite <alexandre@alapetite.fr> | 16 | 4 Alexandre Alapetite <alexandre@alapetite.fr> |
17 | 4 David Sferruzza <david.sferruzza@gmail.com> | 17 | 4 David Sferruzza <david.sferruzza@gmail.com> |
18 | 4 Immánuel Fodor <immanuelfactor+github@gmail.com> | 18 | 4 Immánuel Fodor <immanuelfactor+github@gmail.com> |
19 | 3 Agurato <mail.vmonot@gmail.com> | ||
19 | 3 Teromene <teromene@teromene.fr> | 20 | 3 Teromene <teromene@teromene.fr> |
20 | 2 Alexandre G.-Raymond <alex@ndre.gr> | 21 | 2 Alexandre G.-Raymond <alex@ndre.gr> |
21 | 2 Chris Kuethe <chris.kuethe@gmail.com> | 22 | 2 Chris Kuethe <chris.kuethe@gmail.com> |
@@ -57,6 +58,7 @@ | |||
57 | 1 Mark Gerarts <mark.gerarts@gmail.com> | 58 | 1 Mark Gerarts <mark.gerarts@gmail.com> |
58 | 1 Marsup <marsup@gmail.com> | 59 | 1 Marsup <marsup@gmail.com> |
59 | 1 Neros <contact@neros.fr> | 60 | 1 Neros <contact@neros.fr> |
61 | 1 Rajat Hans <rajathans9@gmail.com> | ||
60 | 1 Sbgodin <Sbgodin@users.noreply.github.com> | 62 | 1 Sbgodin <Sbgodin@users.noreply.github.com> |
61 | 1 TsT <tst2005@gmail.com> | 63 | 1 TsT <tst2005@gmail.com> |
62 | 1 dimtion <zizou.xena@gmail.com> | 64 | 1 dimtion <zizou.xena@gmail.com> |
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 |