1.18.0
github-actions
released this
24 Dec 11:55
·
117 commits
to master
since this release
Changes
- Translation: Address book @BitDesert (#503)
🚀 Features
🐛 Bug Fixes
Contributors
@BitDesert, @Joohansson and @keerifox
Checksum Validation
If you want to verify the binary checksum there are plenty of apps to do this. One way is using a powershell or bash terminal:
- Powershell:
Get-FileHash -Path '.\Nault-Setup-1.18.0-Windows.exe' -Algorithm SHA256
- Bash:
openssl sha256 Nault-1.18.0-Linux.AppImage
Then compare the output hash with the one listed in the corresponding checksum.txt file. The .yml has a binary checksum that is more complicated.