diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-08-11 13:50:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 13:50:52 +0200 |
commit | f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10 (patch) | |
tree | 5ee9669c05ca680f1c5a354250b7a4f3cbcbfd23 /CHANGELOG.md | |
parent | dc5e0944833a489ad64fa306e360316a9f24d77b (diff) | |
parent | 69a15872d08c20fbdf1138dc8bdfc67162b3c74c (diff) | |
download | Shaarli-f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10.tar.gz Shaarli-f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10.tar.zst Shaarli-f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10.zip |
Merge pull request #1203 from ArthurHoaro/changelog
CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
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 | ||