Skip to content

Releases: ElPumpo/TinyNvidiaUpdateChecker

TinyNvidiaUpdateChecker v1.14.1

15 May 18:14
c53e65e

Choose a tag to compare

[1.14.1] - 2020-05-15

Fixed

  • Not launching extracted drivers when using minimal installer

TinyNvidiaUpdateChecker v1.14.0

15 May 17:57
2529051

Choose a tag to compare

[1.14.0] - 2020-05-15

I am back, sorry for being inactive the past years. I've been very busy with GTA related projects for years until recently where I got dropped out, and now focusing on my own side projects. I hope you all enjoy this new version!

Added

  • Download selection form, you can now select the download server. Hopefully this resolves issues with slow downloads
  • Compare HAP versions, making sure downloaded one is the correct one (which also prevents further errors)
  • We now run the NVIDIA installer with the /noreboot if the application is running quiet to prevent random reboots
  • Support for DCH drivers thanks to Osspial

Changed

  • Updated HAP to v1.11.23
  • Download size in bytes are now properly grouped
  • Use string interpolation where available
  • Minor code improvements
  • Improved tooltips on the driver dialog
  • Disabled keyboard shortcuts in driver dialog

Fixed

  • Missing icon files for the forms
  • Minor typo
  • You can no longer navigate to other websites from the release description
  • Driver installer no longer hardcoded to run quiet if minimal installer is used
  • Replaced /noeula argument with /nosplash argument when minimal installer isn't used, which caused Gf Experience to install

TinyNvidiaUpdateChecker v1.13.0

06 Jun 10:13
27ca68e

Choose a tag to compare

[1.13.0] - 2018-06-06

Added

  • QuickEdit is now disabled, no more accidentally stalling the application

Changed

  • Minor message when hash doesn't match
  • Updated HAP to v1.8.4

Fixed

  • Minimal installer not extracting new required EULA files #41 - thanks cywq

TinyNvidiaUpdateChecker v1.12.0

09 Mar 11:19

Choose a tag to compare

[1.12.0] - 2018-03-09

Added

  • Implemented checks for the MD5 hash for the HAP dll file. This is to make so that people don't use a wrong version of HAP, since TNUC only previously checkes for the file name. Now we are also checking the hash which means that we are comparing the entire file. This should fix all the dll hell trouble, sorry for the late fix :/

Changed

  • Moved class files
  • Updated HAP to v1.7.1

Fixed

  • An issue where the file is still being used by TNUC after the drivers have been downloaded. This was the cause of #26, thanks a lot https://github.com/indivisible for fixing the issue, credits to him!

TinyNvidiaUpdateChecker v1.11.0

09 Feb 12:33
17ee1a8

Choose a tag to compare

[1.11.0] - 2018-02-09

Added

  • --ignore-missing-gpu argument, will ignore the fact that no compatible gpu were found

Changed

  • Tool tips in the driver dialog
  • Updated legal message

Fixed

  • Possible fix for 7-Zip extraction error
  • Fixed update checker by updating to .NET 4.6.1 and HAP v1.6.16, thanks @dragondaud

TinyNvidiaUpdateChecker v1.10.0

24 Oct 19:05

Choose a tag to compare

[1.10.0] - 2017-10-24

Added

  • Implemented a much better dialog for chosing directory
  • Support for alternative locations for 7-Zip (Scoop, x86 install on amd64 systems, MSI installer and last resort)
  • Check against vendor ID if the gpu drivers aren't installed
  • Missing text

Fixed

  • Driver installer always run quietly, now only skipping eula
  • Tiny text on none dpi-displays in the driver dialog

TinyNvidiaUpdateChecker v1.9.0

25 Sep 20:22

Choose a tag to compare

[1.9.0] - 2017-09-25

Added

  • New fancy dialog when a new driver is available, with a much better GUI solution and better release notes preview
  • Support for 7-Zip, and an improved libary handling system
  • --confirm-dl argument. It will automaticly download and install new drivers! (uses minimal installer)
  • --config-here argument. It uses the working directory as the path for the config
  • Implemented check for driver file size

Changed

  • Updated HtmlAgilityPack to the latest version
  • Replaced the GPU Type system with now assuming the type depending on the gpu name
  • Changed back to the correct folder browser dialog
  • A lot of cleanup (yet again) and refactoring
  • Code improvements

Removed

  • You no longer have to select your gpu

TinyNvidiaUpdateChecker v1.8.0

28 Jun 15:59

Choose a tag to compare

[1.8.0] - 2017-06-28

Added

  • Inform user to select a empty folder if using the minimal installer.
  • Automatic download of HtmlAgilityPack.dll if not found.
  • Network connection check.
  • GUI progress bar that shows up upon the driver download, if the user has selected the quiet mode.

Changed

  • Went back to using the SaveFileDialog.
  • Method renames to match CA1709.
  • A lot of cleanup.

TinyNvidiaUpdateChecker v1.7.0

29 Apr 10:54

Choose a tag to compare

[1.7.0] - 2017-04-29

Added

  • Added hiding un-supported GPUs in the SelectGPU form which is enabled by default.
  • Option to create a minimal installer of the drivers, so we don't install telemetry and other things we don't need. Requires WinRAR for now.
  • No longer downloads driver if it exists.

Changed

  • Improved the driver description fetcher and the download message box.
  • Now following the CA1709 standard by Microsoft, and "migrated" to VS2017.
  • Minor changes.

Removed

  • CTRL-C is no longer ignored.

TinyNvidiaUpdateChecker v1.6.0

03 Feb 09:13

Choose a tag to compare

  • Hotfix: fixed the executable

[1.6.0] - 2017-02-03

Added

  • Added fetching driver description.
  • Added a new way to fetch current GPU version, by getting the GPU information provided by Win32_VideoController. No longer based on files which is a improvement.
    GPU Select

Fixed

  • Fixed a bug where the config wasn't set correctly in the development enviroment.
  • Fixed the date fetched from the NVIDIA servers, with a improved system.