github wallabag/wallabag 2.6.1

latest releases: 2.6.9, 2.6.8, 2.6.7...
11 months ago

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_dns 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

  • Do not autoload fixtures by @j0k3r in #6648
  • Add confirmation alert when deleting articles from list view by @nicosomb in #6644

Full Changelog: 2.6.0...2.6.1

Don't miss a new wallabag release

NewReleases is sending notifications on new releases.