github ppkantorski/Ultrahand-Overlay v1.7.8
Ultrahand Overlay 1.7.8

latest releases: v2.1.7, v2.1.6, v2.1.5...
13 months ago

List of changes:

  1. Fix for display underscanning in libtesla.
    • Overlays will need to be rebuilt with this fix for them to also have no issues with display underscan. (see Edizon as an example)
  2. New command expansion for backlight called backlight auto (which takes parameter on / off) for controlling the auto screen brightness feature.
    • backlight auto on will turn on the auto brightness feature.
    • backlight auto off will turn off the auto brightness feature.
    • Example toggle:
    [Auto Brightness]
    ;mode=toggle
    on:
    backlight auto on
    off:
    backlight auto off
    
  3. New placeholder function math to resolve mathematical expressions.
    • Called {math(MATH_EXPRESSION)} where MATH_EXPRESSION is a mathematical expression like 1+1, (5+4)/9, etc.
    • Can also be called {math(MATH_EXPRESSION, true)} where true forces the output to always be an integer.
    • Users can use +, -, /, *, % as well as brackets ( and ) within their mathematical expressions.
  4. New placeholder function random to generate a random integer.
    • Called {random(START_VALUE,END_VALUE)}.
  5. New placeholder function length to compute the length of a provided string.
    • Called {length(STRING)}.
    • Any white spaces on the left and right of the string will be trimmed.
  6. Placeholder replacement order of operations fix.
    • Users can use nested placeholders called in any sequence now.
  7. Removal of old progress animation UI setting.
    • Mostly unused, and a bit out dated in terms of design preferences. I think it is better for now to remove this feature.
  8. Bug fix for touch with trackbars.
    • Issue was that sliding to the left of the slidable area caused the value to become the max value for the slider.
    • This should no longer be an issue.
  9. Various subtle UI tweaks.

Full Changelog: 73b10bd...v1.7.8

Update:

  • Placeholder replacement bug fix. - 09/30/2024 3:06 AM PST

Full Changelog: v1.7.8...aabb4e7

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.