X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=2b2ee62edcfe3b683255733677eec1c16f8ced6d;hb=refs%2Fheads%2Fv0.10;hp=5169a097497d014e06372c8e97dd46ab665f071a;hpb=f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10;p=github%2Fshaarli%2FShaarli.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 5169a097..2b2ee62e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,50 @@ 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.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 + +### Fixed +- Fix thumbnails disabling if PHP GD is not installed +- Fix a warning if links sticky status isn't set + +## [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 + +- Docker build + ## [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 @@ -40,7 +81,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)