Skip to content

Releases: ElPumpo/TinyNvidiaUpdateChecker

TinyNvidiaUpdateChecker v1.22.1

05 Jun 20:33

Choose a tag to compare

[1.22.1] - 2025-06-05

Added

  • Developed release notes for experimental GPU metadata repo

Fixed

  • Release notes not deleting images and links

Security

  • The release notes are now sanitized, as a security measure

TinyNvidiaUpdateChecker v1.22.0

25 May 11:55

Choose a tag to compare

[1.22.0] - 2025-05-25

Added

  • Experimental method to retrieve GPU metadata. This fixes all problems associated with eGPUs, or failing GPU matches
  • Show driver type (Studio, Desktop, Notebook) on update popup

TinyNvidiaUpdateChecker v1.21.0

24 May 22:20

Choose a tag to compare

[1.21.0] - 2025-05-25

Added

  • Configuration menu in update prompt UI
  • Install now with custom download location, and keep driver after installation
  • Support for NVIDIA App

Changed

  • Closing the "Download only" folder dialog now reverts to the main UI, instead of exiting

Removed

  • Download location form, as NVIDIA uses CDN and smart DNS-routing

TinyNvidiaUpdateChecker v1.20.1

23 May 19:34

Choose a tag to compare

[1.20.1] - 2025-05-23

Fixed

  • Fixed library lookup for path-based installations, such as Scoop installations (Issue #248)

TinyNvidiaUpdateChecker v1.20.0

04 May 08:28

Choose a tag to compare

[1.20.0] - 2025-05-04

Added

  • Support to autodetect eGPUs (Issue #182)

Fixed

  • Outdated GPU metadata caching issues (Issue #247)
  • Old libary installation files would cause identification problems (Issue #241)

TinyNvidiaUpdateChecker v1.19.1

26 Jun 10:51

Choose a tag to compare

[1.19.1] - 2024-06-26

Added

  • Dialog for missing required .NET runtime

Fixed

  • Self updater crash when not launching in same working directory (Issue #224)
  • NanaZip access denied error (Issue #228)
  • Always override existing files when performing minimal install
  • Driver install force rebooting disabled

Changed

  • Migrated to x64 built code, which means you will have to install the runtime again. This time a dialog will appear, and will assist you

TinyNvidiaUpdateChecker v1.19.0

13 Jun 11:56

Choose a tag to compare

[1.19.0] - 2024-06-13

Added

  • Customizable NVIDIA installer. You can now (finally) choose what components of the driver you want to install. For example notebook users can now include Optimus, but still keep out the nasty bloatware with an ease of a button, or two
  • Support for NanaZip as extract library

Changed

  • Client update dialog now displays the release changelog

TinyNvidiaUpdateChecker v1.18.2

07 Jun 19:49

Choose a tag to compare

[1.18.2] - 2024-06-07

Added

  • Self client updater
  • Optional configuration file entries for custom extract libary path, see issue #207
  • Fixed silent install not properly working, see issue #85

Fixed

  • GPUs with 'different' PNP IDs would cause crash, see issue #219

TinyNvidiaUpdateChecker v1.18.1

07 Jun 07:50

Choose a tag to compare

[1.18.1] - 2024-06-07

Fixed

  • Error on retrieving GPU information, caused by misunderstanding PNP Device ID, its length is not a fixed value. See issue #217
  • Systems with multiple GPUs could not search for updates at all, see issue #218
  • Empty response from PCI Lookup API causing crash
  • Minor code mistakes
  • Missing icon for prompts

TinyNvidiaUpdateChecker v1.18.0

06 Jun 19:55

Choose a tag to compare

[1.18.0] - 2024-06-06

Added

  • Multiple GPU support, when more than one GPU is detected a dialog is shown, allowing users to choose the proper GPU of their liking. See issue #177
  • NVIDIA devices with no drivers installed, it looks up the device name from a public API. See issue #163
  • GPU metadata is now cached in the configuration directory instead of being fetched everytime it runs, this fixes issues for users in China due to the GFW. See issue #195
  • --dry-run command line argument (author: TomKranenburg)

Fixed

  • Internet connection failing whilst downloading driver is now properly communicated, see issue #204

Changed

  • Redesigned Download Location form
  • Updated .NET Runtime to version 8. This seems to have lowered the file size back to 1 MB again, good
  • Replaced Microsoft.Windows.Compatibility package with System.Management