From 00a9ddd013cd7a00ec49c73143d410b7910152d4 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 22 Nov 2023 10:47:58 -0500 Subject: [PATCH] Changelog v0.13.0 + authors (#2040) --- AUTHORS | 56 +++++++++++++++++++++++++++++----------------------- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 25 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7beceaf67..2e8ecd162 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,8 @@ - 1206 ArthurHoaro + 1216 ArthurHoaro + 456 nodiscc 405 VirtualTam - 384 nodiscc 56 Sébastien Sauvage - 23 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + 27 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 Keith Carangelo 16 Luce Carević 15 Florian Eula @@ -11,53 +11,49 @@ 9 Lucas Cimon 9 Willi Eggeling 8 Christophe HENRY + 6 B. van Berkum 6 Immánuel Fodor 6 YFdyh000 6 kalvn - 6 B. van Berkum 6 llune 5 Mark Schmitz 5 Sébastien NOBILI 4 Alexandre Alapetite - 4 yude 4 David Sferruzza - 3 Teromene - 3 yudete + 4 yude 3 Agurato - 3 Olivier 3 Christoph Stoettner + 3 Olivier + 3 Teromene + 3 yudete + 2 Alexander Railean + 2 Alexandre G.-Raymond + 2 Chris Kuethe + 2 Doug Breaux <25640850+dougbreaux@users.noreply.github.com> 2 Felix Bartels + 2 Ganesh Kandu + 2 Gregory + 2 Guillaume Virlet + 2 Knah Tsaeb 2 Mathieu Chabanon 2 Miloš Jovanović 2 Neros - 2 Alexandre G.-Raymond 2 Qwerty - 2 Guillaume Virlet 2 Sebastien Wains 2 Stephen Muth 2 Timo Van Neerden - 2 Alexander Railean - 2 Doug Breaux <25640850+dougbreaux@users.noreply.github.com> 2 flow.gunso - 2 Chris Kuethe - 2 Ganesh Kandu 2 julienCXX - 2 Knah Tsaeb 2 philipp-r 2 pips 2 prog-it 2 trailjeep - 1 leyrer - 1 locness3 <37651007+locness3@users.noreply.github.com> - 1 owen bell <66233223+xfnw@users.noreply.github.com> - 1 philipp - 1 rfolo9li <50079896+rfolo9li@users.noreply.github.com> - 1 sprak3000 - 1 yudejp - 1 Rajat Hans + 1 Adrien Oliva 1 Adrien le Maire 1 Ajabep 1 Alexis J + 1 Alistair Young + 1 Amadeous 1 Angristan 1 Bish Erbas <42714627+bisherbas@users.noreply.github.com> 1 BoboTiG @@ -66,6 +62,7 @@ 1 Buster One <37770318+buster-one@users.noreply.github.com> 1 D Low 1 Daniel Jakots + 1 David 1 David Foucher 1 Denis Renning 1 Dennis Verspuij @@ -75,7 +72,6 @@ 1 Florian Voigt 1 Franck Kerbiriou 1 Gary Marigliano - 1 Gregory 1 Hazhar Galeh <78073762+hazhargaleh@users.noreply.github.com> 1 Hg 1 Jens Kubieziel @@ -90,16 +86,26 @@ 1 Mark Gerarts 1 Marsup 1 Nicolas Friedli + 1 Nicolas Le Gaillart 1 Paul van den Burg - 1 Adrien Oliva + 1 Rajat Hans 1 Sbgodin 1 ToM 1 TsT 1 agentcobra 1 aguy + 1 bschwede 1 bschwede + 1 clach04 1 dimtion 1 durcheinandr 1 heimpogo 1 jalr 1 lapineige + 1 leyrer + 1 locness3 <37651007+locness3@users.noreply.github.com> + 1 owen bell <66233223+xfnw@users.noreply.github.com> + 1 philipp + 1 rfolo9li <50079896+rfolo9li@users.noreply.github.com> + 1 sprak3000 + 1 yudejp diff --git a/CHANGELOG.md b/CHANGELOG.md index 334ee849b..9a4a675ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,57 @@ 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.13.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.3) - 2023-11-22 + +> Major changes: +> - Security: Fix XSS vulnerability in tag search +> - Drop support for PHP 7.1, 7.2 and 7.3 + +### Added +* Docker build: add ARM64 platform and bump Github action version by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1965 +* github actions: build OCI images that contain both amd64 and armv7 by @nodiscc in https://github.com/shaarli/Shaarli/pull/1962 +* Expose tags_separator config through /info API by @amadeous in https://github.com/shaarli/Shaarli/pull/1997 +* tools: github actions: build docker images on pull requests by @nodiscc in https://github.com/shaarli/Shaarli/pull/2014 +* doc: server configuration: add PHP 8.2 to PHP compatibility table by @nodiscc in https://github.com/shaarli/Shaarli/pull/2021 +* Add shaarli-stack theme to Community-and-related-software.md by @dajare in https://github.com/shaarli/Shaarli/pull/2028 +* doc: document general.download_max_size/timeout configuration settings by @nodiscc in https://github.com/shaarli/Shaarli/pull/2036 +* doc: troubleshooting: automatic title retrieval fails when it is set by javascript by @nodiscc in https://github.com/shaarli/Shaarli/pull/2037 + +### Changed +* doc: update release procedure (merge the latest release to the release branch) + use the release branch for latest release version detection by @nodiscc in https://github.com/shaarli/Shaarli/pull/1960 +* Update german translation by @bschwede in https://github.com/shaarli/Shaarli/pull/1969 +* Update Server-configuration.md by @reinboldg in https://github.com/shaarli/Shaarli/pull/1973 +* Update Community-and-related-software.md by @nlegaillart in https://github.com/shaarli/Shaarli/pull/1984 +* doc: improve docs on usage of OR operator in tags search by @nodiscc in https://github.com/shaarli/Shaarli/pull/1987 +* docker: nginx: listen on IPv6 in addition to IPv4 by @cerebrate in https://github.com/shaarli/Shaarli/pull/1983 +* Doc update, WebSub (formerly PubSubHubbub) plugin by @clach04 in https://github.com/shaarli/Shaarli/pull/2008 +* doc: community/related software/integration with other platforms: add link to shaarli debian package by @nodiscc in https://github.com/shaarli/Shaarli/pull/2018 +* replace mkdocs with sphinx/myst-parser for HTML documentation generation, documentation improvements by @nodiscc in https://github.com/shaarli/Shaarli/pull/2025 + +### Fixed +* Makefile: Use GNU tar if available by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1957 +* Support: ignore disk_free_space if the function is unavailable by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1970 +* Documentation: fix broken link to 3rd party plugins by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1975 +* Fix autofocus: load bulk action input on linklist only by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1976 +* doc: fix mkdocs build warnings/relative links by @nodiscc in https://github.com/shaarli/Shaarli/pull/2015 +* correct usage of hyphens in all occurences of 'super fast, database-free' by @nodiscc in https://github.com/shaarli/Shaarli/pull/2003 + + +### Removed +* Drop support for PHP 7.1, 7.2 and 7.3 by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1958 +* doc: themes: remove unmaintained themes by @nodiscc in https://github.com/shaarli/Shaarli/pull/2030 +* doc: remove bountysource badge by @nodiscc in https://github.com/shaarli/Shaarli/pull/2035 + +### Security +* Fix XSS vulnerability in tag search by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/2039 +* tools: run trivy vulnerability scanner on the 'latest' docker image by @nodiscc in https://github.com/shaarli/Shaarli/pull/1980 +* github actions: fix value of TRIVY_TARGET_DOCKER_IMAGE by @nodiscc in https://github.com/shaarli/Shaarli/pull/1989 +* tools/CI: scan repository with trivy security scanner (yarn.lock, composer.lock) by @nodiscc in https://github.com/shaarli/Shaarli/pull/1998 +* tools/tests: update trivy to v0.44.0 by @nodiscc in https://github.com/shaarli/Shaarli/pull/2012 +* docker: update base alpine docker image to 3.16.7 by @nodiscc in https://github.com/shaarli/Shaarli/pull/2024 + +**Full Changelog**: https://github.com/shaarli/Shaarli/compare/v0.12.2...v0.12.3 + ## [v0.12.2](https://github.com/shaarli/Shaarli/releases/tag/v0.12.2) - 2023-03-18 > Docker: use `ghcr.io/shaarli/shaarli` as Docker image instead of `shaarli/shaarli`.