Skip to content

1.18.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 15:38
· 39 commits to master since this release

Changes

  • Disable requests to defunct MyNanoNinja API, hide recommended representatives section @keerifox (#602)
  • Print hashes to the GitHub Action log while preparing a release draft @nanogarden (#599)

🐛 Bug Fixes

  • Fix inaccurate account balances due to balances being refreshed too quickly after receive @keerifox (#601)
  • Fix minor console error caused by code expecting 100% success rate fetching a list of recommended representatives @keerifox (#600)

Contributors

@Joohansson, @keerifox, @nanogarden and nanogarden

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.2-Windows.exe' -Algorithm SHA256
  • Bash: openssl sha256 Nault-1.18.2-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.