Skip to content

Releases: tienducle/sv-i18n-translator

Release v0.0.6

23 Nov 09:51
9648a9e

Choose a tag to compare

What's Changed

⚠️ Now requires >JDK17 ⚠️

  • Updated to Spring Boot 3 6050340
  • Added support to ignore specific keys b6a3d35

Full Changelog: 0.0.5...0.0.6

Release v0.0.5

17 Oct 18:55
3d8d4ac

Choose a tag to compare

What's Changed

  • Move token calculation from OpenAIClient to OpenAITranslationAdapter e1a09a5
  • Fixed windows batch scripts to handle paths with spaces correctly b41d57f
  • Output files using UTF-8 encoding c97dd7f

Full Changelog: 0.0.4...0.0.5

v0.0.4

07 May 18:27
c20ee38

Choose a tag to compare

What's Changed

  • Improved OllamaTranslationAdapter; include context messages and history in Ollama requests 41c9c0c
  • Enabled OpenAITranslationAdapter to include context messages and history in translation requests bf80b55
  • Minor code cleanups 2339798
  • Added general manual 3e63868
  • Changed locale lookup from using users display language to using English e7c7f33
  • Added Ollama translate script for Windows quick manual d84cb61

Full Changelog: 0.0.3...0.0.4

v0.0.3

17 Apr 17:52
36fd24a

Choose a tag to compare

What's Changed

  • Improved run configuration by determining locale code from targetLanguage input 5b7c5aa
  • Updated documentation 36fd24a

Full Changelog: 0.0.2...0.0.3

v0.0.2

16 Apr 18:04
ba2f6b4

Choose a tag to compare

What's Changed

  • Fixed error when reading files with BOM a1dbe96
  • Fixed errors in documentation; removed version from jar file; updated dependencies ba2f6b4

Full Changelog: 0.0.1...0.0.2

v0.0.1

06 Apr 15:54
77ac03f

Choose a tag to compare

Initial release