Skip to content

Commit

Permalink
Merge pull request #2108 from nodiscc/doc-changelog-v0.14.0
Browse files Browse the repository at this point in the history
doc: update CHANGELOG for v0.14.0
  • Loading branch information
nodiscc authored Dec 8, 2024
2 parents c903da4 + 5155a48 commit 61fafca
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 9 deletions.
18 changes: 13 additions & 5 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
1216 ArthurHoaro <[email protected]>
456 nodiscc <[email protected]>
1221 ArthurHoaro <[email protected]>
518 nodiscc <[email protected]>
405 VirtualTam <[email protected]>
56 Sébastien Sauvage <[email protected]>
27 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 Keith Carangelo <mail@kcaran.com>
31 Keith Carangelo <mail@kcaran.com>
28 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 Luce Carević <[email protected]>
15 Florian Eula <[email protected]>
14 Emilien Klein <[email protected]>
12 Nicolas Danelon <[email protected]>
9 Lucas Cimon <[email protected]>
9 Willi Eggeling <[email protected]>
8 Christophe HENRY <[email protected]>
7 kalvn <[email protected]>
6 B. van Berkum <[email protected]>
6 Immánuel Fodor <[email protected]>
6 YFdyh000 <[email protected]>
6 kalvn <[email protected]>
6 llune <[email protected]>
5 Mark Schmitz <[email protected]>
5 Sébastien NOBILI <[email protected]>
4 Alexandre Alapetite <[email protected]>
4 David Sferruzza <[email protected]>
4 yude <[email protected]>
3 Agurato <[email protected]>
3 Andreas Waschinski <[email protected]>
3 Christoph Stoettner <[email protected]>
3 Olivier <[email protected]>
3 Teromene <[email protected]>
Expand All @@ -39,6 +40,7 @@
2 Miloš Jovanović <[email protected]>
2 Neros <[email protected]>
2 Qwerty <[email protected]>
2 Robert Riebisch <[email protected]>
2 Sebastien Wains <[email protected]>
2 Stephen Muth <[email protected]>
2 Timo Van Neerden <[email protected]>
Expand All @@ -48,6 +50,7 @@
2 pips <[email protected]>
2 prog-it <[email protected]>
2 trailjeep <[email protected]>
1 7Ds7 <[email protected]>
1 Adrien Oliva <[email protected]>
1 Adrien le Maire <[email protected]>
1 Ajabep <[email protected]>
Expand All @@ -73,6 +76,7 @@
1 Franck Kerbiriou <[email protected]>
1 Gary Marigliano <[email protected]>
1 Hazhar Galeh <[email protected]>
1 Henschi <[email protected]>
1 Hg <[email protected]>
1 Jens Kubieziel <[email protected]>
1 Jonathan Amiez <[email protected]>
Expand All @@ -85,11 +89,14 @@
1 Loïc Carr <[email protected]>
1 Mark Gerarts <[email protected]>
1 Marsup <[email protected]>
1 Martin Puppe <[email protected]>
1 Mickaël Schoentgen <[email protected]>
1 Nicolas Friedli <[email protected]>
1 Nicolas Le Gaillart <[email protected]>
1 Paul van den Burg <[email protected]>
1 Rajat Hans <[email protected]>
1 Sbgodin <[email protected]>
1 Thibaud CANALE <[email protected]>
1 ToM <[email protected]>
1 TsT <[email protected]>
1 agentcobra <[email protected]>
Expand All @@ -107,5 +114,6 @@
1 owen bell <[email protected]>
1 philipp <[email protected]>
1 rfolo9li <[email protected]>
1 sokai <[email protected]>
1 sprak3000 <[email protected]>
1 yudejp <[email protected]>
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@ 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.14.0](https://github.com/shaarli/Shaarli/releases/tag/v0.14.0) - UNRELEASED

### Added

* doc: add third party plugins clickcounter and targetblank by @waschinski in https://github.com/shaarli/Shaarli/pull/2063
* doc: add shaarli-offen plugin to Community & related software by @waschinski in https://github.com/shaarli/Shaarli/pull/2064
* doc: add Shaanti browser extension to Community & related software by @7Ds7 in https://github.com/shaarli/Shaarli/pull/2078
* doc: add image-upload plugin to Community & related software by @bttrx in https://github.com/shaarli/Shaarli/pull/2097
* doc: add shaarli2bluesky plugin to Community & related software by @bttrx in https://github.com/shaarli/Shaarli/pull/2097
* doc: server configuration: allow accessing and caching SVG assets by @nodiscc in https://github.com/shaarli/Shaarli/pull/2074
* doc: usage: document "Sticky" mode by @kalvn in https://github.com/shaarli/Shaarli/pull/2111
* doc: troubleshooting: add solution for `Allowed memory size of xxx bytes exhausted` by @nodiscc in https://github.com/shaarli/Shaarli/pull/2083
* doc: usage: add opensearch/browser search engine integration instructions by @nodiscc in https://github.com/shaarli/Shaarli/pull/2096
* doc: troubleshooting: list more cases in which title retrieval fails by @nodiscc in https://github.com/shaarli/Shaarli/pull/2060

### Changed

* frontend: improve QR code CSP compliance by @thican in https://github.com/shaarli/Shaarli/pull/2103
* docker: update base alpine linux docker image to v3.19.4 by @nodiscc in https://github.com/shaarli/Shaarli/pull/2051, https://github.com/shaarli/Shaarli/pull/2054, https://github.com/shaarli/Shaarli/pull/2067, https://github.com/shaarli/Shaarli/pull/2088
* github actions: don't attempt to push docker image from forks by @nodiscc in https://github.com/shaarli/Shaarli/pull/2043
* doc: changelog: minor style tweaks/standardization/spacing by @nodiscc in https://github.com/shaarli/Shaarli/pull/2106
* github actions: run daily trivy security scans on release docker image, composer/yarn dependencies by @nodiscc in https://github.com/shaarli/Shaarli/pull/2047

### Fixed

* PHP 8.x intl incompatibility: failback C locale with en_US by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/2044
* fix description retrieval when page charset is not UTF-8 by @sokai in https://github.com/shaarli/Shaarli/pull/1992
* fix metadata fetching for YouTube URLs by @puppe in https://github.com/shaarli/Shaarli/pull/2069
* fix wrong date format when language is not english (Alpine icu package split) by @henschi in https://github.com/shaarli/Shaarli/pull/2102
* doc: fix typos in special data example by @bttrx in https://github.com/shaarli/Shaarli/pull/2098
* doc: fix broken link to 3rd party plugins by @BoboTiG in https://github.com/shaarli/Shaarli/pull/2059
* ensure tags are unique when renaming by @kcaran in https://github.com/shaarli/Shaarli/pull/2086
* doc: fix link to v0.13.0 release by @nodiscc in https://github.com/shaarli/Shaarli/pull/2107
* tools: update trivy security scanner to v0.56.2 by @nodiscc in https://github.com/shaarli/Shaarli/pull/2070, https://github.com/shaarli/Shaarli/pull/2072, https://github.com/shaarli/Shaarli/pull/2089, https://github.com/shaarli/Shaarli/pull/2100

### Removed

* remove `updates.check_updates_branch` setting by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/1971
* doc: Remove remaining references to `stable` branch by @ArthurHoaro in https://github.com/shaarli/Shaarli/pull/2042
* doc: contributing: IRC no longer available @nodiscc in https://github.com/shaarli/Shaarli/pull/2082
* doc: community and related software: remove urlextern plugin (archived project) by @nodiscc in https://github.com/shaarli/Shaarli/pull/2077

### Security

* frontend: update vulnerable npm dependencies (`npm audit fix`) by @kcaran in https://github.com/shaarli/Shaarli/pull/2087, @nodiscc in https://github.com/shaarli/Shaarli/pull/2056, https://github.com/shaarli/Shaarli/pull/2101

**Full Changelog**: https://github.com/shaarli/Shaarli/compare/v0.13.0...v0.14.0

------------------------

## [v0.13.0](https://github.com/shaarli/Shaarli/releases/tag/v0.13.0) - 2023-11-22

> Major changes:
Expand Down
9 changes: 5 additions & 4 deletions doc/md/dev/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GitHub allows drafting the release notes for the upcoming release, from the [Rel
- add a new section for the future unreleased version

```bash
## [v0.x.y](https://github.com/shaarli/Shaarli/releases/tag/v0.x.y) - UNRELEASES
## [v0.x.y](https://github.com/shaarli/Shaarli/releases/tag/v0.x.y) - UNRELEASED

### Added

Expand All @@ -424,12 +424,13 @@ GitHub allows drafting the release notes for the upcoming release, from the [Rel

```bash
$ make generate_authors
$ git commit -s -m "Update AUTHORS"
$ git add AUTHORS
$ git commit -m "doc: update AUTHORS"
```

### Create and merge a Pull Request

Create a Pull Request to marge changes from your remote, into `master` in the community Shaarli repository, and have it merged.
Create a Pull Request to merge changes from your remote, into `master` in the community Shaarli repository, and have it merged.


### Create the release branch and update shaarli_version.php
Expand All @@ -453,7 +454,7 @@ $ make test
# Bump shaarli_version.php from dev to 0.x.0, **without the v**
$ vim shaarli_version.php doc/conf.py README.md
$ git add shaarli_version doc/conf.py README.md
$ git commit -s -m "Bump Shaarli version to v0.x.0"
$ git commit -m "bump Shaarli version to v0.x.0"
$ git push upstream v0.x
```

Expand Down

0 comments on commit 61fafca

Please sign in to comment.