Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 2.55 KB

File metadata and controls

91 lines (49 loc) · 2.55 KB

Changelog

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.

v0.4.0 (2026-03-05)

Features

  • gui: Offload expression processing to subprocess with logging bridge (e01adf6)

v0.3.0 (2026-03-03)

Bug Fixes

  • expressions/pitd: Adjust swift-f0 defaults for confidence_ref and semitone_shift (e4a707c)

Features

  • Add swift-f0 backend, polish help texts, update i18n (7f30d6c)

Refactoring

  • cli: Extract RichHelpFormatter to dedicated module (0fce1fd)

v0.2.4 (2026-02-25)

Bug Fixes

  • packaging: Guard find_spec against missing parent package (7daccd2)

v0.2.3 (2026-02-25)

Bug Fixes

  • packaging: Add CPU and GPU installer variants (5fb0f1f)

v0.2.2 (2026-02-25)

Bug Fixes

  • config: Fix version_variables typo and sync version.py (058871d)

v0.2.1 (2026-02-25)

Bug Fixes

  • build: Compile .mo via hatch hook, untrack binary artifacts (d2141a0)

Continuous Integration

  • Pin all GitHub Actions to commit SHAs (d59a22e)

v0.2.0 (2026-02-25)

Features

  • gpu: Make CUDA packages optional with skip_missing flag (d74ca13)

  • gui: Support root mode for wheel-installed app (399353b)

Refactoring

  • i18n: Replace custom LazyString with lazy-string package (5af3b9e)

v0.1.0 (2026-02-23)

  • Initial Release