Weblate Versions Save

Web based localization tool with tight version control integration.

weblate-5.5

2 weeks ago

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.

weblate-5.4.3

1 month ago

Released on March 26th 2024.

Bug fixes

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.4.2

2 months ago

Released on February 22nd 2024.

Bug fixes

  • Displaying debugging page in case of database connection issues.

  • Gracefully handle migration with duplicate built-in teams.

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.4.1

2 months ago

Released on February 19th 2024.

Bug fixes

  • Possible crash on Weblate upgrade check when cached from the previous versions.

  • Gracefully handle migration with duplicate built-in teams.

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.4

2 months ago

Released on February 15th 2024.

New features

Improvements

Bug fixes

Compatibility

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.3.1

4 months ago

Released on December 19th 2023.

Bug fixes

  • Not updating statistics in some situations.

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.3

4 months ago

Released on December 14th 2023.

New features

Improvements

Bug fixes

  • Removing stale VCS directories.

Compatibility

  • Dropped Microsoft Terminology service for automatic suggestions as it is no longer provided by Microsoft.

  • labels in units API now expose full label info, see GET /api/units/(int:id)/.

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.2.1

5 months ago

Released on November 22nd 2023.

Improvements

  • Show search field after no strings found while translating.

  • Added soft hyphen to special characters toolbar.

Bug fixes

  • Database backups compatibility with Alibaba Cloud Database PolarDB.

  • Crash on loading statistics calculated by previous versions.

  • Sort icons in dark mode.

  • Project level statistics no longer count categorized components twice.

  • Possible discarding pending translations after editing source strings.

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.2

5 months ago

Released on November 16th 2023.

New features

Improvements

  • Faster statistics updates.

  • Better e-mail selection in user profile.

  • Automatic fixups are now applied to suggestions as well.

  • DeepL can now configure default formality for translations.

  • Use neutral colors for progress bars and translation unit states.

  • Generate MO files can optionally include strings needing editing.

  • Use Accept-Language to order translations for unauthenticated users.

  • Add option to directly approve suggestions with Dedicated reviewers workflow.

  • One-click removal of project or component Notifications.

  • Statistics now includes character and word counts for more string states.

Bug fixes

  • Fixed creating component within a category by upload.

  • Error handling in organizing components and categories.

  • Fixed moving categories between projects.

  • Fixed formatting of translation memory search results.

  • Allow non-breaking space character in Unsafe HTML cleanup.

Compatibility

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.

weblate-5.1.1

6 months ago

Released on October 25th 2023.

New features

Improvements

  • Add missing languages now uses a dedicated user for changes.

  • Added button for sharing on Fediverse.

  • Added validation for VCS integration credentials.

  • Reduced overhead of statistics collection.

Bug fixes

  • Added plurals validation when editing string using API.

  • Replacing a file using upload when existing is corrupted.

Compatibility

Upgrading

Please follow Generic upgrade instructions in order to perform update.

All changes in detail.