Skip to content

Releases: nautls/nautilus-wallet

v0.3.0

29 Mar 22:51
adacb77
Compare
Choose a tag to compare

New features

  • Add in-wallet asset info and sandboxed NFT displaying #15
  • Add deterministic colored asset icons #15
  • Add Firefox support #17
  • Add extended public key exporting #16
  • Add logo for Mi Goreng by @Alesfatalis in #13

Fixes

  • Fix data inputs signing
  • Fix rounding on assets with 4 or 5 decimals
  • Various small bug fixes and UI improvements

Full Changelog: v0.2.2...v0.3.0

v0.2.2

25 Mar 21:02
48c6203
Compare
Choose a tag to compare

Fixes

  • Fix dApp Connector data input signing (#14)

Full Changelog: 0.2.1...v0.2.2

v0.2.1

13 Mar 00:06
e7b06a6
Compare
Choose a tag to compare

New Features

  • Add chained transactions support #10

Fixes

  • Update sigma-rust to latest stable version (v0.15.0)
  • Remove vulnerable npm dependencies by adding a custom ergo-ts library with updated packages

Full Changelog: 0.1.12-beta...0.2.1

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