Skip to content

Releases: Gowee/zhconv-rs

v0.3.1-1

24 Mar 07:08
Compare
Choose a tag to compare
Release v0.3.1-1

- Fix PyO3 build

v0.3.1

22 Mar 15:52
Compare
Choose a tag to compare
Release v0.3.1

- Disable OpenCC by default (but enabled in web app and cli app)
- Update deps

v0.3.0

04 Jul 16:33
Compare
Choose a tag to compare
Release v0.3.0

Changes since v0.2.0:

- Switch from aho-corasick to Daachorse for better performance
- Compress bundled rulesets
- Serialize (and optioanlly compress) daac automaton at build time
- Add new functions for inferring Simp/Trad and reigonal variants
- Use a secondary converter along with the primary one to apply global
  conversion rules
- Allow dump conversion tables with cli

v0.3.0-beta1

01 Jul 15:31
Compare
Choose a tag to compare
Release v0.3.0-beta1

Doc updated. Python module fixed.

v0.3.0-beta

27 Jun 07:01
Compare
Choose a tag to compare
Release v0.3.0-beta

Changes:

- Switch from aho-corasick to Daachorse for better performance
- Serialize daac automaton at build time
- Compress bundled rulesets
- Add new functions for inferring Simp/Trad and reigonal variants
- Use a secondary converter along with the primary one to apply global
  conversion rules

v0.2.0-beta.1

15 May 07:57
Compare
Choose a tag to compare
Release v0.2.0-beta.1

Major change since v0.1.0:
- Add OpenCC rulesets

Minor change:
- Fix build error under Windows due to data file checksum mismatch as the result of git CRLF auto-conversion

v0.1.0

08 Sep 15:51
Compare
Choose a tag to compare
Release v0.1.0

This is the first formal release.

v0.1.0-rc6

14 Aug 02:17
Compare
Choose a tag to compare

Executable binaries for CLI are listed here. For libs, check the README.

v0.1.0-rc4

12 Aug 22:50
Compare
Choose a tag to compare
Release v0.1.0-rc4

Bump CI build