Skip to content

Releases: Nault/Nault

1.8.7

31 Dec 14:31
Compare
Choose a tag to compare

Changes

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.8.7-Windows.exe' -Algorithm SHA256
  • Bash: openssl sha256 Nault-1.8.7-Linux.AppImage

Then compare the output hash with the one listed in the corresponding checksums file that you download.

1.8.6

27 Dec 12:56
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix wallet import process when pressing Enter key on a text field @keerifox (#233)

1.8.5

09 Dec 17:27
Compare
Choose a tag to compare

Changes

1.8.4

26 Nov 15:23
Compare
Choose a tag to compare

Changes

A third backend server (Vox) has been added to the random selection and failover switch for improved stability and robustness bb492b8

1.8.3

04 Nov 11:41
Compare
Choose a tag to compare

Changes

  • Revamped Ledger support. No more popup on win10 web Nault! @aleksre (#217)
  • Minor layout improvements to Accounts page @keerifox (#216)
  • Altered URL to nanos.cc backend (the old one still works)

1.8.2

18 Oct 19:20
Compare
Choose a tag to compare

Changes

  • Improve style of account labels and nano addresses @keerifox (#215)
  • Increase pagination click area in recommended representatives list @keerifox (#214)
  • Updated password strength meter library to v3.0.0 @Joohansson (#213)

1.8.1

05 Oct 16:27
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat(donation): Footer quick link for sending donation @Joohansson (#212)

Bug fixes

  • bug(importing wallet): Balance not reloaded directly when importing single key (like bip39) #103cb37

1.8.0

15 Sep 14:15
Compare
Choose a tag to compare

Fixes

  • Desktop wallet does not produce correct address when importing BIP39 mnemonic #211

1.7.9

12 Sep 09:23
Compare
Choose a tag to compare

Changes

  • Add NanoVault attribution to the nav menu @keerifox (#206)
  • refactor(address-book): Move import/export from manage wallet to address book @Joohansson (#208)

🚀 Features

  • feat(advanced-tools): Added unit converter and QR generator @Joohansson (#209
  • feat(navigation): On launch: Defaults to "accounts page" if wallet is configured @Joohansson (#207)
  • feat(transactions): Removed unused denominations and extended raw support @Joohansson (#205)

Summary

When loading Nault with a configured wallet you will be taken to the accounts page instead of the start page. NANO is now the used denomination and removed knano and nano. You can now send 1 raw as minimum instead of 0.000001 NANO and the receive page will also display if you receive 1 raw. Importing and exporting an address book is now found as a sub-page of the address book itself. You can now convert NANO, raw and fiat amount from the unit converter tool. You can also convert any text to QR with the new qr generator.

1.7.8

02 Sep 17:05
Compare
Choose a tag to compare

Changes/Fixes

  • Reconnecting to backend after deleting all data @Joohansson (#202)
  • Fix issue #203 - Importing seed would result in a new generated seed

🚀 Features

  • feat(wallet-export): All active account indexes instead of last index @Joohansson (#200)