Skip to content

1.11.0

Latest
Compare
Choose a tag to compare
@vnepogodin vnepogodin released this 07 Dec 17:41
· 11 commits to master since this release
3b288ba

Summary

This release of chwd focuses on improving error handling and logging, and adjusting VAAPI driver dependencies within profiles. It also includes dependency updates and a fix for provider package detection.

Bug Fixes 🐛

  • Incorrect Provider Package Detection: Fixed an issue where chwd would incorrectly identify provider packages as installed packages, leading to potential conflicts. (#144)
  • Missing VAAPI Drivers on Handhelds and Desktops: Resolved a problem where VAAPI drivers were not correctly installed due to changes in mesa packaging. Most VAAPI drivers are now included in the mesa package, and the profiles have been updated accordingly. (#142)

Chores 🧹

  • Improved Error Logging During Hooks: Enhanced error logging during hook calls to provide more informative error messages, facilitating debugging and troubleshooting. (#144)
  • Dependency Updates: Updated project dependencies.
  • Standardized Hook Names: Improved consistency by switching to dot notation for hook names.

This changelog summarizes the key changes in this release. For a detailed view of all modifications, please refer to the full diff on GitHub.