File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
TinyNvidiaUpdateChecker/Properties Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased]
7+ ## [ 1.15.4] - 2022-12-27
8+ Happy new years everyone. Here is another minor update that wont change much for most people
89### Fixed
910- Some GPUs such as 970M download URLs begin with HTTP and not HTTPS which broke the code. See issue #139
1011
1112### Changed
12- - Update regex to filter "COLLECTORS EDITION" GPUs
13+ - Update regex to filter "COLLECTORS EDITION" GPUs. See issue # 140
1314
1415## [ 1.15.3] - 2022-12-15
1516Merry Christmas! Here is a early gift from me.
Original file line number Diff line number Diff line change 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.15.3 " ) ]
23- [ assembly: AssemblyFileVersion ( "1.15.3 " ) ]
22+ [ assembly: AssemblyVersion ( "1.15.4 " ) ]
23+ [ assembly: AssemblyFileVersion ( "1.15.4 " ) ]
You can’t perform that action at this time.
0 commit comments