File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,19 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.13] - 2025-08-10
11+
1012### Fixed
1113- NotebookEdit operations no longer trigger false error notifications
1214- Input needed alerts only appear for actual permission requests
1315- Empty error fields in tool responses are now properly ignored
16+ - Platform compatibility prompts now respect quiet mode
1417
1518### Added
19+ - Optional logging with ` --logging ` flag during installation
1620- Debug logging for notification triggers to help troubleshooting
1721- Keyword filtering for permission-related notifications
18- - Comprehensive release workflow documentation
1922
2023### Changed
2124- Error detection logic now checks for non-empty error values
2225- Notification filtering improved to reduce false positives
26+ - Refactored replacements.json structure to eliminate duplication
27+ - Updated default Kokoro voice to af_heart
2328
2429## [ 0.1.12] - 2025-08-04
2530
Original file line number Diff line number Diff line change 11[project ]
22name = " ccnotify"
3- version = " 0.1.12 "
3+ version = " 0.1.13 "
44description = " Intelligent notification system for Claude Code with audio feedback"
55authors = [
66 {name = " Frank Helmschrott" , email = " frank@helmschrott.de" }
Original file line number Diff line number Diff line change 22CCNotify - Intelligent notification system for Claude Code with audio feedback
33"""
44
5- __version__ = "0.1.12 "
5+ __version__ = "0.1.13 "
66__author__ = "Helmi"
77__license__ = "MIT"
88
You can’t perform that action at this time.
0 commit comments