From e92676ace2d64ba07cf9df65750f85bae173be29 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 16 Apr 2019 00:22:15 +0200 Subject: [PATCH] Update README, CHANGELOG and AUTHORS for v0.10.4 Signed-off-by: VirtualTam --- AUTHORS | 13 ++++++++----- CHANGELOG.md | 5 +++++ README.md | 2 +- doc/md/Download-and-Installation.md | 6 +++--- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index db23ad3..7fa2734 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,13 +1,15 @@ - 687 ArthurHoaro - 355 VirtualTam - 195 nodiscc + 734 ArthurHoaro + 400 VirtualTam + 215 nodiscc 56 Sébastien Sauvage 15 Florian Eula 13 Emilien Klein 12 Nicolas Danelon 9 Willi Eggeling 8 Christophe HENRY + 7 Luce Carević 6 B. van Berkum + 6 llune 5 Lucas Cimon 5 Mark Schmitz 5 kalvn @@ -15,7 +17,7 @@ 4 David Sferruzza 4 Immánuel Fodor 3 Teromene - 3 llune + 2 Alexandre G.-Raymond 2 Chris Kuethe 2 Felix Bartels 2 Knah Tsaeb @@ -27,11 +29,12 @@ 2 julienCXX 2 philipp-r 2 pips + 2 trailjeep 1 Adrien Oliva 1 Adrien le Maire - 1 Alexandre G.-Raymond 1 Alexis J 1 Angristan + 1 Bish Erbas <42714627+bisherbas@users.noreply.github.com> 1 BoboTiG 1 Bronco 1 Buster One <37770318+buster-one@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index ada0f10..865e037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 +### Fixed +- Fix thumbnails disabling if PHP GD is not installed +- Fix a warning if links sticky status isn't set + ## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23 ### Added - Add OpenGraph metadata tags on permalink page diff --git a/README.md b/README.md index ea2c817..21f2eae 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ _It is designed to be personal (single-user), fast and handy._ [![](https://img.shields.io/badge/stable-v0.9.7-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) [![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli) • -[![](https://img.shields.io/badge/latest-v0.10.3-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) +[![](https://img.shields.io/badge/latest-v0.10.4-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) [![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli) • [![](https://img.shields.io/badge/master-v0.11.x-blue.svg)](https://github.com/shaarli/Shaarli) diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index 1c4ad94..8c9e8a3 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md @@ -24,11 +24,11 @@ Using one of the following methods: In most cases, you should download the latest Shaarli release from the [releases](https://github.com/shaarli/Shaarli/releases) page. Download our **shaarli-full** archive to include dependencies. -The current latest released version is `v0.10.3` +The current latest released version is `v0.10.4` ```bash -$ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.3/shaarli-v0.10.3-full.zip -$ unzip shaarli-v0.10.3-full.zip +$ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.4/shaarli-v0.10.4-full.zip +$ unzip shaarli-v0.10.4-full.zip $ mv Shaarli /path/to/shaarli/ ```