File tree Expand file tree Collapse file tree 3 files changed +21
-114
lines changed
Expand file tree Collapse file tree 3 files changed +21
-114
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ 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.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.0] - 2025-12-10
9+
10+ ### Added
11+ - ** Shift+Delete Support:** Use ` Shift + Delete ` to permanently delete files from your computer (with confirmation).
12+ - ** Copy Time:** Added ` Ctrl+I ` shortcut to copy the current playback time to the system clipboard.
13+ - ** Safety Improvements:** Added warning sounds to critical confirmation dialogs (Delete, Clear Library, etc.).
14+
15+ ### Changed
16+ - ** Dialog Behavior:** Confirmation dialogs now default to "Yes" for faster workflow (standard Windows behavior).
17+ - ** Shortcuts List:** Updated the help dialog with missing shortcuts (Paste, Properties, etc.) and clearer descriptions.
18+ - ** Time Announcements:** Time is now announced in natural language (e.g., "5 minutes remaining") instead of raw numbers.
19+
20+ ### Fixed
21+ - Fixed an issue where tracks might be announced twice or not at all depending on window focus.
22+ - ** Background File Announcement:** Filenames are now announced when changing tracks even if the player is minimized (respects verbosity settings).
23+ - Improved stability of global media keys (Play/Pause/Next) to prevent crashes.
24+
25+ ### Removed
26+ - Removed the behavior where holding ` Shift ` bypassed delete confirmations (replaced with standard ` Shift+Delete ` ).
27+
828## [ 1.0.0] - 2025-12-06
929
1030### Added
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments