Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.02 KB

CHANGES.md

File metadata and controls

44 lines (25 loc) · 1.02 KB

Utsuho Changes

Version 2.1.0

Release on 2023-11-12.

  • Drop support for Python 3.7.
  • Add katakana and hiragana bi-directional converter import.

Version 2.0.0

Release on 2023-08-25.

  • Added the feature to convert between hiragana and katakana.
  • Changed the class name "ConverterConfig" to "WidthConverterConfig".

Version 1.1.2

Release on 2023-04-23.

  • Added CLI.

Version 1.1.1

Released on 2023-04-06.

Version 1.1.0

Released on 2023-04-05.

  • Added the feature to convert between half-width spaces and full-width spaces.
  • Added the feature to convert between half-width symbols and full-width symbols.
  • Added the feature to convert between half-width digits and full-width digits.
  • Added the feature to convert between half-width alphabets and full-width alphabets.

Version 1.0.0

Released on 2023-04-02.

  • First public preview release.