Skip to content

1.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 18:10
· 116 commits to master since this release

Changes

🚀 Features

  • Adding nanolooker to default rep list @Joohansson (#465)
  • Alert when switching wallet storage option to none @Joohansson (#458)
  • Use mobile transactions layout on the "Receive" page on small viewports @keerifox (#459)

🐛 Bug Fixes

🧰 Maintenance

Contributors

@BitDesert, @Joohansson, @andrew-m-higgs, @dependabot, @dependabot[bot] 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.16.0-Windows.exe' -Algorithm SHA256
  • Bash: openssl sha256 Nault-1.16.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.