All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- gui: Offload expression processing to subprocess with logging bridge
(
e01adf6)
- expressions/pitd: Adjust swift-f0 defaults for confidence_ref and semitone_shift
(
e4a707c)
- Add swift-f0 backend, polish help texts, update i18n
(
7f30d6c)
- cli: Extract RichHelpFormatter to dedicated module
(
0fce1fd)
- packaging: Guard find_spec against missing parent package
(
7daccd2)
- packaging: Add CPU and GPU installer variants
(
5fb0f1f)
- config: Fix version_variables typo and sync version.py
(
058871d)
- build: Compile .mo via hatch hook, untrack binary artifacts
(
d2141a0)
- Pin all GitHub Actions to commit SHAs
(
d59a22e)
-
gpu: Make CUDA packages optional with skip_missing flag (
d74ca13) -
gui: Support root mode for wheel-installed app (
399353b)
- i18n: Replace custom LazyString with lazy-string package
(
5af3b9e)
- Initial Release