aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-07-28 10:35:43 +0200
committerArthurHoaro <arthur@hoa.ro>2018-07-28 10:35:43 +0200
commit1df447b262ab9f8a8b45d29e4587776083533960 (patch)
treeae7e6386a63ac48d4569c5cceb2c96b7e3e132e0 /CHANGELOG.md
parentad5f47adbaee1eef85e90950ab8a45fe82959924 (diff)
downloadShaarli-1df447b262ab9f8a8b45d29e4587776083533960.tar.gz
Shaarli-1df447b262ab9f8a8b45d29e4587776083533960.tar.zst
Shaarli-1df447b262ab9f8a8b45d29e4587776083533960.zip
v0.10: changelog, authors and dependencies
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bafbd06c..04cb2fd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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.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. 8**PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
9 9
10### Added 10### Added
@@ -18,8 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18- Support redirection in cURL download callback 18- Support redirection in cURL download callback
19- Introduce multi-stage builds for Docker images 19- Introduce multi-stage builds for Docker images
20- Use Travis matrix and stages to run Javascript tests in a dedicated environment 20- Use Travis matrix and stages to run Javascript tests in a dedicated environment
21- Add tag endpoint in the REST API
22- Build the documentation in Travis builds
23- Provide a Docker Compose example
21 24
22### Changed 25### Changed
26- Use web-thumbnailer to retrieve thumbnails (see #687)
23- Use a specific page title in all pages 27- Use a specific page title in all pages
24- Daily: run hooks before creating the columns 28- Daily: run hooks before creating the columns
25- Load theme translations files automatically 29- Load theme translations files automatically
@@ -32,6 +36,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32- Refactor server-side session management 36- Refactor server-side session management
33- Update Doxygen configuration 37- Update Doxygen configuration
34- Update Parsedown 38- Update Parsedown
39- Improve documentation
40- Docker: build the images from the local sources
41- Docker: bump alpine version to 3.7
42- Docker: expose a volume for the thumbnail cache
35 43
36### Removed 44### Removed
37- Drop support for PHP 5.5 45- Drop support for PHP 5.5
@@ -45,6 +53,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
45- Ensure user-specific CSS file is loaded 53- Ensure user-specific CSS file is loaded
46- Fix feed permalink rendering when Markdown escaping is enabled 54- Fix feed permalink rendering when Markdown escaping is enabled
47- Fix order of tags with the same number of occurrences 55- Fix order of tags with the same number of occurrences
56- Fixed the referrer meta tag in default template
57- Disable MkDocs' strict mode for ReadTheDocs builds to pass
58- fix and simplify Dockerfile for armhf
48 59
49### Security 60### Security
50- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation 61- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation