diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 87b22d1..198ca29 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -7,12 +7,6 @@ on: description: 'Version to test (optional - uses current version if empty)' required: false type: string - push: - branches: [ main ] - paths: - - 'pyproject.toml' - - 'src/ccnotify/**' - - '.github/workflows/test-publish.yml' permissions: contents: read diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca1cd0..cbaa7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.12] - 2025-08-04 + +### 🐛 Fixed +- **Improved pronunciation for TTS**: Now uses values from replacements.json for better TTS output +- **Cleaner sound file names**: Removed TTS provider prefix from cached sound files +- **Better curl/wget handling**: Improved notification handling for download commands + +## [0.1.11] - 2025-08-04 + +### 🐛 Fixed +- **Cleaner notifications**: Prevented code snippets from appearing in notification messages + +## [0.1.10] - 2025-08-04 + +### ✨ Added +- **Embedded Kokoro TTS**: Kokoro TTS now embedded directly in notify.py for standalone execution + +## [0.1.9] - 2025-08-03 + +### ✨ Added +- **Enhanced Kokoro configuration**: Improved voice configuration and project detection + +### 🐛 Fixed +- **Project detection fallback**: Fixed detection when Claude doesn't send sessionId + +## [0.1.8] - 2025-08-03 + +### 🐛 Fixed +- **Test installer error**: Fixed script_exists attribute error in test_installer.py + +## [0.1.7] - 2025-08-03 + +### ✨ Added +- **Duplicate hooks fix script**: Added utility script to fix duplicate hooks for affected users +- **Comprehensive testing infrastructure**: Added local testing capabilities + +### 🐛 Fixed +- **Critical hook duplication bug**: Fixed issues with duplicate hook detection and prevention + +## [0.1.6] - 2025-08-03 + +### 🐛 Fixed +- **Update flow improvements**: Fixed version management and update flow issues +- **Update fixes current version**: Update flow now fixes issues even when version is current + ## [0.1.5] - 2025-08-03 ### 🐛 Fixed diff --git a/README.md b/README.md index fe2b608..c26d315 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # CCNotify +[![Latest Release](https://img.shields.io/github/v/release/Helmi/ccnotify)](https://github.com/Helmi/ccnotify/releases/latest) +[![PyPI](https://img.shields.io/pypi/v/ccnotify)](https://pypi.org/project/ccnotify/) + ## Voice Notification System for Claude Code - 🗣️ Have your favourite Voide tell you what's up in Claude Code @@ -114,7 +117,7 @@ Customize how project names are pronounced by editing `~/.claude/ccnotify/replac ## Early Version Notice -This is v0.1.12 - an early release focused on core functionality. Features may change based on feedback. +This is an early release focused on core functionality. Features may change based on feedback. **Issues & Suggestions**: Please use [GitHub Issues](https://github.com/Helmi/ccnotify/issues) to report problems or suggest improvements.