Weblate 5.1#
Not yet released.
New features * Yandex v2 machine translation service.
Improvements * 啟用檢閱 also shows the approval percentage in object listings. * Project is added to watched upon accepting an invitation. * Configure VCS API credentials as a Python dict from environment variables.
Bug fixes
Compatibility
Upgrading
請按照 通用的升級說明 來執行升級。
Upgrades from older version than 5.0.2 are not supported, please upgrade to 5.0.2 first and then continue in upgrading.
Dropped support for deprecated insecure configuration of VCS service API keys via _TOKEN/_USERNAME in
settings.py
.Weblate now defaults to persistent database connections in
settings_example.py
and Docker.
Weblate 5.0.2#
Released on September 14th 2023.
Improvements
Translate page performance.
Search now looks for categories as well.
Bug fixes
Rendering of release notes on GitHub.
Listing of categorized projects.
Translating a language inside a category.
Categories sorting.
Upgrading
請按照 通用的升級說明 來執行升級。
The database upgrade can take considerable time on larger sites due to indexing changes.
Weblate 5.0.1#
Released on September 10th 2023.
New features
Improvements
Related glossary terms lookup is now faster.
Logging of failures when creating pull requests.
History is now loaded faster.
Added object
id
to all Weblate 的 REST API endpoints.Better performance of projects with a lot of components.
Added compatibility redirects for some old URLs.
Bug fixes
Creating component within a category.
Source strings and state display for converted formats.
Block 編輯基底檔 on formats which do not support it.
重複使用的翻譯 is no longer triggered for blank strings.
Performace issues while browsing some categories.
Fixed GitHub Team and Organization authentication in Docker container.
GitLab merge requests when using a customized SSH port.
Compatibility
pyahocorasick dependency has been replaced by ahocorasick_rs.
The default value of
IP_PROXY_OFFSET
has been changed from 1 to -1.
Upgrading
請按照 通用的升級說明 來執行升級。
The database upgrade can take considerable time on larger sites due to indexing changes.
Weblate 5.0#
Released on August 24th 2023.
New features
Markdown files support, thanks to Anders Kaplan.
類別 can now organize components within a project.
Fluent format now has better syntax checks thanks to Henry Wilkes.
Inviting users now works with all authentication methods.
Docker container supports file backed secrets, see Passing secrets.
Improvements
Plurals handling in machine translation.
未更動的翻譯 check now honors placeholders even in the strict mode.
重複使用的翻譯 is no longer triggered for languages with a single plural form.
WebP is now supported for 字串的可見語境.
Avoid duplicate notification when a user is subscribed to overlapping scopes.
OCR support for non-English languages in 字串的可見語境.
XLIFF now supports displaying source string location.
Rendering strings with plurals, placeholders or alternative translations.
User API now includes last sign in date.
User API token is now hidden for privacy reasons by default.
Faster adding terms to glossary.
Better preserve translation on source file change in HTML files and 文字檔.
Added indication of automatic assignment to team listing.
Users now have to confirm invitations to become team members.
格式化字串 can now check all plural forms with the
strict-format
flag.檢查和修復 browsing experience.
Highlight differences in the source string in automatic suggestions.
Visual diff now better understands compositing characters.
Bug fixes
User names handling while committing to Git.
Language filtering in 翻譯進程匯報.
Reduced false positives of 重複使用的翻譯 when fixing the translation.
Fixed caching issues after updating screenshots from the repository.
Compatibility
Python 3.9 or newer is now required.
Several UI URLs have been changed to be able to handle categories.
Upgrading
請按照 通用的升級說明 來執行升級。
There are several changes in
settings_example.py
, most notable is changes inCACHES
andSOCIAL_AUTH_PIPELINE
, please adjust your settings accordingly.Several previously optional dependencies are now required.
The database upgrade can take considerable time on larger sites due to structure changes.