From f295e3dc5c524760e60df0cc4334c9c0064b5e41 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 4 Jan 2021 11:07:49 +0100 Subject: [PATCH] Fix links in changelog --- CHANGELOG.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d954349..c4a5195af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,22 @@ [Full Changelog](https://github.com/wallabag/wallabag/compare/2.4.0...2.4.1) ### Fixes -- Fix path icons from manifest.json #4811 -- Fix missing apple-touch-icon-512.png from manifest.json #4823 -- migrations: fix mysql migration for an edge case #4832 -- Add a command to clean downloaded images #4844 -- Add a query to parse only non-hashed URL #4865 #4878 -- material: fix issue with cookie check for light/dark theme #4866 -- Show OTP secret next to the QR Code #4868 -- views: add title to tag li elements, for consistency #4894 -- Add label and issuer to otp config #4301 +- Fix path icons from manifest.json [#4811](https://github.com/wallabag/wallabag/pull/4811) +- Fix missing apple-touch-icon-512.png from manifest.json [#4823](https://github.com/wallabag/wallabag/pull/4823) +- migrations: fix mysql migration for an edge case [#4832](https://github.com/wallabag/wallabag/pull/4832) +- Add a command to clean downloaded images [#4844](https://github.com/wallabag/wallabag/pull/4844) +- Add a query to parse only non-hashed URL [#4865](https://github.com/wallabag/wallabag/pull/4865) [#4878](https://github.com/wallabag/wallabag/pull/4878) +- material: fix issue with cookie check for light/dark theme [#4866](https://github.com/wallabag/wallabag/pull/4866) +- Show OTP secret next to the QR Code [#4868](https://github.com/wallabag/wallabag/pull/4868) +- views: add title to tag li elements, for consistency [#4894](https://github.com/wallabag/wallabag/pull/4894) +- Add label and issuer to otp config [#4301](https://github.com/wallabag/wallabag/pull/4301) ### Meta -- Remove community.wallabag.org from the issue template #4817 -- Update issue templates #4843 -- Allow GitHub Actions to run on 2.* branches #4896 +- Update release process and introduce 2.4.1-dev [#4808](https://github.com/wallabag/wallabag/pull/4808) +- Remove community.wallabag.org from the issue template [#4817](https://github.com/wallabag/wallabag/pull/4817) +- Update issue templates [#4843](https://github.com/wallabag/wallabag/pull/4843) +- Allow GitHub Actions to run on 2.* branches [#4896](https://github.com/wallabag/wallabag/pull/4896) +- Prepare 2.4.1 [#4904](https://github.com/wallabag/wallabag/pull/4904) ## [2.4.0](https://github.com/wallabag/wallabag/tree/2.4.0) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.8...2.4.0)