Skip to content

Releases: BurntToasters/driverWeb

5.0.0 - Rewritten: Re-imagined.

12 Mar 02:06
047cfc0

Choose a tag to compare

DriverWeb V5

drvrv5

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

18 Oct 00:23

Choose a tag to compare

Whats changed

  • Minor code improvements.

Fixed Issues

  • ✅(#3) Website flashes from lightmode to darkmode if users have dark mode enabled.

4.2.5 - General Improvements

29 Sep 01:47

Choose a tag to compare

Changes

4.2.4 - 📝 Hotfix

16 Sep 17:32

Choose a tag to compare

Changes

  • ✅ Fixed incorrect Updated date on footer originating from the versionInfo.js and versionInfo.json files.

4.2.3 - 📝Small Changes

15 Sep 22:13

Choose a tag to compare

Changes

  • [➖] Removed the new update banner as all items and modules are now deemed stable.

4.2.2 - 🛠️ Bug Fixes

07 Aug 03:40

Choose a tag to compare

Changes

  • Fixed issue with /display/laptop not having the previous hot-patch fix applied.

4.2.1 - 🩹 Hotfix

25 Jul 20:19

Choose a tag to compare

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

25 Jul 20:13

Choose a tag to compare

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

24 Jul 06:31

Choose a tag to compare

Whats new

  • Added SHA256SUM hashes to the newest released display drivers as of this date (and future releases)

4.0.0 - To new beginnings 🥂

20 Jul 07:07

Choose a tag to compare

✨ 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