aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-08-11 13:47:41 +0200
committerArthurHoaro <arthur@hoa.ro>2018-08-11 13:47:41 +0200
commit6a7815951cc9f50a0b0de9e698d05bc0c52e2e08 (patch)
tree036ca778edcddf46ee4bf9e4e8e3c15f50832cc3 /CHANGELOG.md
parentdc5e0944833a489ad64fa306e360316a9f24d77b (diff)
downloadShaarli-6a7815951cc9f50a0b0de9e698d05bc0c52e2e08.tar.gz
Shaarli-6a7815951cc9f50a0b0de9e698d05bc0c52e2e08.tar.zst
Shaarli-6a7815951cc9f50a0b0de9e698d05bc0c52e2e08.zip
CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
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.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and 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