Skip to content

Release v2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 16:42
· 13 commits to develop since this release
35ff24a

2.6.0 (2025-04-15)

Overview

Features

  • Transactions Automation - Send tokens/coins to batch recipients
  • Ability to use a custom Sales Token URL for fetching Token Information
  • Custom Network Support - Ability to use a custom Explorer URL
  • EVM dapp connectivity - support web3_clientVersion method
  • Improve Display of Long Numbers
  • Wallet Connect - Propagate Account Change Message
  • UI Animation Improvements

Bug Fixes

  • Hide Notification settings if none aeternity account exists
  • EVM dapp connectivity - Support missing request types
  • Remove autosigning in iframe
  • Remove Daily Limit Calculation for Ethereum
  • Display Latest Transaction in account Transaction List

Maintenance

  • Performance Improvement - Load progressively fungible tokens
  • Update Vue Libraries
  • Improve code formatting

Features

  • add pulse animation to plus icon on add card (8baec96)
  • be able to add custom token sale url (2ceb4aa)
  • be able to set custom explorer url (e2a2342)
  • be able to shrink error status (7ba5a81)
  • do not show notification settings if no aeternity account (b041e99)
  • evm: support web3_clientVersion method (9200b6e)
  • handle long numbers (0f44f35)
  • multiple recipients transaction (d775ccb)
  • show info on currencies unavailable (0a4cd51)
  • wallet-connect: propagate account change (21e9b89)

Bug Fixes

  • add generic max calcutation composable (4c8bd2c)
  • background svg responsiveness (b9b8564)
  • be able to handle all evm requests (bc33d42)
  • do not autosign in reverse iframe (78c4a3a)
  • do not calculate daily limit for ethereum (f4a18b8)
  • handle blur on custom field from vee-validate (39965d4)
  • modify placeholder since ENS is not yet supported (353c23c)
  • qr code modal missing closing animation (4e79563)
  • show latest transaction in account transaction list (a0f0cc1)

Performance

  • do not load all fungible tokens on each initialization (47c7d0a)

Style

  • adjust Tokens style (5db40e9)
  • show aeternity protocol name lower-case (28f765a)

Maintenance

  • format number based on language in token amount formatted (45c8d0f)
  • remove unused tip related info (68d1e10)
  • run npm update and fix linter issues (ae46aa8)
  • token-amount: also format integers (67b52a4)
  • update vue-i18n (3bb9e25)