]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Changelog and authors for v0.11 release 1334/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 27 Jul 2019 09:23:20 +0000 (11:23 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 27 Jul 2019 09:24:23 +0000 (11:24 +0200)
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
AUTHORS
CHANGELOG.md

diff --git a/AUTHORS b/AUTHORS
index 7fa2734ac65ecb24b9e04e092b005c8970c20b26..755d1bae578763a5d5c1865b8d3dd04341682509 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,13 +1,13 @@
-   734 ArthurHoaro <arthur@hoa.ro>
-   400 VirtualTam <virtualtam@flibidi.net>
-   215 nodiscc <nodiscc@gmail.com>
+   769 ArthurHoaro <arthur@hoa.ro>
+   401 VirtualTam <virtualtam@flibidi.net>
+   216 nodiscc <nodiscc@gmail.com>
     56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
     15 Florian Eula <eula.florian@gmail.com>
     13 Emilien Klein <emilien@klein.st>
+    13 Luce Carević <lcarevic@access42.net>
     12 Nicolas Danelon <hi@nicolasmd.com.ar>
      9 Willi Eggeling <thewilli@gmail.com>
      8 Christophe HENRY <christophe.henry@sbgodin.fr>
-     7 Luce Carević <lcarevic@access42.net>
      6 B. van Berkum <dev@dotmpe.com>
      6 llune <llune@users.noreply.github.com>
      5 Lucas Cimon <lucas.cimon@gmail.com>
@@ -16,6 +16,7 @@
      4 Alexandre Alapetite <alexandre@alapetite.fr>
      4 David Sferruzza <david.sferruzza@gmail.com>
      4 Immánuel Fodor <immanuelfactor+github@gmail.com>
+     3 Agurato <mail.vmonot@gmail.com>
      3 Teromene <teromene@teromene.fr>
      2 Alexandre G.-Raymond <alex@ndre.gr>
      2 Chris Kuethe <chris.kuethe@gmail.com>
@@ -57,6 +58,7 @@
      1 Mark Gerarts <mark.gerarts@gmail.com>
      1 Marsup <marsup@gmail.com>
      1 Neros <contact@neros.fr>
+     1 Rajat Hans <rajathans9@gmail.com>
      1 Sbgodin <Sbgodin@users.noreply.github.com>
      1 TsT <tst2005@gmail.com>
      1 dimtion <zizou.xena@gmail.com>
index 865e037068cd0480eea6c5efad271d078547b4da..189ed13deeb743df56b8ed440bd4fd7c5f408dec 100644 (file)
@@ -4,6 +4,51 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27
+
+**Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.**
+
+**Shaarli classes now use namespace, third party plugins need to update.**
+
+### Added
+- Add optional PHP extension to composer suggestions.
+- composer: enforce PHP security advisories
+- phpDocumentor configuration and make target
+- Run unit tests against PHP 7.3
+- Bunch of accessibility improvements to the default template, thanks to @llune
+- Bulk actions: set visibility
+- Display sticky label in linklist
+- Add print CSS rules to the default template
+- New setting to automatically retrieve description for new bookmarks
+- Plugin to override default template colors
+
+### Changed
+- Shaarli now uses namespaces for its classes.
+- Rewrite IP ban management
+- Default template: slightly lighten visited link color
+- Hide select all button on mobile view
+- Switch from FontAwesome v4.x to ForkAwesome
+- Daily - display the current day instead of the previous one
+
+### Fixed
+- Do not check the IP address with session protection disabled
+- API: update test regexes to comply with PCRE2
+- Optimize and cleanup imports
+- ensure HTML tags are stripped from OpenGraph description
+- Documentation invalid links
+- Thumbnails disabling if PHP GD is not installed
+- Warning if links sticky status isn't set
+- Fix button overlapping on mobile in linklist
+- Do not try to retrieve thumbnails for internal link
+- Update node-sass to fix a vulnerability in node tar dependency
+- armhf Dockerfile
+- Default template: Responsive issue with delete button fix
+- Persist sticky status on bookmark update
+
+### Removed
+- Doxygen configuration
+- redirector setting
+- QRCode link to an external service
 
 ## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
 ### Fixed