v0.8.0-rc.3
Pre-release
Pre-release
Download the source tarball from github releases:
https://github.com/chewing/libchewing/releases/tag/v0.8.0-rc.3
libchewing releases can be verified with the following minisign public key
minisign -Vm libchewing-0.8.0-rc.3.tar.zst \
-P RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s
Buf fixed
- Correctly ignore instead of absorb keys when the pre-edit buffer is empty. (introduced in v0.6.0)
- Reset pagination page number when searching for next candidate range. (introduced in v0.7.0)
- chewing_bopomofo_String_static did not return key sequence for pinyin input mode. (introduced in v0.6.0)
- Different chewing_*_static() functions were using one shared global buffer. (introduced in v0.6.0)
Full Changelog: v0.8.0-rc.2...v0.8.0-rc.3