@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.0] - 2026-02-07
9+
10+ ### Added
11+
12+ - Cursor, Windsurf, and Zed editor support (detection, suppression, focus-on-click)
13+ - VS Code integrated terminal support (detection, suppression, focus-on-click)
14+ - System Events permission check during setup
15+ - Group notifications by repo using thread identifiers
16+ - ` --version ` flag and build-time version from VERSION file
17+ - Status header to doctor command
18+
19+ ### Changed
20+
21+ - Use Launch Services (` open -b ` ) instead of AppleScript for IDE editor focus — no Automation permission needed
22+ - Differentiate Cursor/Windsurf from VS Code via ` __CFBundleIdentifier ` env var
23+ - Only request Automation permission for iTerm2 and Terminal.app during setup
24+
25+ ### Fixed
26+
27+ - ` verifyTerminalPermissions ` using display name instead of AppleScript name for VS Code
28+ - Windsurf bundle ID corrected to ` com.exafunction.windsurf `
29+ - Reset script tolerates unregistered bundle IDs instead of aborting
30+
831## [ 1.5.0] - 2026-02-07
932
1033### Added
@@ -119,6 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119142- ` make install ` creates CLI symlink at ` ~/.local/bin/claude-notifier `
120143- PATH hint shown during install if needed
121144
145+ [ 1.6.0 ] : https://github.com/mlz11/ClaudeNotifier/releases/tag/v1.6.0
122146[ 1.5.0 ] : https://github.com/mlz11/ClaudeNotifier/releases/tag/v1.5.0
123147[ 1.4.1 ] : https://github.com/mlz11/ClaudeNotifier/releases/tag/v1.4.1
124148[ 1.4.0 ] : https://github.com/mlz11/ClaudeNotifier/releases/tag/v1.4.0
0 commit comments