🚀 Release: v2026.07.0008
🆕 What's New
Configurable Credits Screen
The credits screen is now fully dynamic and loaded from external configuration files:
-
External configuration files:
intel-wifi-bt-credits.txt— Contains the main credits content (support options, project impact, career opportunities)intel-wifi-bt-ads.txt— Contains promotional links (A-E keys)
-
External files:
intel-chipset-infs-credits.txt(content) andintel-chipset-infs-ads.txt(promotional links) -
Interactive keyboard shortcuts: Keys
1-5(support links),A-E(promotional links),L(LinkedIn) -
Easy customization: Update the text files to change content without modifying the script
-
Backward compatibility — Falls back to
intel-wifi-bt-message.txtif the new credits file is missing, ensuring older installations continue to work.
Code Quality Improvements
- All comments converted to English — For better maintainability and consistency across the project.
- Version bumped to
2026.07.0008
📋 Release Files
universal-intel-wifi-bt-driver-updater.ps1— Main updater script (v2026.07.0008)WiFi-BT-Updater-2026.07.0008-Win10-Win11.exe— Self-extracting package (includes updated script)universal-intel-wifi-bt-driver-updater-2026.07.0008-ps1.sha256— SHA256 checksum for the scriptintel-wifi-bt-credits.txt— Credits screen content (NEW)intel-wifi-bt-ads.txt— Promotional links (NEW)
🔧 Compatibility
- Backward compatible — Falls back to
intel-wifi-bt-message.txtif new files are not found. - No changes to driver databases — The same
intel-wifi-driver-latest.md,intel-bt-driver-latest.md, and versioned.txtfiles are used. - No changes to detection logic — Wi-Fi and Bluetooth device detection remains unchanged.
📝 Notes for Users
- Credits Screen Configuration — To customize the credits screen, edit the
intel-wifi-bt-credits.txtandintel-wifi-bt-ads.txtfiles in thedata/directory. No script modifications are required. - Existing users — The script will continue to work with the old
intel-wifi-bt-message.txtfile as a fallback.