Skip to content

1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 20:34
· 111 commits to master since this release

Changes

  • Update ticker to XNO, display XNO symbol where appropriate, refer to nano in lower case @keerifox (#498)
  • Translation - Configure app @BitDesert (#484)
  • Replace NF logo in card with a lattice-like Truchet pattern @keerifox (#497)
  • Add transloco test to make sure that you cannot use the language word… @andrew-m-higgs (#483)

Contributors

@BitDesert, @andrew-m-higgs 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.17.0-Windows.exe' -Algorithm SHA256
  • Bash: openssl sha256 Nault-1.17.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.