v0.7.0 #483
kanru
announced in
Announcements
v0.7.0
#483
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's New in libchewing 0.7.0 (Apr 7, 2024)
This is the first beta release of the Rust rewrite. The library has been tested
with the AFL++ fuzzer and most of the obvious bugs have been fixed so it should
not crash for normal use. Now we invite power users to daily drive the beta
release in order to find more subtle bugs.
The Rust rewrite is ABI compatiable with previous releases. The most notable
difference with the C version includes a new portable dictionary format that can
be used both as system dictionary and user dictionary. Users with existing user
phrase dictionary will be automatically migrated. Old files will be backed up
automatically. With these change we will be able to support dictionary sharing
and loading multiple dictionaries in future releases.
Future roadmap
rust implementation as the default.
will be removed from the repository.
Added
chewing-cli
tool can be used to create or inspect dictionary files. (rust)chewing-cli
tool can dump dictionary as or import from CSV file. (rust)Changed
thread (rust)
Bug fixed
Documentation
Testing
New Contributors
Full Changelog: v0.6.0...v0.7.0
This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions