Releases: ElPumpo/TinyNvidiaUpdateChecker
Releases · ElPumpo/TinyNvidiaUpdateChecker
TinyNvidiaUpdateChecker v1.14.1
[1.14.1] - 2020-05-15
Fixed
- Not launching extracted drivers when using minimal installer
TinyNvidiaUpdateChecker v1.14.0
[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
/norebootif 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
/noeulaargument with/nosplashargument when minimal installer isn't used, which caused Gf Experience to install
TinyNvidiaUpdateChecker v1.13.0
TinyNvidiaUpdateChecker v1.12.0
[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
[1.11.0] - 2018-02-09
Added
--ignore-missing-gpuargument, 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
[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
[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-dlargument. It will automaticly download and install new drivers! (uses minimal installer)--config-hereargument. 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 Typesystem 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
[1.8.0] - 2017-06-28
Added
- Inform user to select a empty folder if using the minimal installer.
- Automatic download of
HtmlAgilityPack.dllif 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
[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
- 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.
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.
