Skip to content

Releases: mkpoli/ainconv-py

v0.4.0

09 Mar 13:32
Compare
Choose a tag to compare

[0.4.0] - 2024-03-09

Added

  • Added conversion between Katakana and Cyrillic scripts.
  • Added options for ィ (-y), ゥ (-w) and ㇴ (-n) usage in Latin to Katakana conversion.
  • Added support from Python 3.8 and above.
  • Added more badges to README.md.
  • Added tox for multi-environment testing.

v0.3.0

08 Mar 20:49
Compare
Choose a tag to compare

[0.3.0] - 2024-03-09

Added

  • Added options for ヰ (wi), ヱ (we) and ヲ (wo) usage in Latin to Katakana conversion.
  • Added Poe the Poet guidance in CONTRIBUTING.md.
  • Added check script for potential usage of dev-dependencies before release.
  • Added changelog script to automate changelog update.
  • Added links to readthedocs in README.md and pyproject.toml.

Changed

Fixed

  • Fixed non-alphabetic group of syllable gets ignored.
  • Fixed extra apostrophe in conversion from Latin.
  • Fixed Cyrillic-Latin conversion not preserving case.
  • Fixed Latin syllabification cannot handle multiple words.
  • Fixed Latin with accented vowels cannot be converted to Kana.
  • Fixed Kana variable coda conversion failure due to wrong logic.
  • Fixed doc build error due to missing dependencies.
  • Fixed git commit message template.

Removed

  • Removed Python version badge from README.md.

v0.2.0

08 Mar 17:10
Compare
Choose a tag to compare

[0.2.0] - 2024-03-09

Added

Fixed

  • Fixed unexpected stdout output by removing print statements.

v0.1.1

08 Mar 17:10
Compare
Choose a tag to compare

[0.1.1] - 2024-03-08

Fixed

  • Fixed error due to invalid tool.poetry.scripts settings, using poe instead.

v0.1.0

08 Mar 17:09
Compare
Choose a tag to compare

[0.1.0] - 2024-03-03

Added

  • Added conversion between Katakana, Cyrillic and Latin scripts.