Changes
3 changed files (+13/-2)
-
-
@@ -18,6 +18,17 @@ SPDX-License-Identifier: Apache-2.0# Changelog ## 1.3.0 - 2026-02-24 This release adds traditional stop button and improves keyboard usability. ### New Features - Added "Show stop button" option under "Appearance" section. Stop button pauses playback, seeks playback to 00:00, and releases audio device immediately. - Added "Keyboard Shortcuts" to application menu. This release contains 11 available actions. Focus actions improves usability of elements that require pressing <kbd><samp>Tab</samp></kbd> many times. - Added "Disable changing sensitivity before and after API calls" option under "Keyboard Navigation" section. Turning on this option lets Plac retain keyboard focus before/after actions that triggers a network request. (e.g., play, pause, select browse item) - Added "Seekbar step size" and "Seekbar jump size" options under "Keyboard Navigation" section. Each modifies seconds to wind when you press an arrow key and <kbd><samp>Control</samp></kbd> + an arrow key respectively. ## 1.2.0 - 2026-01-20 This release focuses on enchancing customization / personalization.
-
-
-
@@ -15,7 +15,7 @@// SPDX-License-Identifier: Apache-2.0 .{ .name = .plac_gtk, .version = "1.2.0", .version = "1.3.0", .fingerprint = 0xd79b7f79b5956281, .minimum_zig_version = "0.15.0", .dependencies = .{},
-
-
-
@@ -33,7 +33,7 @@}: stdenvNoCC.mkDerivation { pname = "plac-gtk-adwaita"; version = "1.2.0"; version = "1.3.0"; src = with lib.fileset; toSource {
-