Skip to content

Commit 1797e8a

Browse files
committed
chore: update changelog for v1.6.0
1 parent 43d7d22 commit 1797e8a

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

0 commit comments

Comments
 (0)