diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a902f0..aef32fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | ## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - UNPUBLISHED | 7 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED |
8 | |||
9 | ## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - 2018-01-30 | ||
8 | ### Added | 10 | ### Added |
9 | - Enable translations: Shaarli is now also available in French. Other language translations are welcome! | 11 | - Enable translations: Shaarli is now also available in French. Other language translations are welcome! |
10 | - Add EditorConfig configuration | 12 | - Add EditorConfig configuration |
@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
20 | - Improve messages if there is no plugin or parameter available in the admin page | 22 | - Improve messages if there is no plugin or parameter available in the admin page |
21 | - Increase buffer size for cURL download | 23 | - Increase buffer size for cURL download |
22 | - Force HTTPS if the original port is 443 behind a reverse proxy (workaround) | 24 | - Force HTTPS if the original port is 443 behind a reverse proxy (workaround) |
25 | - Improve page title retrieval performances | ||
23 | 26 | ||
24 | ### Removed | 27 | ### Removed |
25 | - Remove redirector setting from Configure page | 28 | - Remove redirector setting from Configure page |