Skip to content

Commit ffb4abc

Browse files
committed
Update changelog for v1.1.0
1 parent 14e3545 commit ffb4abc

File tree

3 files changed

+21
-114
lines changed

3 files changed

+21
-114
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.0.0/),
66
and 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

frames/player/hotkey_manager.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)