1.10.0
Summary
This release focuses on improving NVIDIA GPU detection and simplifying the chwd
script. It also includes dependency updates.
Chores 🧹
- Dependency Updates: Updated project dependencies for better compatibility and performance.
- Simplified
get_profile
Function: Simplified theget_profile
function in thechwd
script, improving code readability and maintainability. (#138)
Bug Fixes 🐛
- NVIDIA GPU Detection: (#139)
- Removed PRIME profiles in favor of detection within hooks for more accurate detection of NVIDIA GPUs in PRIME setups.
- Added a script to dump PCI IDs for NVIDIA GPUs, including closed modules.
- Used dumped PCI IDs for older NVIDIA profiles instead of device name patterns, improving the accuracy of profile selection.
- Used the dumped list for closed modules instead of pattern matching for more reliable detection.
This changelog summarizes the key changes in this release. For a detailed view of all modifications, please refer to the full diff on GitHub.