Skip to content

Commit e621dfa

Browse files
authored
Merge pull request #10 from Helmi/release/v0.1.13-rc1
Release v0.1.13
2 parents 03cc462 + 0565b9c commit e621dfa

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ccnotify"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "Intelligent notification system for Claude Code with audio feedback"
55
authors = [
66
{name = "Frank Helmschrott", email = "frank@helmschrott.de"}

src/ccnotify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CCNotify - 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

0 commit comments

Comments
 (0)