From 9bdb1f40bfbb39b38d0024aa97e7f48afe5c95e8d91184e2c3db1ef46aa96975 Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Tue, 15 Oct 2024 00:10:10 +0000 Subject: [PATCH] - Version 2.1.1 * Removed --dbus-signals-enabled. DBus signals are now always enabled when --dbus-client is enabled. * Fix the active Preset icon display which was sometimes incorrect after DPMS-sleep or errors. * Fix a code regression when handling non-DDC-capable VDUs (fix status=-3020 exception). * The About-Window now includes counts of set_vcp/NVRAM-writes for each VDU. * Hovering over a VDU-name in the main-window reveals the write count for that VDU. * Minor changes to reduce unnecessary work and improve log messages. OBS-URL: https://build.opensuse.org/package/show/utilities/vdu_controls?expand=0&rev=36 --- vdu_controls-2.1.0.tar.gz | 3 --- vdu_controls-2.1.1.tar.gz | 3 +++ vdu_controls.changes | 12 ++++++++++++ vdu_controls.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 vdu_controls-2.1.0.tar.gz create mode 100644 vdu_controls-2.1.1.tar.gz diff --git a/vdu_controls-2.1.0.tar.gz b/vdu_controls-2.1.0.tar.gz deleted file mode 100644 index f7f524c..0000000 --- a/vdu_controls-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e7f08157bb17449200f2a0ed6806e95432987c4be998cd0dc92705665c2f63 -size 3248163 diff --git a/vdu_controls-2.1.1.tar.gz b/vdu_controls-2.1.1.tar.gz new file mode 100644 index 0000000..549f909 --- /dev/null +++ b/vdu_controls-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9831cf143826769b7256d536fed0b2c3d8572270dab9c39a3a0e0bdded2288ac +size 3249206 diff --git a/vdu_controls.changes b/vdu_controls.changes index 86e94bb..90c7048 100644 --- a/vdu_controls.changes +++ b/vdu_controls.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Oct 13 23:42:30 UTC 2024 - Michael Hamilton + +- Version 2.1.1 + * Removed --dbus-signals-enabled. DBus signals are now always enabled when --dbus-client + is enabled. + * Fix the active Preset icon display which was sometimes incorrect after DPMS-sleep or errors. + * Fix a code regression when handling non-DDC-capable VDUs (fix status=-3020 exception). + * The About-Window now includes counts of set_vcp/NVRAM-writes for each VDU. + * Hovering over a VDU-name in the main-window reveals the write count for that VDU. + * Minor changes to reduce unnecessary work and improve log messages. + ------------------------------------------------------------------- Sat Sep 28 00:53:40 UTC 2024 - Michael Hamilton diff --git a/vdu_controls.spec b/vdu_controls.spec index 2a55298..7076e9d 100644 --- a/vdu_controls.spec +++ b/vdu_controls.spec @@ -18,7 +18,7 @@ Name: vdu_controls -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Visual Display Unit virtual control panel License: GPL-3.0-or-later