···2233All notable changes to this project will be documented in this file.
4455+## [0.3.5] - 2026-03-27
66+77+### Fixed
88+99+- **Ctrl+C signal handling**: Replaced `stty raw` with `stty -icanon -echo` when probing terminal background color, preventing `ISIG` from being disabled so Ctrl+C continues to work even if the terminal restore fails.
1010+- **Terminal restore robustness**: `tty` close and `stty` restore in the `finally` block are now wrapped in individual try/catch blocks to avoid masking earlier errors.
1111+1212+---
1313+514## [0.3.4] - 2026-03-27
615716### Added