Skip to content

1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 16:28
· 194 commits to master since this release

🚀 Features

🐛 Bug Fixes

  • Fix not being able to scroll to the very top/bottom on mobile devices @keerifox (#418)
  • Add "pressed" style to mobile buttons/menu @keerifox (#422)
  • Change mobile top bar color from blue to black @keerifox (#421)

🧰 Maintenance

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