In this release, we introduced the refactored OBS widget which includes a streaming toggle and additional UI elements for better stream management.
We also added a loader line animation that enhances the visual feedback during wifi data fetching, along with various improvements in the Power Menu widget including customizable popup options and user profile displays We improved DDC/CI monitor handling, fixed the battery widget to handle battery status better, and fullscreen detection is now fully switched to the Windows Events API. Full changelog below.
New Features
- add app_name label placeholder with friendly application name resolution 370a8fe
- enhance OBS widget with streaming support and additional UI elements a2004cf
- new loader line animation 58fa98e
- add update schema workflow 22a5564
- enhance user profile display and button configuration 777c916
- add popup menu configuration and user profile display ca7243f
- implement GPU worker d3a82bc
- enhance fullscreen handling and process exclusion e3ced1b
Bugfixes
- improve DDC/CI monitor handling and prevent resource leaks 3713bb6
- power menu button order fix 318f9db
Refactors
- move import of pyvda inside try-except block 4c50467
- move wifi fetch into a thread 3777270
- simplify update_app_bar method by removing scale_screen_height parameter 187c865
- update battery state handling to use is_charging 2514322
Documentation Changes
- new progress bar docs update dbed128
Chores
- update schema.json for v1.8.8 fafe689
- update default config files to support versions above 1.8.8 5ef83df
- update BUILD_VERSION to 1.8.9 6c06f98
Other Changes
- Merge pull request #697 by Video-Nomad from Video-Nomad/fix/wifi-winrt-thread afc8922
- Merge pull request #701 by Video-Nomad from Video-Nomad/fix/preserve-order-validation-mixin 877b1ff
- Merge pull request #694 by amnweb from amnweb/fix/brightness-ddc-ci-compatibility 15857a7
What's Changed
- refactor(wifi): move wifi fetch into a thread by @Video-Nomad in #697
- fix(validation): power menu button order fix by @Video-Nomad in #701
- fix(brightness): improve DDC/CI monitor handling and prevent resource leaks by @amnweb in #694
- refactor(battery): update battery state handling to use is_charging by @amnweb in #704
Full Changelog: v1.8.8...v1.8.9