aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md39
1 files changed, 38 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bafbd06c..aa1f0d8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,33 @@ 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.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED 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
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
10### Added 36### Added
@@ -18,8 +44,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18- Support redirection in cURL download callback 44- Support redirection in cURL download callback
19- Introduce multi-stage builds for Docker images 45- Introduce multi-stage builds for Docker images
20- Use Travis matrix and stages to run Javascript tests in a dedicated environment 46- Use Travis matrix and stages to run Javascript tests in a dedicated environment
47- Add tag endpoint in the REST API
48- Build the documentation in Travis builds
49- Provide a Docker Compose example
21 50
22### Changed 51### Changed
52- Use web-thumbnailer to retrieve thumbnails (see #687)
23- Use a specific page title in all pages 53- Use a specific page title in all pages
24- Daily: run hooks before creating the columns 54- Daily: run hooks before creating the columns
25- Load theme translations files automatically 55- Load theme translations files automatically
@@ -32,6 +62,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32- Refactor server-side session management 62- Refactor server-side session management
33- Update Doxygen configuration 63- Update Doxygen configuration
34- Update Parsedown 64- Update Parsedown
65- Improve documentation
66- Docker: build the images from the local sources
67- Docker: bump alpine version to 3.7
68- Docker: expose a volume for the thumbnail cache
35 69
36### Removed 70### Removed
37- Drop support for PHP 5.5 71- Drop support for PHP 5.5
@@ -45,6 +79,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
45- Ensure user-specific CSS file is loaded 79- Ensure user-specific CSS file is loaded
46- Fix feed permalink rendering when Markdown escaping is enabled 80- Fix feed permalink rendering when Markdown escaping is enabled
47- Fix order of tags with the same number of occurrences 81- Fix order of tags with the same number of occurrences
82- Fixed the referrer meta tag in default template
83- Disable MkDocs' strict mode for ReadTheDocs builds to pass
84- fix and simplify Dockerfile for armhf
48 85
49### Security 86### Security
50- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation 87- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation