Skip to content

Releases: arconnectio/ArConnect

1.0.8

13 Nov 18:29
835109b
Compare
Choose a tag to compare
  • Fixes an addToken error where a specific address was having issues being added
  • Fixes a UI bug in settings where boolean setting gets reverted when revisiting the page
  • Adds optional message field for transferring AR tokens
  • Updated analytics
    • sign
    • balance, a monthly tracker of total AR in ArConnect

1.0.7

31 Oct 16:48
65caa8b
Compare
Choose a tag to compare
  • Adds wayfinder feature
    • Optional/experimental: can be enabled in settings
    • Navigates through the experimental ar.io network's nodes
  • Onboarding improvements
    • Seamless onboarding experience
    • Intro to the ecosystem
    • Steps, etc.

1.0.6

11 Oct 15:22
1997578
Compare
Choose a tag to compare
  • Fix a bug where ArConnect opened the welcome page every time the user canceled unlock
  • Introduce dynamic state loading from multiple Warp DRE nodes
    • This fixes balances not loading for some PSTs
  • Implement custom Warp DRE library
  • Support customizing the DRE node used by a token when adding it using addToken() (Read more)
  • Fix analytics app url param

1.0.5

11 Oct 15:13
c3b3abb
Compare
Choose a tag to compare

This release includes some important fixes for the ArConnect API and other minor improvements:

  • Encryption and decryption fixes
    • Old encryption works with salt
    • New encryption uses correct parameters
  • Analytics improvements
  • Fix typos
  • Fix CMC logo for PSTs

1.0.4

25 Sep 17:48
f7cddf5
Compare
Choose a tag to compare

This release addresses some ArConnect UX feedbacks:

  • Brand new token transfer interface
  • Understandable connection icon
  • Removes unused back button
  • Moved confetti effect lower, effects happen when changing options
  • Account name shows address if the name is "Account (number)"
  • Copy account hex shows in toast on wallet and in settings
  • Adds navigation dots on explore page
  • Adds CMC redirect on the chart
  • Adds hover for send and receive

1.0.3

28 Aug 16:35
0c06854
Compare
Choose a tag to compare

This release fixes an invalid build published with https://github.com/arconnectio/ArConnect/releases/tag/1.0.2

1.0.2

24 Aug 21:21
49e739e
Compare
Choose a tag to compare

This release introduces some bugfixes after user feedback:

  • ar:// protocol fixes
    • Fix interception not working (using ar.io's updated method)
    • Fix parser
    • Fix path parsing (e.g.: ar://bazar/favicon.svg and other full urls work now)
  • Allowance fixes
    • Fix allowance limit check & reset
    • Fix allowance limit display (display in AR instead of winstons and make it more understandable)
    • Fix allowance for signDataItem() and dispatch()
  • Event emitter fixes
  • Token functionality fixes
    • Add $U DRE node
    • Update default DRE node
    • Fix addToken() api errors
    • Fix broken token balances on homepage
    • Add support for decimals specs (link wip)
      • This replaces divisibility
      • Legacy tokens with the divisibility option will still be supported
      • decimals works similarly to how it is done on Ethereum: state stores integer balance in the smallest unit possible for the token, this balance is divided by 10^decimals to get the actual, fractioned balance)
    • Fix oversized collectible images not centered
    • Add Bazar link for collectibles

Thank you for @atticusofsparta's contribution to the event emitter.