From cae731f3a0379a09f12e275b45e855b786398b54 Mon Sep 17 00:00:00 2001 From: digitaltrails Date: Fri, 26 May 2023 13:33:15 +1200 Subject: [PATCH] Improve auto-lux/preset tray icon interaction. --- README.md | 6 +++--- vdu_controls.changes | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d8047f..9370dbd 100644 --- a/README.md +++ b/README.md @@ -211,11 +211,11 @@ Version History --------------- * 1.10.2 * Fix Preset non-zero transition-step-seconds, so it works properly. - * Changes to log-to-syslog and log-debug-enabled no longer require a restart. + * Changing log-to-syslog or log-debug-enabled no longer requires a restart. * Fix Lux Auto menu icon when starting with Auto disabled. * Use the progress bar area on the main panel for status messages. - * Relax constraints on interpolating brightness when auto light metering. - * Improve auto-lux/preset tray icon interaction. + * Make auto brightness behave more predictably by removing unnecessary constraints on interpolation. + * Improve auto-lux/preset tray icon interaction - better reflect actions and current state. * 1.10.1 * Restore lux meter displayed-value when restoring LuxDialog window. * Minor fixes to reduce and improve displayed and logged messages. diff --git a/vdu_controls.changes b/vdu_controls.changes index df48802..0ab2902 100644 --- a/vdu_controls.changes +++ b/vdu_controls.changes @@ -3,11 +3,11 @@ Thu 11 May 2023 23:56:00 UTC - Michael Hamilton - Version 1.10.2 * Fix Preset non-zero transition-step-seconds, so it works properly. - * Changes to log-to-syslog and log-debug-enabled no longer require a restart. + * Changing log-to-syslog or log-debug-enabled no longer requires a restart. * Fix Lux Auto menu icon when starting with Auto disabled. * Use the progress bar area on the main panel for status messages. - * Relax constraints on interpolating brightness when auto light metering. - * Improve auto-lux/preset tray icon interaction. + * Make auto brightness behave more predictably by removing unnecessary constraints on interpolation. + * Improve auto-lux/preset tray icon interaction, better reflect actions and current state. ------------------------------------------------------------------- Thu 04 May 2023 07:44:00 UTC - Michael Hamilton