v0.6.9
Highlights
- Support python3.13
- py3.13t is not supported yet
- Remove Python 3.7 and 3.8 support as it reaches its end of life (https://devguide.python.org/versions/) (#249, #281)
rust
Added
- freebsd support (#222 by @KonstantinDjairo, #251)
- Add option for embedded config and fallback resources (#262 by @Kuuuube)
Changed
fetch_dictionary.sh
targets latest dictionary by default (#240)- Migrate from structopt to clap (#248 by @tkhshtsh0917)
python
Added
- Allow string literals as
SplitMode
(#245) - Add
sudachipy.Config
andsudachipy.errors.SudachiError
to default import (#260)
Changed
-s
(system dictionary path) ofsudachi ubuild
command is now required (#239)-d
option of sudachi cli (which is no-op) now warns (#278)- Update the output of
sudachi dump
subcommand (#277)
see rust changelog and python changelog for more.