Skip to content

Latest commit

 

History

History
181 lines (129 loc) · 11.6 KB

File metadata and controls

181 lines (129 loc) · 11.6 KB

Weblate 2026.7

Not yet released.

New features

  • Added :ref:`mt-mistral` machinery integration for Mistral LLM automatic suggestions.

Improvements

  • Management interface access control is now more fine-grained with dedicated site-wide permissions.
  • Default commit and merge request message templates now use Conventional Commits, and settings forms can restore installation defaults for individual message templates.
  • Documented :ref:`legal` customizations and added options to hide legal pages or disable document numbering.
  • :ref:`addon-weblate.gettext.linguas` better detects LINGUAS file presence.
  • :ref:`addon-weblate.gettext.xgettext` can now leave the xgettext language blank to let xgettext guess it from source file extensions.
  • :envvar:`WEBLATE_ALLOWED_ASSET_SIZE` is now available in Docker container.
  • LLM automatic suggestions now use translated examples, language-specific instructions, and richer glossary context for more reliable output.

Bug fixes

  • TBX glossary files no longer duplicate terms when repeated pending add operations are saved.
  • :ref:`code-hosting-gerrit` review pushes can again include Gerrit push options in the target branch.
  • Webhook target fallback matching is now stricter and reported in component diagnostics.
  • Creating components linked with weblate:// no longer waits on the shared repository lock during the request.
  • Project and workspace translation license defaults now follow component and project licenses more closely.

Compatibility

Upgrading

Please follow :ref:`generic-upgrade-instructions` in order to perform update.

Contributors

All changes in detail.

Weblate 2026.6.1

Released on June 1st 2026.

Bug fixes

Upgrading

Please follow :ref:`generic-upgrade-instructions` in order to perform update.

Contributors

All changes in detail.

Weblate 2026.6

Released on June 1st 2026.

New features

Improvements

Bug fixes

  • Outbound URL validation now rejects additional non-public targets (:ghsa:`vmfc-9982-2m45`).
  • Project-language :doc:`/admin/announcements` no longer appear across the whole project.
  • Hardened :http:post:`/api/screenshots/` access checks against private project enumeration.
  • Registration-attempt account activity e-mails now link to password reset to help users finish account setup.
  • :ref:`invite-user` links now work for signed-in users whose account owns the invited e-mail address.
  • Searching for strings with content changes without a recorded author now supports changed_by:"", and combined change filters now apply to the same change event.
  • Gitea and Forgejo pull requests no longer reconfigure existing fork remotes to point to the source repository.
  • Project and category language translation sessions now keep strings grouped by component priority and show component switch warnings reliably.
  • Engage page task links now stay centered and show the target translation language.
  • Gettext POT update add-ons now rescan translations after committing updated POT and PO files.
  • Git repositories now update branches correctly when the remote also has a tag with the same name.
  • Conflicting repository setup alerts now allow same-branch direct pushes.
  • Obsolete cleanup schedules are now removed from Celery beat during upgrade.
  • Translation pages for workspace projects no longer crash when workspace fields are deferred.

Upgrading

Please follow :ref:`generic-upgrade-instructions` in order to perform update.

Contributors

All changes in detail.

Weblate 2026.5

Released on May 15th 2026.

New features

Improvements

  • Using DOS line endings can now be configured using the dos_eol :ref:`file_format_params`.
  • :ref:`mt-openai` and :ref:`mt-alibaba` no longer require their vendor Python SDKs.
  • Audited project and component setting changes are now recorded in history.
  • Gerrit review pushes now use :ref:`component-push_branch` as the target branch.
  • Weblate now checks whether :setting:`CACHE_DIR` allows executing generated helper files.
  • The :ref:`sbom` is now generated during release and published as a versioned release asset instead of being stored in the source repository.
  • The translating page now separates screenshots from string information, collapses rarely used string details, and groups glossary and screenshot actions more consistently.
  • Project access management now paginates users and better explains site-wide automatic team assignments.
  • Added provider-oriented code hosting documentation and Gettext-style :ref:`plural-formula` guidance.
  • The Python wheel no longer ships source translation catalogs, test files, or deployment example files, reducing the installed package size.
  • The engage page now highlights actionable translation task buckets for newcomers.
  • :ref:`RSS feeds <rss>` can now use the same filters as the changes browsing page.
  • :ref:`addon-weblate.gettext.django` now supports gettext PO files used as templates when they are excluded by the language filter.
  • Reworked :doc:`/security/threat-model` into a contract-style document.

Bug fixes

  • Hardened search previews and :ref:`machine-translation` suggestion origins against XSS, and stopped exposing database error details in upload failures (:cve:`2026-45106` / :ghsa:`6wxc-8mgq-w26m`).
  • Screenshot URL uploads, remote HTML extraction in :ref:`addon-weblate.cdn.cdnjs`, and URL health-check redirects now reject internal or non-public targets by default.
  • Gerrit review pushes now reject target branches containing push options, track the target branch before invoking git-review, and suggest short branch names when full refs are supplied.
  • Category :doc:`/admin/announcements` no longer appear across the whole project, and translation announcement deletion now honors language-scoped permissions.
  • Merge request pushes now refresh stale fork remotes after changing repository hosting.
  • Plural counts parsed from translation file headers are now bounded, and plural formulas are rejected when they can evaluate outside the configured plural form range.
  • :ref:`project-api` expiring today now remain valid until the end of the day.
  • Malformed ALTCHA CAPTCHA submissions and repository URLs in webhook payloads no longer cause server errors.
  • :ref:`check-placeholders` now merges overlapping non-nested spans from multiple flags.
  • :ref:`backup` logs no longer include OpenSSH post-quantum key exchange warnings from remote Borg connections.
  • Category repository paths are now handled more safely during cleanup and moves.
  • Locked component pages now show an unsubscribe action after subscribing to unlock notifications.
  • :ref:`projectbackup` imports now restore in the background to avoid web worker memory limits.

Compatibility

  • The dos-eol flag is no longer supported. Use the dos_eol :ref:`file_format_params` instead.
  • The registration CAPTCHA now uses the ALTCHA widget v3 protocol with Argon2id proof-of-work.
  • The set_language_team project attribute has been replaced with the po_set_language_team file format parameter at the component level; see :ref:`file_format_params`.
  • Weblate now uses calendar versioning for releases, see :ref:`release-cycle`.
  • Weblate now uses stricter dependency version constraints to better control runtime environment.

Upgrading

Please follow :ref:`generic-upgrade-instructions` in order to perform update.

Contributors

All changes in detail.