Changes
3 changed files (+11/-2)
-
-
@@ -18,6 +18,15 @@ SPDX-License-Identifier: Apache-2.0# Changelog ## 1.3.1 - 2026-04-28 This release fixes usability problems on screen readers and keyboard navigation. ### Fixes - Fixed a screen reader not announcing a label of playback button (e.g., play / pause, go to next track.) - Closes category panel on selection under narrow viewport when "Focus browse items on load" option is enabled, to prevent a situation where the focus goes behind the top-most modal widget and you can't close the modal with <kbd>Esc</kbd>. ## 1.3.0 - 2026-02-24 This release adds traditional stop button and improves keyboard usability.
-
-
-
@@ -15,7 +15,7 @@// SPDX-License-Identifier: Apache-2.0 .{ .name = .plac_gtk, .version = "1.3.0", .version = "1.3.1", .fingerprint = 0xd79b7f79b5956281, .minimum_zig_version = "0.15.0", .dependencies = .{},
-
-
-
@@ -33,7 +33,7 @@}: stdenvNoCC.mkDerivation { pname = "plac-gtk-adwaita"; version = "1.3.0"; version = "1.3.1"; src = with lib.fileset; toSource {
-