Skip to content

Releases: hypercision/i18ntools

v0.2.2

15 Jan 20:16

Choose a tag to compare

Update pyproject.toml and the GitHub actions publish.yaml workflow to fix the building and publishing of the package, because v0.2.1 also failed to publish.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Jan 17:49

Choose a tag to compare

Update pyproject.toml to fix the building and publishing of the package, because v0.2.0 failed to publish.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jan 16:05

Choose a tag to compare

  • Now requires Python 3.10+
  • update Python requirements
  • Adds a new remove_backslashes feature to the i18ntools package, allowing users to optionally remove backslashes from multi-line values in i18n Java properties files before translation. The feature leverages Python's configparser module and introduces several helper functions to support this functionality.

What's Changed

  • Update GitHub actions and Python dependencies by @tylervz in #3
  • Upgrade some Python dependencies by @tylervz in #4
  • Mock API calls in our tests by @tylervz in #5
  • Add more test cases by @tylervz in #6
  • Require Python 3.10+, update Python requirements by @tylervz in #7
  • Fix minor typos by @tylervz in #8
  • Upgrade dependencies to patch vulnerabilities by @tylervz in #9
  • Add option for removing back slash from input data by @tylervz in #10

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 May 15:34

Choose a tag to compare

Initial release