Add Slider Component
Additions
- New slider component (#284): see documentation
- New
power_source_change
event that is fired on changes in the power source and makes less aggressive power state polling possible, as can be seen in the default config battery item. - Add more checks to verify validity of item name, position and type
- Add a
topmost
setting forpopup
s (#309) - Add
padding_left
andpadding_right
property to first level item properties (synchronized with the itemsbackground.padding_*
) - Search functionality in documentation curtesy of @tsironis (#310)
Fixes
- Fixes an unexpected behavior with
space
s and thedrawing
property (#307)
Changes
- Decouple the update frequency of
alias
andscript
by introducingalias.update_freq
Full Changelog: v2.12.3...v2.13.2