- Hybrid will no longer start a loop dedicated for Cava if there's no Cava widgets available
- Cava closing unexpectedly won't crash Hybrid, but rather just disable the widgets functionalities
- You can now add tooltips to labels using
"tooltip": "Something"
- Supports markup as well - Labels with no command set now support markup
- You can now customize the amount of bars to be displayed with Cava using
hybrid
->cava_bars
(i32) - You can now customize the framerate at which Cava is pushing block updates at using
hybrid
->cava_framerate
(i32) - Tons of refactoring
- Fixed a bug where Hybrid would crash without Cava installed