Releases: BurntToasters/driverWeb
5.0.2
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
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
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
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.
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.
