X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=3218f4d83a1dbcfe9b4885418cc001e3577fd72c;hb=cdebf7f9b408f4034b03644a91461f3454c6c039;hp=47a902f0fa20c1c7d59cc30f2804f74810e1d39e;hpb=26c5b1bca6ea7d88dda6ecbf08259c8f90f5d32b;p=github%2Fshaarli%2FShaarli.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a902f0..3218f4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ 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.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - UNPUBLISHED +## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED + + +## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25 +## Changed +- htaccess: prevent accessing resources not managed by SCM +- htaccess: always forward the 'Authorization' HTTP header + + +## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02 +### Fixed +- Fix a warning happening when `php-intl` is not installed on the system +- Fix warnings happening when updating from legacy SebSauvage version + +## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - 2018-01-30 ### Added - Enable translations: Shaarli is now also available in French. Other language translations are welcome! - Add EditorConfig configuration @@ -20,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Improve messages if there is no plugin or parameter available in the admin page - Increase buffer size for cURL download - Force HTTPS if the original port is 443 behind a reverse proxy (workaround) +- Improve page title retrieval performances ### Removed - Remove redirector setting from Configure page