File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ 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.23.0 ] - 2026-02-23
88### Changed
9+ - Fallback to New Metadata Handler if GPU metadata was not found in Zenith repo
910- Checksum calculation method changed to GitHub API SHA256 from MD5
11+ - Updated dependencies
1012
1113## [ 1.22.1] - 2025-06-05
1214### Added
Original file line number Diff line number Diff line change 55using System . Windows . Forms ;
66using System . Collections . Generic ;
77using System . Linq ;
8- using System . Management ;
98using System . Net . NetworkInformation ;
109using System . Xml ;
1110using TinyNvidiaUpdateChecker . Handlers ;
12- using Microsoft . Win32 ;
13- using System . Text . RegularExpressions ;
1411using Newtonsoft . Json . Linq ;
15- using Newtonsoft . Json ;
1612using HtmlAgilityPack ;
1713using System . Net . Http ;
1814using HttpClientProgress ;
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.22.1 " ) ]
23- [ assembly: AssemblyFileVersion ( "1.22.1 " ) ]
22+ [ assembly: AssemblyVersion ( "1.23.0 " ) ]
23+ [ assembly: AssemblyFileVersion ( "1.23.0 " ) ]
Original file line number Diff line number Diff line change 2525 <None Include =" ..\.editorconfig" Link =" .editorconfig" />
2626 </ItemGroup >
2727 <ItemGroup >
28- <PackageReference Include =" HtmlAgilityPack" Version =" 1.12.1 " />
29- <PackageReference Include =" HtmlSanitizer" Version =" 9.0.884 " />
30- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
31- <PackageReference Include =" System.Management" Version =" 9 .0.5 " />
28+ <PackageReference Include =" HtmlAgilityPack" Version =" 1.12.4 " />
29+ <PackageReference Include =" HtmlSanitizer" Version =" 9.0.892 " />
30+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4 " />
31+ <PackageReference Include =" System.Management" Version =" 10 .0.3 " />
3232 </ItemGroup >
3333</Project >
You can’t perform that action at this time.
0 commit comments