From 86dcb9048f8b044afd87a95121dc5d3685d28b6a Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sat, 23 Feb 2019 16:48:10 +0100 Subject: Update badges, changelog and documentation for v0.10.3 Signed-off-by: VirtualTam --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1f0d8a..ada0f109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) -- cgit v1.2.3 From e92676ace2d64ba07cf9df65750f85bae173be29 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 16 Apr 2019 00:22:15 +0200 Subject: Update README, CHANGELOG and AUTHORS for v0.10.4 Signed-off-by: VirtualTam --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ada0f109..865e0370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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 -- cgit v1.2.3 From 525069ea7a90e9ae30631c0046a25e75a049346b Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 27 Jul 2019 11:23:20 +0200 Subject: Changelog and authors for v0.11 release Signed-off-by: ArthurHoaro --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'CHANGELOG.md') 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. 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 -- cgit v1.2.3 From f400ba291df557fe8fe1135f4a177509a4e5aa4a Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 3 Aug 2019 09:49:48 +0200 Subject: Changelog v0.11.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 189ed13d..abf802ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 + +Release to fix broken Docker build on the latest version. + +### Fixed +- Fixed Docker build +- Fixed a few documentation broken links +- Fixed broken label in configuration page + +### Added +- More accessibility improvements + ## [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.** -- cgit v1.2.3