Skip to content

Commit 6b58e7f

Browse files
committed
Final commit v1.20.1
1 parent 2964f38 commit 6b58e7f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ 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+
## [1.20.1] - 2025-05-23
8+
### Fixed
9+
- Fixed library lookup for path-based installations, such as Scoop installations (Issue #248)
10+
711
## [1.20.0] - 2025-05-04
812
### Added
913
- Support to autodetect eGPUs (Issue #182)
1014

1115
### Fixed
1216
- Outdated GPU metadata caching issues (Issue #247)
13-
- Old libary installation files would cause identification problems (Issue #241)
17+
- Old library installation files would cause identification problems (Issue #241)
1418

1519
## [1.19.1] - 2024-06-26
1620
### Added
@@ -36,7 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3640
## [1.18.2] - 2024-06-07
3741
### Added
3842
- Self client updater
39-
- Optional configuration file entries for custom extract libary path, see issue #207
43+
- Optional configuration file entries for custom extract library path, see issue #207
4044
- Fixed silent install not properly working, see issue #85
4145

4246
### Fixed
@@ -85,7 +89,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8589

8690
## [1.16.5] - 2023-05-13
8791
### Fixed
88-
- Invalid minimal install extract libary paths could cause a `ArgumentNullException`. See issue #168
92+
- Invalid minimal install extract library paths could cause a `ArgumentNullException`. See issue #168
8993

9094
## [1.16.4] - 2023-02-02
9195
### Changed
@@ -117,7 +121,7 @@ This update migrated from the discontinued .NET Framework to .NET 7. TNUC will f
117121
### Changed
118122
- Migrated from discontinued .NET Framework to .NET 7. TNUC will from this point forward require the .NET 7 Desktop Runtime x86
119123
- Improved error handling for NVIDIA API and metadata repo
120-
- Improved libary detection code
124+
- Improved library detection code
121125
- Remove unwanted image tags and URLs from release description
122126

123127
## [1.15.4] - 2022-12-27
@@ -270,7 +274,7 @@ I am back, sorry for being inactive the past years. I've been very busy with GTA
270274
## [1.9.0] - 2017-09-25
271275
### Added
272276
- New fancy dialog when a new driver is available, with a much better GUI solution and better release notes preview
273-
- Support for 7-Zip, and an improved libary handling system
277+
- Support for 7-Zip, and an improved library handling system
274278
- `--confirm-dl` argument. It will automaticly download and install new drivers! (uses minimal installer)
275279
- `--config-here` argument. It uses the working directory as the path for the config
276280
- Implemented check for driver file size

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.20.0")]
23-
[assembly: AssemblyFileVersion("1.20.0")]
22+
[assembly: AssemblyVersion("1.20.1")]
23+
[assembly: AssemblyFileVersion("1.20.1")]

checksum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16012e09ce44abb92a12775207bcdbd1
1+
cf50125c36319222a03de536ab0456f0

0 commit comments

Comments
 (0)