Prepare 2.4.1

- update changelog
- bump version
- update deps
This commit is contained in:
Jeremy Benoist
2021-01-04 10:21:07 +01:00
parent 5592a23ae1
commit 5a69fec5da
3 changed files with 245 additions and 100 deletions

View File

@ -1,5 +1,24 @@
# Changelog
## [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)
### 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
### Meta
- Remove community.wallabag.org from the issue template #4817
- Update issue templates #4843
- Allow GitHub Actions to run on 2.* branches #4896
## [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)