Skip to content

1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 16:55
· 152 commits to master since this release

Changes

  • Fix *ngIf instead of *ngSwitchCase @keerifox (#456)
  • Upscale nanoidenticons when devicePixelRatio is higher than 1 @keerifox (#448)
  • Add "Copy address" button to Receive page for mobile devices @keerifox (#442)
  • Improve representative list layout on small viewports @keerifox (#441)
  • Add "Scan QR code" button on "Send" page for small viewports @keerifox (#433)
  • Determine extra raw amount when using url param of the send page @keerifox (#432)
  • Change "Edit Label" tooltip text to "Edit Entry" @keerifox (#425)
  • Use new alert style for sweeper @Joohansson (#454)
  • Use the new style for confirming remote signing @Joohansson (#455)

🚀 Features

  • Export account transaction history as csv files @Joohansson (#452)
  • Implement new transactions list and menus for mobile devices @keerifox (#431)

Contributors

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