Skip to content

Commit 3b3f235

Browse files
committed
Final commit v1.19.0
1 parent ce6e311 commit 3b3f235

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [1.19.0] - 2024-06-13
88
### Added
9-
- 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.
9+
- 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
1010
- Support for NanaZip as extract library
1111

1212
### Changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
# TinyNvidiaUpdateChecker
44

5-
TinyNvidiaUpdateChecker (TNUC for short) is a lightweight tool that checks for NVIDIA GPU drivers for Windows. You can configure TNUC [executing it when logging in](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki/Quiet-runs-on-user-login), and have it only pop up if there's a new driver available.
5+
TinyNvidiaUpdateChecker (TNUC for short) is a lightweight tool that checks for NVIDIA GPU drivers for Windows.
66

7-
It has a minimal install feature that extracts the GPU drivers from the otherwise bloated bundle which contains GeForce Experience, 3d drivers and other components. Nothing except the required drivers will be installed.
7+
## Features
8+
9+
- Lightweight and modernized open sourced project
10+
- Fully customizable driver install, allowing installing the components that are important to you, and keeping bloatware away
11+
- [Automated update notifications](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki/Quiet-runs-on-user-login) with semi automatic installation
12+
- Supports most NVIDIA GPUs (even if you don't have any drivers installed)
13+
- Supports multi-GPU setups and eGPUs
814

915
Uses a NVIDIA API to get the latest driver, and there is support for the majority of their GPUs. Thanks to [ZenitH-AT](https://github.com/ZenitH-AT) for his research.
1016

@@ -13,7 +19,7 @@ Uses a NVIDIA API to get the latest driver, and there is support for the majorit
1319
- Windows 10 or higher
1420
- [.NET Desktop Runtime 8 x86](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
1521
- Internet connection
16-
- (optional) [WinRAR](https://www.rarlab.com/) or [7-Zip](http://www.7-zip.org) for minimal install feature
22+
- (optional) WinRAR, 7-Zip or NanaZip for minimal install feature
1723

1824
### .NET Desktop Runtime 8
1925

@@ -46,11 +52,6 @@ scoop install tinynvidiaupdatechecker
4652

4753
Be sure to [check out the wiki](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki) to learn more about how to use TNUC.
4854

49-
## Alternatives
50-
51-
- [EnvyUpdate](https://github.com/fyr77/EnvyUpdate)
52-
- [nvidia-update](https://github.com/ZenitH-AT/nvidia-update)
53-
5455
## Legal
5556

5657
### License

TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
// Minor Version
2020
// Patch
2121
// Following the Semantic Versioning 2.0.0 standard; see http://semver.org/spec/v2.0.0.html.
22-
[assembly: AssemblyVersion("1.18.2")]
23-
[assembly: AssemblyFileVersion("1.18.2")]
22+
[assembly: AssemblyVersion("1.19.0")]
23+
[assembly: AssemblyFileVersion("1.19.0")]

0 commit comments

Comments
 (0)