]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge tag 'v0.10.3' into latest
authorVirtualTam <virtualtam@flibidi.net>
Sat, 23 Feb 2019 15:46:02 +0000 (16:46 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Sat, 23 Feb 2019 15:46:02 +0000 (16:46 +0100)
Release v0.10.3

1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index 8e2464a31aa529d96475355fd6bbc31e5cc1cf79,ada0f1096a7f26fcaf121c6c84bf37362e1ae038..c4f77fa9895336e089c26042b5967ccd7282d599
@@@ -4,6 -4,36 +4,36 @@@ All notable changes to this project wil
  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 +42,7 @@@
  
  ## [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 +76,7 @@@
  - 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)
  ### Security
  - Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
  
 -
  ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
  ### Changed
  - Build the Docker images from the local Git sources
@@@ -305,22 -336,6 +335,22 @@@ Theming
  ### Security
  - Markdown plugin: escape HTML entities by default
  
 +## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
 +### Security
 +- Markdown plugin: escape HTML entities by default
 +
 +
 +## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
 +
 +### Fixed
 +
 +- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
 +
 +## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
 +
 +### Fixed
 +
 +- Editing a link created before the new ID system would change its permalink.
  
  ## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
  ### Changed