wallabag logo

wallabag

Self-hostable app for saving web pages to read later, with clean content extraction

Alternative to: pocket, instapaper

wallabag screenshot

About Versions (86)

2.6.1

2023-06-21

Here 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:

  1. We added new fields in the database, don’t forget to run migration (by running make update) otherwise your wallabag won’t work.

  2. 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_transport
    • mailer_user
    • mailer_password
    • mailer_host
    • mailer_port
    • mailer_encryption
    • mailer_auth_mode

    And we added mailer_dsn as 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

Full Changelog: https://github.com/wallabag/wallabag/compare/2.6.0…2.6.1