Skip to content

Weblate 5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 13:30
· 843 commits to main since this release
weblate-5.5

Released on April 20th 2024.

New features

Improvements

Bug fixes

Compatibility

  • Several API calls might be affected by stricter validation of boolean fields by Django REST Framework. For example POST /api/projects/(string:project)/components/.

  • Uniqueness of name and slug of a component is now enforced at the database level on PostgreSQL 15+.

  • Docker image now ships Python packages in /app/venv and installs using uv.

Upgrading

Please follow Generic upgrade instructions in order to perform update.

  • There are several changes in settings_example.py, most notable is changes in INSTALLED_APPS and LOGOUT_REDIRECT_URL, please adjust your settings accordingly.

  • Weblate now requires Python 3.10 and Django 5.0.

All changes in detail.