From 7fa38e042545932537b3160854068f79b89f52aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Andr=C3=A9=20R=C3=B8nsen?= Date: Tue, 5 May 2026 05:17:07 +0200 Subject: [PATCH] night-shift(changelog): add v1.1 entries for app icon and stability fixes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccf8ef..3661bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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