wallabag
Self-hostable app for saving web pages to read later, with clean content extraction
Alternative to: pocket, instapaper
2.6.1
2023-06-21Here is the latest release of wallabag.
⚠️ We had issues with our update process in 2.6.0 release: this release fixes one of them. Be careful, it may possible that we have other unknown issues. Please do backups.
To update your instance, just run make update.
⚠️ There are two points to focus for that update:
-
We added new fields in the database, don’t forget to run migration (by running
make update) otherwise your wallabag won’t work. -
We’ve updated the mailer config which needs to be replicated otherwise the image might not work.
We removed in
app/config/parameters.yml:mailer_transportmailer_usermailer_passwordmailer_hostmailer_portmailer_encryptionmailer_auth_mode
And we added
mailer_dsnas a replacement. Here is an example of DSN:smtp://user:pass@smtp.example.com:port
🤝 A little reminder that you can support our work on wallabag by sponsoring us on Liberapay or subscribe on wallabag.it. Thanks!
What’s Changed
- Do not autoload fixtures by @j0k3r in https://github.com/wallabag/wallabag/pull/6648
- Add confirmation alert when deleting articles from list view by @nicosomb in https://github.com/wallabag/wallabag/pull/6644
Full Changelog: https://github.com/wallabag/wallabag/compare/2.6.0…2.6.1