Changes
3 changed files (+18/-2)
-
-
@@ -18,6 +18,22 @@ SPDX-License-Identifier: Apache-2.0# Changelog ## 1.2.0 - 2026-01-20 This release focuses on enchancing customization / personalization. ### New Features - Added "Default category" option under "General" section. You can now set the category selected on app starts. - Added "Hide window titlebar" option under "Appearance" section. It hides window title and window control buttons. - Added "Use fixed UDP port" option under "Server Discovery". Use this option if you need to fix UDP port to cope with network firewall. ### Improvements - Reorganized preference dialog content and use common terminologies. It now has "General", "Appearance", "Keyboard Navigation" and "Server Discovery" sections. - App menu is now available on server discovery window too. - Fix SVG icon file location does not follow freedesktop.org's Icon Theme Specification. It's now in `scalable` subdirectory and `16x16` subdirectory contains 16x16 PNG icon file. ## 1.1.0 - 2026-01-18 This release adds search functionality and improves keyboard navigation.
-
-
-
@@ -15,7 +15,7 @@// SPDX-License-Identifier: Apache-2.0 .{ .name = .plac_gtk, .version = "1.1.0", .version = "1.2.0", .fingerprint = 0xd79b7f79b5956281, .minimum_zig_version = "0.15.0", .dependencies = .{},
-
-
-
@@ -33,7 +33,7 @@}: stdenvNoCC.mkDerivation { pname = "plac-gtk-adwaita"; version = "1.1.0"; version = "1.2.0"; src = with lib.fileset; toSource {
-