]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Release v0.10.3 v0.10.3
authorVirtualTam <virtualtam@flibidi.net>
Sat, 23 Feb 2019 15:33:36 +0000 (16:33 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Sat, 23 Feb 2019 15:33:36 +0000 (16:33 +0100)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
AUTHORS
CHANGELOG.md
shaarli_version.php

diff --git a/AUTHORS b/AUTHORS
index db23ad322f18ea1bbf5728cf5b24a365571410f7..8d06b930ffdaf5300399428051ca7c1c4fdf60fb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
-   687 ArthurHoaro <arthur@hoa.ro>
-   355 VirtualTam <virtualtam@flibidi.net>
-   195 nodiscc <nodiscc@gmail.com>
+   715 ArthurHoaro <arthur@hoa.ro>
+   370 VirtualTam <virtualtam@flibidi.net>
+   208 nodiscc <nodiscc@gmail.com>
     56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
     15 Florian Eula <eula.florian@gmail.com>
     13 Emilien Klein <emilien@klein.st>
@@ -8,6 +8,7 @@
      9 Willi Eggeling <thewilli@gmail.com>
      8 Christophe HENRY <christophe.henry@sbgodin.fr>
      6 B. van Berkum <dev@dotmpe.com>
+     6 llune <llune@users.noreply.github.com>
      5 Lucas Cimon <lucas.cimon@gmail.com>
      5 Mark Schmitz <kramred@gmail.com>
      5 kalvn <kalvnthereal@gmail.com>
      4 David Sferruzza <david.sferruzza@gmail.com>
      4 Immánuel Fodor <immanuelfactor+github@gmail.com>
      3 Teromene <teromene@teromene.fr>
-     3 llune <llune@users.noreply.github.com>
+     2 Alexandre G.-Raymond <alex@ndre.gr>
      2 Chris Kuethe <chris.kuethe@gmail.com>
      2 Felix Bartels <felix@host-consultants.de>
      2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
+     2 Luce Carević <lcarevic@access42.net>
      2 Mathieu Chabanon <git@matchab.fr>
      2 Miloš Jovanović <mjovanovic@gmail.com>
      2 Qwerty <champlywood@free.fr>
@@ -29,9 +31,9 @@
      2 pips <pips@e5150.fr>
      1 Adrien Oliva <adrien.oliva@yapbreak.fr>
      1 Adrien le Maire <adrien@alemaire.be>
-     1 Alexandre G.-Raymond <alex@ndre.gr>
      1 Alexis J <alexis@effingo.be>
      1 Angristan <angristan@users.noreply.github.com>
+     1 Bish Erbas <42714627+bisherbas@users.noreply.github.com>
      1 BoboTiG <bobotig@gmail.com>
      1 Bronco <bronco@warriordudimanche.net>
      1 Buster One <37770318+buster-one@users.noreply.github.com>
index aa1f0d8aa30cf74d9f2bbbf87b4603ac8068e87c..ada0f1096a7f26fcaf121c6c84bf37362e1ae038 100644 (file)
@@ -4,6 +4,36 @@ 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.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
+### Added
+- Add OpenGraph metadata tags on permalink page
+- Add CORS headers to REST API reponses
+- Add a button to toggle checkboxes of displayed links
+- Add an icon to the link list when the Isso plugin is enabled
+- Add noindex, nofollow to documentation pages
+- Document usage of robots.txt
+- Add a button to set links as sticky
+
+### Changed
+- Update French translation
+- Refactor the documentation homepage
+- Bump netscape-bookmark-parser
+- Update session_start condition
+- Improve accessibility
+- Cleanup and refactor lint tooling
+
+### Fixed
+- Fix input size for dropdown search form
+- Fix history for bulk link deletion
+- Fix thumbnail requests
+- Fix hashtag rendering when markdown escaping is enabled
+- Fix AJAX tag deletion
+- Fix lint errors and improve PSR-1 and PSR-2 compliance
+
+### Removed
+- Remove Firefox Share documentation
+
 ## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11
 
 ### Fixed
@@ -12,7 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11
 
-### Changed 
+### Changed
 
 - Accessibility:
     - Remove alt text on the logo
@@ -46,7 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - Use Travis matrix and stages to run Javascript tests in a dedicated environment
 - Add tag endpoint in the REST API
 - Build the documentation in Travis builds
-- Provide a Docker Compose example 
+- Provide a Docker Compose example
 
 ### Changed
 - Use web-thumbnailer to retrieve thumbnails (see #687)
index 912ca530d6945eb94afc35945e082dfdf51a4354..215fc76f8a8da046893bc72331fa77197eab11d9 100644 (file)
@@ -1 +1 @@
-<?php /* 0.10.2 */ ?>
+<?php /* 0.10.3 */ ?>