diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | CHANGELOG.md | 20 |
2 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | 664 ArthurHoaro <arthur@hoa.ro> | 1 | 682 ArthurHoaro <arthur@hoa.ro> |
2 | 355 VirtualTam <virtualtam@flibidi.net> | 2 | 355 VirtualTam <virtualtam@flibidi.net> |
3 | 195 nodiscc <nodiscc@gmail.com> | 3 | 195 nodiscc <nodiscc@gmail.com> |
4 | 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> | 4 | 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> |
@@ -15,6 +15,7 @@ | |||
15 | 4 David Sferruzza <david.sferruzza@gmail.com> | 15 | 4 David Sferruzza <david.sferruzza@gmail.com> |
16 | 4 Immánuel Fodor <immanuelfactor+github@gmail.com> | 16 | 4 Immánuel Fodor <immanuelfactor+github@gmail.com> |
17 | 3 Teromene <teromene@teromene.fr> | 17 | 3 Teromene <teromene@teromene.fr> |
18 | 3 llune <llune@users.noreply.github.com> | ||
18 | 2 Chris Kuethe <chris.kuethe@gmail.com> | 19 | 2 Chris Kuethe <chris.kuethe@gmail.com> |
19 | 2 Felix Bartels <felix@host-consultants.de> | 20 | 2 Felix Bartels <felix@host-consultants.de> |
20 | 2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> | 21 | 2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> |
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04cb2fd1..5169a097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,26 @@ 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.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11 | ||
8 | |||
9 | ### Changed | ||
10 | |||
11 | - Accessibility: | ||
12 | - Remove alt text on the logo | ||
13 | - Remove redundant title in tools page | ||
14 | |||
15 | ### Fixed | ||
16 | |||
17 | - Fixed an error on the daily page and daily RSS | ||
18 | - Fixed an issue causing 'You are not authorized to add a link' error while logged out | ||
19 | - Fixed thumbnail path when Shaarli's path uses symbolic links | ||
20 | - Add a `mod_version` check in Shaarli's root `.htaccess` file for Apache 2.2 syntax | ||
21 | - Include assets in the release Makefile target | ||
22 | |||
23 | ### Removed | ||
24 | |||
25 | - Firefox Social API shaare has been removed | ||
26 | |||
7 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28 | 27 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28 |
8 | **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6. | 28 | **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6. |
9 | 29 | ||