6.1.0-rc1
Added
- Complete custom hotkey management system
- Interactive settings interface for customizing all hotkeys
- Search and filter functionality to quickly find specific hotkeys
- Individual reset buttons to restore default values per hotkey
- Visual feedback for key combination editing
- Conflict detection to prevent duplicate key assignments
- Clean, minimal UI design with keyboard accessibility
changed
- Added support for setting volume to API & mpris
- Added support for seeking (both absolute and relative) to API & mpris
- Settings panel got a fresh new update thanks to BlueManCZ
- Animations added to certain elements to improve user experience
- Migrated from ESLint, Prettier, and Stylelint to Biome for unified code formatting and linting
- Centralized application exit handling with unified
gracefulExit()function
dev-changes
- Removed pull-requests release build when targeting master
- Consolidated MPRIS service architecture by merging handler logic into main service
- This makes the renderer much lighter again
- Reorganized MPRIS utilities from
utility/mpris.tstofeatures/mpris/mprisUtils.tsfor better code organization - Enabled contextIsolation