From ed9210db095ff6ad734228b498df196fceb51c58 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 16 Mar 2021 09:23:37 +0100 Subject: [PATCH] Prepare 2.4.2 release --- CHANGELOG.md | 17 +++++++++++++++++ app/config/wallabag.yml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a5195af..ca42049f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.4.2](https://github.com/wallabag/wallabag/tree/2.4.2) + [Full Changelog](https://github.com/wallabag/wallabag/compare/2.4.1...2.4.2) + +### Fixes +- Fix nav lang filter [#4908](https://github.com/wallabag/wallabag/pull/4908) +- Fix accessibility problem with the 2FA QR code [#4915](https://github.com/wallabag/wallabag/pull/4915) +- Preselect currently active section in the filter menu [#4972](https://github.com/wallabag/wallabag/pull/4972) +- Fix translation of date in the footer using IntlDateFormatter [#4971](https://github.com/wallabag/wallabag/pull/4971) +- Update dark theme [#4921](https://github.com/wallabag/wallabag/pull/4921) +- Dark theme updated [#4983](https://github.com/wallabag/wallabag/pull/4983) +- Fix account dropdown width [#4969](https://github.com/wallabag/wallabag/pull/4969) +- Fix auto prefered color scheme [#5071](https://github.com/wallabag/wallabag/pull/5071) +- Convert tag label to lowercase in RuleBasedTagger [#5111](https://github.com/wallabag/wallabag/pull/5111) +- Fix myreadspeed links [#5113](https://github.com/wallabag/wallabag/pull/5113) +- Internal server error while exporting to epub [#5052](https://github.com/wallabag/wallabag/issues/5052) +- Error parsing image URL (with scrset) [#4914](https://github.com/wallabag/wallabag/issues/4914) + ## [2.4.1](https://github.com/wallabag/wallabag/tree/2.4.1) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.4.0...2.4.1) diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 20d02212f..92b9cfd53 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.4.1 + version: 2.4.2 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English'