diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04cb2fd1..aa1f0d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,32 @@ 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.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11 | ||
8 | |||
9 | ### Fixed | ||
10 | |||
11 | - Docker build | ||
12 | |||
13 | ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11 | ||
14 | |||
15 | ### Changed | ||
16 | |||
17 | - Accessibility: | ||
18 | - Remove alt text on the logo | ||
19 | - Remove redundant title in tools page | ||
20 | |||
21 | ### Fixed | ||
22 | |||
23 | - Fixed an error on the daily page and daily RSS | ||
24 | - Fixed an issue causing 'You are not authorized to add a link' error while logged out | ||
25 | - Fixed thumbnail path when Shaarli's path uses symbolic links | ||
26 | - Add a `mod_version` check in Shaarli's root `.htaccess` file for Apache 2.2 syntax | ||
27 | - Include assets in the release Makefile target | ||
28 | |||
29 | ### Removed | ||
30 | |||
31 | - Firefox Social API shaare has been removed | ||
32 | |||
7 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28 | 33 | ## [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. | 34 | **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6. |
9 | 35 | ||