From 7ba4d6b3673d3c06c979109646e22062c4b1e5988442fdaf0b2375292c6a4f23 Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Sat, 13 Apr 2024 02:18:58 +0000 Subject: [PATCH] Accepting request 1167503 from home:mchnz:branches:utilities - Version 2.0.2 * Added a *refresh* annotation suffix for use with VCP-codes which cause multiple changes. * Make manual adjustment of the ambient Light Level more accurate and responsive. * Updates are sent to the VDU as sliders are dragged (rather than only on release). * Fix exception on monitors that return invalid/unexpected combo-box VCP values. * Fix exception on monitors with blank VCP value descriptions. * When refresh is pressed, only auto adjust ambient brightness if auto-brightness is enabled. * Don't automatically refresh on error, eliminate popup dialog loops. * Eliminate deadlocks when exceptions occur. * Cleanup the initialisation of the ddcutil-service connection. * Add more caveats and limitations to the documentation. * Fix manual ambient light slider when light meter is uninitialized. * Promote Simple-Non-Continuous values whose metadata exceeds one-byte to two-byte Complex-NC. OBS-URL: https://build.opensuse.org/request/show/1167503 OBS-URL: https://build.opensuse.org/package/show/utilities/vdu_controls?expand=0&rev=28 --- vdu_controls-2.0.1.tar.gz | 3 --- vdu_controls-2.0.2.tar.gz | 3 +++ vdu_controls.changes | 17 +++++++++++++++++ vdu_controls.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 vdu_controls-2.0.1.tar.gz create mode 100644 vdu_controls-2.0.2.tar.gz diff --git a/vdu_controls-2.0.1.tar.gz b/vdu_controls-2.0.1.tar.gz deleted file mode 100644 index 27a0117..0000000 --- a/vdu_controls-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d20c3aba2eda09c2f39ffd6538fd142611178588ec9f31ccdacf248b796c9e73 -size 3233664 diff --git a/vdu_controls-2.0.2.tar.gz b/vdu_controls-2.0.2.tar.gz new file mode 100644 index 0000000..db0ab7d --- /dev/null +++ b/vdu_controls-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67022aa7c33714546d29367ceb7749c4ea3f4035d33d8e7fd099ec7b4e395ce +size 3238151 diff --git a/vdu_controls.changes b/vdu_controls.changes index f4bf2c5..2bd8288 100644 --- a/vdu_controls.changes +++ b/vdu_controls.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Apr 13 02:01:37 UTC 2024 - Michael Hamilton + +- Version 2.0.2 + * Added a *refresh* annotation suffix for use with VCP-codes which cause multiple changes. + * Make manual adjustment of the ambient Light Level more accurate and responsive. + * Updates are sent to the VDU as sliders are dragged (rather than only on release). + * Fix exception on monitors that return invalid/unexpected combo-box VCP values. + * Fix exception on monitors with blank VCP value descriptions. + * When refresh is pressed, only auto adjust ambient brightness if auto-brightness is enabled. + * Don't automatically refresh on error, eliminate popup dialog loops. + * Eliminate deadlocks when exceptions occur. + * Cleanup the initialisation of the ddcutil-service connection. + * Add more caveats and limitations to the documentation. + * Fix manual ambient light slider when light meter is uninitialized. + * Promote Simple-Non-Continuous values whose metadata exceeds one-byte to two-byte Complex-NC. + ------------------------------------------------------------------- Tue Feb 27 21:11:53 UTC 2024 - Michael Hamilton diff --git a/vdu_controls.spec b/vdu_controls.spec index 180e56e..d42a8fc 100644 --- a/vdu_controls.spec +++ b/vdu_controls.spec @@ -18,7 +18,7 @@ Name: vdu_controls -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Visual Display Unit virtual control panel License: GPL-3.0-or-later