Skip to content

Releases: nautls/nautilus-wallet

v0.1.12

02 Mar 01:32
04b5225
Compare
Choose a tag to compare

New features

  • Add 'remove wallet' functionality
  • UI improvements
  • Tx interpreter improvements

Fixes

  • Fix 'en' as default html language
  • Fix dApp Connector change detection
  • Various small UI fixes

v0.1.11

25 Feb 13:15
55b6286
Compare
Choose a tag to compare

New features

  • Add token pricing rates #5
  • Add custom currency conversion
  • EIP-12 injected API refactoring code to allow run-time wallet switching

Fixes

  • Varius minor UI fixes

v0.1.10

16 Feb 00:46
97a18cd
Compare
Choose a tag to compare

Fixes

  • Add tx signing fallback when no pk is found in P2S inputs
  • Add passive injection for legacy EIP-12 access API
  • Show QR code for default address on Receive page
  • Various small UI fixes

v0.1.9

09 Feb 21:40
e947de5
Compare
Choose a tag to compare

New features

  • Settings page
    • Wallet rename
    • Switch on/off address reusing avoidance
    • Hide empty used addresses
  • Choose default change address on the Receive page

Fixes

  • Various small UI fixes

v0.1.8

08 Feb 00:58
777e723
Compare
Choose a tag to compare

Fixes:

  • Fix P2S matching (which was preventing refunds signing)

v0.1.7

05 Feb 23:18
39fc638
Compare
Choose a tag to compare

New features:

  • Add dApp Connector (EIP-12) #3
  • Add mnemonic pasting in the restore wallet page

Fixes:

  • Fix wrong balance when there are pending transactions
  • Minor UI fixes

v0.1.6

05 Feb 14:53
4e54b73
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Fixes:

  • fix wrong balance when you have pending txs (handles recent explorer changes)
  • a definitive fix for filtered get_utxos()
  • minor UI fixes

v0.1.5

05 Feb 01:04
2f3d1c3
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

Fixes:

  • Make get_utxos() return only boxes that contains tokenId
  • Minor UI fixes

v0.1.4

04 Feb 21:52
578f98f
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Fixes

  • fix get_utxos when using tokenId and amount
  • handles big numbers properly in the API

v0.1.3

03 Feb 23:29
4daf17d
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

New features:

  • Add sign_tx and submit_tx methods to dApp Connector injected code
  • Add mnemonic pasting