Version 0.2.0.3 Alpha #120
DrewNaylor
announced in
Versions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
guinget Version 0.2.0.3 Alpha Changelog
Released on 6/21/2021 (MM/DD/YYYY).
While developing v0.3 Beta, I found some major bugs and decided to backport fixes as it may be a while until v0.3 is ready. Those fixes include a major issue where the package list won't show all the packages unless you click a package or move controls around, then scroll back to the bottom of the list. The other fixes include a performance fix so that loading the package list doesn't take forever as well as a fix for lowercase package IDs showing up below the rest. I wasn't planning on backporting fixes, but that first bug was big enough that I decided to do so while working on the next version.
Please be sure to read the Readme included with this version of guinget or online as it has important info. Also refer to the System Requirements.
If you are reading this in Notepad or another text editor, it displays best in Word Wrap view. Click on Format>Word Wrap on the top bar. Notepad++ users will find it under View>Word Wrap. Word Wrap is automatically done if viewing on GitHub or on the website.
Hashes
MD5 checksums/hashes are not used for guinget as they are weaker than SHA-256. More details, though they're not as relevant to guinget.
You can use Windows PowerShell to confirm the hash of the main guinget EXE file by running
Get-FileHash .\guinget.exe -Algorithm SHA256
in the folder you extracted the archive to and comparing the output to my sums listed below. HowToGeek has a nice article on this, but the Windows section is a bit further down on the page.The PowerShell method can be used for all files listed below, though you'll have to switch out the filenames.
SHA-256 sum for "guinget_v0.2.0.3-alpha.exe", which is the installer attached to this release:
Not ready yet...
SHA-256 sum for "guinget.exe" in the archive:
5FED21F6C4BCC7A3E5BAE7B10A7C58666882F19FB5361BD4A852FEEB39074000
SHA-256 sum for "lib\libguinget.dll" in the archive:
74B0DFE8D24CE5700D367B7D278DA747E821C7BB6DF029BC4696435DD34AAAC4
SHA-256 sum for "lib\libscrollswitchtabs.dll" in the archive:
3F2741B885A3BDD03422E0346542BF4D13384A5287FD3BAF94D05C964ABECB92
SHA-256 sum for "update-manifests.bat" in the archive:
522392D92BC5E6AEE85DADCBB2D4A3F6A84BD3163A42DC72B7ABDCC7CA37CDE6
SHA-256 sum for "lib\YamlDotNet.dll" in the archive:
A52924C5065FC796B0B6E16A1FE09B34A2AAF7BAB5308BE26EE6D27AE2B127E6
The rest of the libraries in the "lib" folder are from Microsoft.Data.Sqlite and I don't want to list them all:
https://www.nuget.org/packages/Microsoft.Data.Sqlite/
Added
Fixed
Changed
Removed
Deprecation notices
update-manifests.bat
is deprecated. Its removal will be done in stages to slowly transition to a world that no longer relies onupdate-manifests.bat
for any scenario:This discussion was created from the release Version 0.2.0.3 Alpha.
Beta Was this translation helpful? Give feedback.
All reactions