This release adds full support for Wagtail 6.3 and its new ImageBlock
, Python 3.13. It also brings a number of improvements to the translations report, and machine translations.
What's Changed
- Add support for Wagtail 6.3 (and
ImageBlock
) by @zerolab in #840 - Add a tips page for handling snippets with synchronization by @onno-timmerman in #836
- Fix getting progress when there are no strings by @alexkiro in #829
- Add a machine translation option when syncing pages by @waldo90 in #807
- Add more options to the DeepL settings (Fixes #831) by @alexkiro in #835
- Skip creating
StringTranslations
if the machine translators do not provide the translation @tognee in #819 - Add support for filtering the translation report by status by @alexkiro in #830
- [chore] Tooling updates by @zerolab in #843
New Contributors
- @alexkiro made their first contribution in #829
- @tognee made their first contribution in #819
- @waldo90 made their first contribution in #807
Full Changelog: v1.10...v1.11