From 1df447b262ab9f8a8b45d29e4587776083533960 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 28 Jul 2018 10:35:43 +0200 Subject: [PATCH] v0.10: changelog, authors and dependencies --- AUTHORS | 11 +++++++---- CHANGELOG.md | 13 ++++++++++++- composer.lock | 46 +++++++++++++++++++++++----------------------- 3 files changed, 42 insertions(+), 28 deletions(-) diff --git a/AUTHORS b/AUTHORS index 409a0308..40d22c17 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ - 647 ArthurHoaro - 327 VirtualTam - 187 nodiscc + 664 ArthurHoaro + 355 VirtualTam + 195 nodiscc 56 Sébastien Sauvage 15 Florian Eula 13 Emilien Klein @@ -16,6 +16,7 @@ 4 Immánuel Fodor 3 Teromene 2 Chris Kuethe + 2 Felix Bartels 2 Knah Tsaeb 2 Mathieu Chabanon 2 Miloš Jovanović @@ -24,7 +25,9 @@ 2 Timo Van Neerden 2 julienCXX 2 philipp-r + 2 pips 1 Adrien Oliva + 1 Adrien le Maire 1 Alexandre G.-Raymond 1 Alexis J 1 Angristan @@ -36,7 +39,6 @@ 1 Dennis Verspuij 1 Dimtion 1 Fanch - 1 Felix Bartels 1 Felix Kästner 1 Florian Voigt 1 Franck Kerbiriou @@ -55,3 +57,4 @@ 1 TsT 1 dimtion 1 durcheinandr + 1 lapineige 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. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED +## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28 **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6. ### Added @@ -18,8 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Support redirection in cURL download callback - Introduce multi-stage builds for Docker images - Use Travis matrix and stages to run Javascript tests in a dedicated environment +- Add tag endpoint in the REST API +- Build the documentation in Travis builds +- Provide a Docker Compose example ### Changed +- Use web-thumbnailer to retrieve thumbnails (see #687) - Use a specific page title in all pages - Daily: run hooks before creating the columns - Load theme translations files automatically @@ -32,6 +36,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Refactor server-side session management - Update Doxygen configuration - Update Parsedown +- Improve documentation +- Docker: build the images from the local sources +- Docker: bump alpine version to 3.7 +- Docker: expose a volume for the thumbnail cache ### Removed - Drop support for PHP 5.5 @@ -45,6 +53,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Ensure user-specific CSS file is loaded - Fix feed permalink rendering when Markdown escaping is enabled - Fix order of tags with the same number of occurrences +- Fixed the referrer meta tag in default template +- Disable MkDocs' strict mode for ReadTheDocs builds to pass +- fix and simplify Dockerfile for armhf ### Security - Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation diff --git a/composer.lock b/composer.lock index 08e915cf..0f56338d 100644 --- a/composer.lock +++ b/composer.lock @@ -2255,7 +2255,7 @@ }, { "name": "symfony/config", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/config.git", @@ -2319,16 +2319,16 @@ }, { "name": "symfony/console", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00" + "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/1b97071a26d028c9bd4588264e101e14f6e7cd00", - "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00", + "url": "https://api.github.com/repos/symfony/console/zipball/e54f84c50e3b12972e7750edfc5ca84b2284c44e", + "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e", "shasum": "" }, "require": { @@ -2384,20 +2384,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-05-23T05:02:55+00:00" + "time": "2018-07-10T14:02:11+00:00" }, { "name": "symfony/debug", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "47e6788c5b151cf0cfdf3329116bf33800632d75" + "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/47e6788c5b151cf0cfdf3329116bf33800632d75", - "reference": "47e6788c5b151cf0cfdf3329116bf33800632d75", + "url": "https://api.github.com/repos/symfony/debug/zipball/0e3ca9cbde90fffec8038f4d4e16fd4046bbd018", + "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018", "shasum": "" }, "require": { @@ -2440,20 +2440,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-06-25T11:10:40+00:00" + "time": "2018-06-26T08:45:54+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "a0be80e3f8c11aca506e250c00bb100c04c35d10" + "reference": "3f115cc3aae4d320b26db05e9531f4e32da29b89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a0be80e3f8c11aca506e250c00bb100c04c35d10", - "reference": "a0be80e3f8c11aca506e250c00bb100c04c35d10", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3f115cc3aae4d320b26db05e9531f4e32da29b89", + "reference": "3f115cc3aae4d320b26db05e9531f4e32da29b89", "shasum": "" }, "require": { @@ -2511,20 +2511,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-06-25T08:36:56+00:00" + "time": "2018-07-16T13:57:19+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed" + "reference": "8dab220fec8fc904821485326b29a6c670286124" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", - "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/8dab220fec8fc904821485326b29a6c670286124", + "reference": "8dab220fec8fc904821485326b29a6c670286124", "shasum": "" }, "require": { @@ -2561,11 +2561,11 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-06-21T11:10:19+00:00" + "time": "2018-07-09T13:25:43+00:00" }, { "name": "symfony/finder", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -2728,7 +2728,7 @@ }, { "name": "symfony/yaml", - "version": "v3.4.12", + "version": "v3.4.13", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", -- 2.41.0