Releases: arconnectio/ArConnect
Releases · arconnectio/ArConnect
1.0.8
- 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
- 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
- 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
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
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
This release fixes an invalid build published with https://github.com/arconnectio/ArConnect/releases/tag/1.0.2
1.0.2
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()
anddispatch()
- 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 by10^decimals
to get the actual, fractioned balance)
- This replaces
- Fix oversized collectible images not centered
- Add Bazar link for collectibles
Thank you for @atticusofsparta's contribution to the event emitter.