Releases: BurntToasters/driverWeb
5.0.0 - Rewritten: Re-imagined.
DriverWeb V5
Welcome to the next MAJOR release of DriverWeb. A website and DB for common windows 10/11 drivers.
V5 is the biggest change in all of driverWeb / driverhub.win's history.
The entire UI has been re-written and gone is the old style of V1-V4. See below for all the major changes
- Homepage:
- The homepage now shows currently updated drivers from the driverWeb-data repo list.
- A new Recommendation Wizard has been added to select drivers with specific filters.
- A new search bar has been added that globally searches DriverWeb
- Major visual facelift and redesign using tailwindcss version 3.
- Graphics Drivers:
- The Graphics Drivers page has been fully redesigned to support filtering.
- Compare - Select multiple drivers to compare their versions!
- More driver details are now available due to driverWeb-data's 2.0 SCHEMA!
- And even more!
- API:
- The entire JSON schema has been updated from the original (now called v1) to V2. The driverWeb repo interacts with the driverWeb-data repo locally via npm with scripts in driverWeb that allow for easy CLI updating of driver lists and caches the changes in driverWeb and updates the changes in DriverWeb-data. The cached version in DriverWeb is only used if the site fails to communicate with github's API.
- Network/Audio:
Gone since V1, the network/audio page is back (kind of)- Current both pages serve common drivers that point to the windows catalog. This will change in the future.
There is probably a lot I forgot to add, but I'm hopefully you all will enjoy this big QOL release :)
If you're enjoying my projects, please consider ❤️Supporting Me!
As a side note, driverWeb is migrating from my rexxit.net project collective to rosie.run. This isn't a major change or anything mainly just the parent project name.
Full Changelog: v4.2.7...v5.0.0
4.2.7
4.2.5 - General Improvements
Changes
- Changed the github driver version urls to the new driverWeb-data repo.
4.2.4 - 📝 Hotfix
Changes
- ✅ Fixed incorrect
Updateddate on footer originating from theversionInfo.jsandversionInfo.jsonfiles.
4.2.3 - 📝Small Changes
Changes
- [➖] Removed the new update banner as all items and modules are now deemed stable.
4.2.2 - 🛠️ Bug Fixes
Changes
- Fixed issue with
/display/laptopnot having the previous hot-patch fix applied.
4.2.1 - 🩹 Hotfix
Changes
- Fixed a bug with the
/_global/filepath for the new js and css file location (now renamed to/global/)
4.2.0 - 📝Background improvements
Changes
- Completely re-structured the js and css file structure for all pages, to now point to one asset folder (
/_global/).- This makes development much more clear and concise as multiple of the same js and css files aren't spread around the codebase.
- ➖Removed the old
/assets/folder as it has been deprecated for a while in favor of external delivery.
4.1.0 - 📋File hashing
Whats new
- Added
SHA256SUMhashes to the newest released display drivers as of this date (and future releases)
4.0.0 - To new beginnings 🥂
✨ Revamped UI
DriverHub.win now has a fully overhauled UI! Completely re-written from the past V1, V2, and V3 UI's and features. An even smoother experience, better visuals, easier navigation, and some cool animated elements here and there 😎
🆕 New Features!
- Video drivers (Intel & Nvidia) are now stored as JSON files external to the project. This allows for way easier editing, additions, subtractions, revisions, etc without needing to directly update the site! You can see the list of JSONS' here
- Version info now pulls from a JSON file in this projects repo (so that it updates everywhere instead of being hard-coded)
- 🪞 A mirror site now exists for driverhub.win. Service issue? Unable to access driverhub.win? Try the mirror site!
- New site animations
- Consistency with the theme established on all main pages
More features to come in V4!
🛠️Fixed Issues
✅#2 - Some inconsistencies with elements in dark/light mode and when window size is changed
