diff options
-rw-r--r-- | AUTHORS | 9 | ||||
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 11 insertions, 7 deletions
@@ -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. | |||
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 |
@@ -9,10 +9,10 @@ _It is designed to be personal (single-user), fast and handy._ | |||
9 | [![](https://img.shields.io/badge/stable-v0.8.5-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) | 9 | [![](https://img.shields.io/badge/stable-v0.8.5-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) |
10 | [![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli) | 10 | [![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli) |
11 | • | 11 | • |
12 | [![](https://img.shields.io/badge/latest-v0.9.3-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) | 12 | [![](https://img.shields.io/badge/latest-v0.9.4-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) |
13 | [![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli) | 13 | [![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli) |
14 | • | 14 | • |
15 | [![](https://img.shields.io/badge/master-v0.9.x-blue.svg)](https://github.com/shaarli/Shaarli) | 15 | [![](https://img.shields.io/badge/master-v0.10.x-blue.svg)](https://github.com/shaarli/Shaarli) |
16 | [![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli) | 16 | [![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli) |
17 | 17 | ||
18 | [![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli) | 18 | [![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli) |