Skip to content

2.5.0 - 2022-03-21

Compare
Choose a tag to compare
@j0k3r j0k3r released this 21 May 19:16
· 2345 commits to master since this release
84c0260

Here is the latest release of wallabag.
What changed?

⚠️ Important note:

  • we dropped support for PHP < 7.4.
  • the 2.6.0 release should drop PHP < 8.0.
  • the baggy theme has been deprecated and will be removed in 2.6.0 (global theming will be removed and only the material theme will remain).

💅 New features were shipped in that release:

  • Delicious import (if you still have credentials for your account, just go https://del.icio.us/)
  • webp image can now be downloaded locally (when caching images is enabled)
  • You can now list entries with annotations
  • You can now add a tag to a search results
  • A new API endpoint was added to retrieve the user configuration
  • The Docker image from within that repo has been rebuild. You MUST NOT use that one for production, only for dev purpose. For production, check https://github.com/wallabag/docker.

📈 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!

Features

Deprecated features

API

Technical stuff

Translations

Fixes