Skip to content

Releases: BurntToasters/driverWeb

v6.0.0-rc1

v6.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@BurntToasters BurntToasters released this 01 Jul 01:50

This RC is published before a change to the darkmode UI in-case I want to rollback to this one for the v6 release.

What's Changed

Full Changelog: v5.0.1...v6.0.0-rc1

5.0.2

Choose a tag to compare

@BurntToasters BurntToasters released this 13 Apr 22:47
97ac320

Hello everyone! Just here with a quick patch:

  • CSP: Fixed Content Security Policy being too strict and refusing to load some external assets.

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: v5.0.1...v5.0.2

5.0.1

Choose a tag to compare

@BurntToasters BurntToasters released this 13 Apr 22:42
e3f08d0

Hello everyone! Just here with a quick patch:

  • Caching: Changed cache rules: cache nothing; tell browser to grab everything as new on every visit (keeps things fresh).
  • 5 Server: Moved from the LiveServer VS code extension to 5 Server for URL rewrites when testing. Added support.
  • Version Info: Removed version info JSON retrieval blocker in versionInfo.js (I forgot to remove the blocker after v5 went from beta to stable).

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: v5.0.0...v5.0.1

5.0.0 - Rewritten: Re-imagined.

Choose a tag to compare

@BurntToasters BurntToasters released this 12 Mar 02:06
047cfc0

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

Choose a tag to compare

@BurntToasters BurntToasters released this 18 Oct 00:23

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

Choose a tag to compare

@BurntToasters BurntToasters released this 29 Sep 01:47

Changes

4.2.4 - 📝 Hotfix

Choose a tag to compare

@BurntToasters BurntToasters released this 16 Sep 17:32

Changes

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

4.2.3 - 📝Small Changes

Choose a tag to compare

@BurntToasters BurntToasters released this 15 Sep 22:13

Changes

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

4.2.2 - 🛠️ Bug Fixes

Choose a tag to compare

@BurntToasters BurntToasters released this 07 Aug 03:40

Changes

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

4.2.1 - 🩹 Hotfix

Choose a tag to compare

@BurntToasters BurntToasters released this 25 Jul 20:19

Changes

  • Fixed a bug with the /_global/ filepath for the new js and css file location (now renamed to /global/)