aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-01-30 18:49:22 +0100
committerArthurHoaro <arthur@hoa.ro>2018-01-30 18:49:22 +0100
commitf211618f201a8af3f7a52c3995747dcfc34b8f3f (patch)
tree8fda649621fd8c148f7133aeda96fbbfb250a3c5 /CHANGELOG.md
parentd449f79a0d7ca808b891baf73b9e25ce7f7e48fe (diff)
downloadShaarli-f211618f201a8af3f7a52c3995747dcfc34b8f3f.tar.gz
Shaarli-f211618f201a8af3f7a52c3995747dcfc34b8f3f.tar.zst
Shaarli-f211618f201a8af3f7a52c3995747dcfc34b8f3f.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and 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