diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c1397..e29aca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [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. +- 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 diff --git a/README.md b/README.md index b7d55fe..ceb1a80 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ # TinyNvidiaUpdateChecker -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. +TinyNvidiaUpdateChecker (TNUC for short) is a lightweight tool that checks for NVIDIA GPU drivers for Windows. -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. +## Features + +- Lightweight and modernized open sourced project +- Fully customizable driver install, allowing installing the components that are important to you, and keeping bloatware away +- [Automated update notifications](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki/Quiet-runs-on-user-login) with semi automatic installation +- Supports most NVIDIA GPUs (even if you don't have any drivers installed) +- Supports multi-GPU setups and eGPUs 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. @@ -13,7 +19,7 @@ Uses a NVIDIA API to get the latest driver, and there is support for the majorit - Windows 10 or higher - [.NET Desktop Runtime 8 x86](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) - Internet connection -- (optional) [WinRAR](https://www.rarlab.com/) or [7-Zip](http://www.7-zip.org) for minimal install feature +- (optional) WinRAR, 7-Zip or NanaZip for minimal install feature ### .NET Desktop Runtime 8 @@ -46,11 +52,6 @@ scoop install tinynvidiaupdatechecker Be sure to [check out the wiki](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki) to learn more about how to use TNUC. -## Alternatives - -- [EnvyUpdate](https://github.com/fyr77/EnvyUpdate) -- [nvidia-update](https://github.com/ZenitH-AT/nvidia-update) - ## Legal ### License diff --git a/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs b/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs index ab8411e..788563c 100644 --- a/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs +++ b/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // Minor Version // Patch // Following the Semantic Versioning 2.0.0 standard; see http://semver.org/spec/v2.0.0.html. -[assembly: AssemblyVersion("1.18.2")] -[assembly: AssemblyFileVersion("1.18.2")] \ No newline at end of file +[assembly: AssemblyVersion("1.19.0")] +[assembly: AssemblyFileVersion("1.19.0")] \ No newline at end of file