Skip to content

1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 11:55
· 117 commits to master since this release

Changes

🚀 Features

  • Prompt wallet password instead of stating that "Wallet must be unlocked" @keerifox (#507)

🐛 Bug Fixes

  • Automatically refresh transaction list upon receive or new receivable tx @keerifox (#506)

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.