v0.7.0-rc.1 #471
kanru
announced in
Announcements
v0.7.0-rc.1
#471
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-rc.1 (Mar 25, 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 system dictionary format
and two new user dictionary format. Users with existing user phrase dictionary
will be automatically migrated to either a new sqlite3 schema or CDB based
format depending on compile time configuration. 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
Bug fixed
Documentation
Testing
This discussion was created from the release v0.7.0-rc.1.
Beta Was this translation helpful? Give feedback.
All reactions