Merge pull request #1065 from ArthurHoaro/release-v9.0.4
pre release v0.9.4
This commit is contained in:
commit
0fa18d4c5d
2 changed files with 9 additions and 5 deletions
9
AUTHORS
9
AUTHORS
|
@ -1,6 +1,6 @@
|
|||
574 ArthurHoaro <arthur@hoa.ro>
|
||||
277 VirtualTam <virtualtam@flibidi.net>
|
||||
169 nodiscc <nodiscc@gmail.com>
|
||||
577 ArthurHoaro <arthur@hoa.ro>
|
||||
283 VirtualTam <virtualtam@flibidi.net>
|
||||
179 nodiscc <nodiscc@gmail.com>
|
||||
56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
|
||||
15 Florian Eula <eula.florian@gmail.com>
|
||||
13 Emilien Klein <emilien@klein.st>
|
||||
|
@ -11,8 +11,8 @@
|
|||
5 Lucas Cimon <lucas.cimon@gmail.com>
|
||||
4 Alexandre Alapetite <alexandre@alapetite.fr>
|
||||
4 David Sferruzza <david.sferruzza@gmail.com>
|
||||
4 Immánuel Fodor <immanuelfactor+github@gmail.com>
|
||||
4 kalvn <kalvnthereal@gmail.com>
|
||||
3 Immánuel Fodor <immanuelfactor+github@gmail.com>
|
||||
3 Teromene <teromene@teromene.fr>
|
||||
2 Chris Kuethe <chris.kuethe@gmail.com>
|
||||
2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
|
||||
|
@ -34,6 +34,7 @@
|
|||
1 Felix Bartels <felix@host-consultants.de>
|
||||
1 Felix Kästner <github.com-fpunktk@fpunktk.de>
|
||||
1 Florian Voigt <flvoigt@me.com>
|
||||
1 Franck Kerbiriou <FranckKe@users.noreply.github.com>
|
||||
1 Gary Marigliano <gmarigliano93@gmail.com>
|
||||
1 Guillaume Virlet <github@virlet.org>
|
||||
1 Jonathan Druart <jonathan.druart@gmail.com>
|
||||
|
|
|
@ -4,7 +4,9 @@ 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.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 +22,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
|
||||
|
|
Loading…
Reference in a new issue