Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Releases: Aetopia/NVIDIA-Driver-Downloader

NVIDIA Driver Downloader v1.4.0

04 Aug 12:56
Compare
Choose a tag to compare
  1. Quadro Card Support!
  2. Slightly more debloating support added!
  3. NVIDIA Control Panel Installation! (No MS Store required! | Refer to the wiki for more details.)
  4. HWID Detection! (Its faster than any of the previous implementations!)
  5. Prefetch all files and dump to disk. (Faster to reuse.)

Full Changelog: v1.3.4.3...v1.4.0

NVIDIA Driver Downloader v1.4.0 Pre-Release 7

29 Jul 17:31
Compare
Choose a tag to compare
  1. Install the UWP Control Panel unpacked! (This means you don't need the MS Store for the Control Panel.)

    1. Install the CPL unpacked.
    2. Creates a shortcut in your start menu.
      Use the --nvcpl argument.
  2. Use winreg to fetch HWIDs.

  3. Code Cleanup.

Full Changelog: v1.4.0-pre-6...v1.4.0-pre-7

NVIDIA Driver Downloader v1.4.0 Pre-Release 6

21 Jul 17:54
Compare
Choose a tag to compare

Enforce UTF-8 for dumped files.

Full Changelog: v1.4.0-pre-5...v1.4.0-pre-6

NVIDIA Driver Downloader v1.4.0 Pre-Release 5

19 Jul 18:08
Compare
Choose a tag to compare
  1. Make all instances of exit() as Exceptions.
  2. Prefetch files for NVIDIA GPU list and PCIIDs and dump them to disk.
  3. Fetch the latest 7-Zip console executable, faster than searching for a 7-Zip installation.

Full Changelog: v1.4.0-pre-4...v1.4.0-pre-5

NVIDIA Driver Downloader v1.4.0 Pre-Release 4

16 Jul 12:09
Compare
Choose a tag to compare

Version parsing is now offloaded to the get_driver_versions function.
This should hopefully fix any driver updating and downloading functions when dealing with Quadro Cards.

Full Changelog: v1.4.0-pre-3...v1.4.0-pre-4

NVIDIA Driver Downloader v1.4.0 Pre-Release 3

16 Jul 08:01
Compare
Choose a tag to compare
  1. Add Dynamic Download Links.
  2. Dedicated download link generation function.

Full Changelog: v1.4.0-pre-2...v1.4.0-pre-3

NVIDIA Driver Downloader v1.4.0 Pre-Release 2

15 Jul 12:23
Compare
Choose a tag to compare
  1. Added Quadro Card Support. (Basic Detection.)

  2. Added an error message, incase an uncatchable expection is encountered.

    Check out the log and traceback files for more details.
    Log: "%TEMP%\nvddl.log"
    Traceback: "%TEMP%\nvddl_traceback.txt"
    

Full Changelog: v1.4.0-pre-1...v1.4.0-pre-2

NVIDIA Driver Downloader v1.4.0 Pre-Release 1

09 Jul 12:38
Compare
Choose a tag to compare
  1. Switched to HWID Detection.
  2. Added additional debloating for an extracted driver package. (Setting certain values within Presentations.cfg to "".)
  3. Added Links for Quadro Cards. (Refer #7 for more details.)

NOTE: This is a pre-release build, meaning it is likely buggy and not ready for production use!

Full Changelog: v1.3.4.3...v1.4.0-pre-1

NVIDIA Driver Downloader v1.3.4.3

30 Jun 15:59
Compare
Choose a tag to compare
  1. NVDDL should download the correct type for the correct system type.
    (Basically laptop drivers being downloaded for desktops and desktop drivers being downloaded for laptops.)

  2. Added a logging system for better debugging. (This will allow to see how NVDDL exactly NVDDL is working or behaving.)

  3. Added a traceback file which generates when an uncatchable exception occurs.

  4. Removed fallback mode for HWID Detection.

Both traceback and log files can be accessed using:
notepad "%temp%\nvddl.log"
notepad "%temp%\nvddl_traceback.txt"

Full Changelog: v1.3.4.2...v1.3.4.3

NVIDIA Driver Downloader v1.3.4.2

21 Jun 01:59
66d8ea6
Compare
Choose a tag to compare
  1. Use winreg for fetching data from the Windows Registry.
  2. Small Tweaks.
  3. Reformatted + Restructured Source Code.

Full Changelog: v1.3.4.1...v1.3.4.2