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 themesa
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.