List of changes:
- 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)
- New command expansion for
backlightcalledbacklight auto(which takes parameteron/off) for controlling theauto screen brightnessfeature.backlight auto onwill turn on the auto brightness feature.backlight auto offwill turn off the auto brightness feature.- Example toggle:
[Auto Brightness] ;mode=toggle on: backlight auto on off: backlight auto off - New placeholder function
mathto resolve mathematical expressions.- Called
{math(MATH_EXPRESSION)}whereMATH_EXPRESSIONis a mathematical expression like1+1,(5+4)/9, etc. - Can also be called
{math(MATH_EXPRESSION, true)}wheretrueforces the output to always be an integer. - Users can use
+,-,/,*,%as well as brackets(and)within their mathematical expressions.
- Called
- New placeholder function
randomto generate a random integer.- Called
{random(START_VALUE,END_VALUE)}.
- Called
- New placeholder function
lengthto compute the length of a provided string.- Called
{length(STRING)}. - Any white spaces on the left and right of the string will be trimmed.
- Called
- Placeholder replacement order of operations fix.
- Users can use nested placeholders called in any sequence now.
- Removal of old
progress animationUI setting.- Mostly unused, and a bit out dated in terms of design preferences. I think it is better for now to remove this feature.
- 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.
- 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