Skip to content

2.6.1

Compare
Choose a tag to compare
@nicosomb nicosomb released this 21 Jun 05:23
· 1274 commits to master since this release
c8c6ed2

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

  • 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