wallabag
Self-hostable app for saving web pages to read later, with clean content extraction
Alternative to: pocket, instapaper
2.4.1
2021-01-05Happy new year everyone π
For that first release of that (hopefully) better year than 2020, we have fixed some bugs.
Weβve also added a new command to clean downloaded images (for those who have enabled download images locally). You can try it to see how much spaces itβll free:
php bin/console wallabag:clean-downloaded-images --env=prod --dry-run
To update your instance, just run make update.
π€ A little reminder that you can support our work on wallabag by sponsoring us on Liberapay or subscribe on wallabag.it. Thanks!
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