Skip to content

1.13.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 12:48
· 233 commits to master since this release

Changes

🐛 Bug Fixes

  • Allow importing UTF-16 from address book file (minor detail missed in previous release) @Joohansson (#399)

Contributors

@Joohansson

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