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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable user-facing changes to Snippy are documented here.

## [Unreleased]

## [1.1] — 2026-04-24

### Added
- App icon — Snippy now displays a proper application icon in the Finder, Dock (on drag), and About dialog instead of a generic blank.

### Changed
- Removed the in-app `⌘Q` keyboard shortcut to prevent accidental quits while typing. Quit Snippy via right-click on the menu bar icon instead.

### Fixed
- Image-heavy snippet lists no longer cause jank when scrolling — decoded images are now cached in memory after the first load.
- The click-outside-to-dismiss listener now only runs while the panel is visible, eliminating unnecessary background event processing.

## [1.0.1] — 2026-03-26

### Changed
Expand Down