Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

All notable user-facing changes to Snippy are documented here.

## [Unreleased]
## [1.1.0] — 2026-04-24

### Added
- App icon visible in Finder, app switcher, and right-click menus.

### Changed
- Removed in-app `⌘Q` shortcut to prevent accidental quit while typing; use right-click on the menu bar icon to quit instead.

### Fixed
- NSEvent monitor leaks in keyboard handlers that could degrade responsiveness over long sessions.

## [1.0.1] — 2026-03-26

Expand Down