Skip to content

Releases: mbi/django-rosetta

0.10.3

07 Dec 18:06
@mbi mbi

Choose a tag to compare

  • Test against Django 6.0
  • Test using uv-tox

Full Changelog: v0.10.2...v0.10.3

v0.10.2

03 Apr 13:07
@mbi mbi

Choose a tag to compare

What's Changed

  • Tests: update flake8 in tox tests
  • Format all rendered assets (html, css, js) in a pre-commit task. (PR #294, thanks @balazs-endresz)
  • Fix Deepl translations containing variables (#276, PR #290, thanks @halitcelik)
  • Rewrite rosetta.js: drop jQuery and modernize rosetta.js (PR #295, thanks @balazs-endresz)
  • Fix broken link in documentation (PR #300, thanks @KommuSoft)
  • Test against Django 5.2
  • Add OPENAI_BASE_URL and OPENAI_MODEL config for self hosted LLM translation (PR #301, thanks @ydf)

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

27 Sep 09:50
@mbi mbi

Choose a tag to compare

  • Renamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny)
  • Fixed the test configuration following #282
  • Improve CSP support by avoiding inline styles and server-side rendered stylesheets (#287, thank you @bmihelac)
  • Improve error handling when using the Deepl translation service (#288, thank you @halitcelik)
  • Add support for translation using OpenAI API (#275, #291, thank you @ydf, PR by @vusallyv)
  • Adds Azerbaijani translation (#284 thanks @vusallyv and @nemoralis)
  • Allow overriding OpenAI prompt with a template (PR #293, thanks @danleyb2)
  • Test against Django 5.1

v0.9.9

18 Apr 13:45
@mbi mbi

Choose a tag to compare

  • Use packaged jQuery instead of the CDN version.
  • Adds Chinese (Simplified) translation.
  • Test against Django 4.1 and 4.2
  • Limit supported versions to Django 3.2 and later, using Python 3.8, 3.9 and 3.10
  • Proxy Deepl translations suggestions through the back-end to avoid CORS issues.
  • Format code with pre-commit
  • Replace case sensitivity check with setting
  • Use jQuery packaged with Django, instead of a CDN version.

v0.7.11

30 Mar 19:28
@mbi mbi

Choose a tag to compare

  • Make MO file compilation optional (PR #166, Issue #155, thanks @nealtodd)
  • Fix an invalid page get parameter by falling back to page 1 (PR #165, thanks @nealtodd)
  • Adds reference language selector (PR #60, thanks @hsoft)