aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-08-11 13:50:52 +0200
committerGitHub <noreply@github.com>2018-08-11 13:50:52 +0200
commitf9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10 (patch)
tree5ee9669c05ca680f1c5a354250b7a4f3cbcbfd23
parentdc5e0944833a489ad64fa306e360316a9f24d77b (diff)
parent69a15872d08c20fbdf1138dc8bdfc67162b3c74c (diff)
downloadShaarli-f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10.tar.gz
Shaarli-f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10.tar.zst
Shaarli-f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10.zip
Merge pull request #1203 from ArthurHoaro/changelog
CHANGELOG
-rw-r--r--AUTHORS3
-rw-r--r--CHANGELOG.md20
2 files changed, 22 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 40d22c17..ae677078 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
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