aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-01-30 18:51:52 +0100
committerGitHub <noreply@github.com>2018-01-30 18:51:52 +0100
commit0fa18d4c5d482419bbf4b1afc6c779c6f3510900 (patch)
tree206ea91c7c003955c609b786f7877069694a15ee
parentd449f79a0d7ca808b891baf73b9e25ce7f7e48fe (diff)
parentb49a25d33c943bca8bf45e4588502ff3917f0dad (diff)
downloadShaarli-0fa18d4c5d482419bbf4b1afc6c779c6f3510900.tar.gz
Shaarli-0fa18d4c5d482419bbf4b1afc6c779c6f3510900.tar.zst
Shaarli-0fa18d4c5d482419bbf4b1afc6c779c6f3510900.zip
Merge pull request #1065 from ArthurHoaro/release-v9.0.4
pre release v0.9.4
-rw-r--r--AUTHORS9
-rw-r--r--CHANGELOG.md5
2 files changed, 9 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 6c4d9529..9a6bfb2c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
1 574 ArthurHoaro <arthur@hoa.ro> 1 577 ArthurHoaro <arthur@hoa.ro>
2 277 VirtualTam <virtualtam@flibidi.net> 2 283 VirtualTam <virtualtam@flibidi.net>
3 169 nodiscc <nodiscc@gmail.com> 3 179 nodiscc <nodiscc@gmail.com>
4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> 4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
5 15 Florian Eula <eula.florian@gmail.com> 5 15 Florian Eula <eula.florian@gmail.com>
6 13 Emilien Klein <emilien@klein.st> 6 13 Emilien Klein <emilien@klein.st>
@@ -11,8 +11,8 @@
11 5 Lucas Cimon <lucas.cimon@gmail.com> 11 5 Lucas Cimon <lucas.cimon@gmail.com>
12 4 Alexandre Alapetite <alexandre@alapetite.fr> 12 4 Alexandre Alapetite <alexandre@alapetite.fr>
13 4 David Sferruzza <david.sferruzza@gmail.com> 13 4 David Sferruzza <david.sferruzza@gmail.com>
14 4 Immánuel Fodor <immanuelfactor+github@gmail.com>
14 4 kalvn <kalvnthereal@gmail.com> 15 4 kalvn <kalvnthereal@gmail.com>
15 3 Immánuel Fodor <immanuelfactor+github@gmail.com>
16 3 Teromene <teromene@teromene.fr> 16 3 Teromene <teromene@teromene.fr>
17 2 Chris Kuethe <chris.kuethe@gmail.com> 17 2 Chris Kuethe <chris.kuethe@gmail.com>
18 2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> 18 2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
@@ -34,6 +34,7 @@
34 1 Felix Bartels <felix@host-consultants.de> 34 1 Felix Bartels <felix@host-consultants.de>
35 1 Felix Kästner <github.com-fpunktk@fpunktk.de> 35 1 Felix Kästner <github.com-fpunktk@fpunktk.de>
36 1 Florian Voigt <flvoigt@me.com> 36 1 Florian Voigt <flvoigt@me.com>
37 1 Franck Kerbiriou <FranckKe@users.noreply.github.com>
37 1 Gary Marigliano <gmarigliano93@gmail.com> 38 1 Gary Marigliano <gmarigliano93@gmail.com>
38 1 Guillaume Virlet <github@virlet.org> 39 1 Guillaume Virlet <github@virlet.org>
39 1 Jonathan Druart <jonathan.druart@gmail.com> 40 1 Jonathan Druart <jonathan.druart@gmail.com>
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