Skip to content

Releases: Adamant-im/adamant-im

v4.7.3

01 Jul 17:45
832d196
Compare
Choose a tag to compare

🐛 Bugs

  • Chat: in-chat transfer without comment is marked as "Unsupported transaction" (#642)

v4.7.2

01 Jul 10:09
340cf01
Compare
Choose a tag to compare

✨ Features

  • Build: Build Android app using Capacitor.js. API Level changed: 19 → 22 (#515, #634)
  • Chat: Add unsupported transaction type (#631)
  • App: Add useIsMobile hook (#627)
  • Wallet: Listed KLY token
  • Wallet: Delisted LSK token

🐛 Bugs

  • Chat: Fix commands order navigation (#614, #621, #629)
  • Chat: Change message input border color (#622)
  • I18n: Minor i18n fixes (#620)
  • App: Fix scroll behaviour when navigating back (#623)
  • Nodes: Fix regex of the node name (#638)
  • Build: Migrate Github Workflows to Node v20 (#635)
  • Build: Object.groupBy is not a function in old browsers (#640)

🔨 Tech Debt

  • adamant-wallets: Improve wallets:generate command (#619)
  • Deps: upgrade Electron (#632, #637)

v4.6.2

19 Mar 17:01
076a7ba
Compare
Choose a tag to compare

✨ Features

  • Settings: Added a Wallets screen that allows the user to configure the order and display of coins (#570)
  • Chat: Added ability to select previous bot commands via keyboard arrows (#605)
  • Chat: Added emoji picker (#563, #603, #609)
  • Wallets: Added FLOKI token (Adamant-im/adamant-wallets#72)
  • Transactions: Improved scenario for crypto transfer and for pending transactions (#578)
  • Nodes: Improved UI for nodes health-check (#588)
  • Nodes: Now user can see coin node's version (#600)
  • Added three new exchanges (#592)
  • Changed structure of nodes and services (#591)
  • Other small features and fixes (#590, #598, #601, #604)

🐛 Bugs

  • Chat: Fixed infinite loading spinner after page refresh (#606)

🔨 Tech Debt

  • Deps: upgraded Vue, Vuetify, Electron and other libs such as lisk-* and web3-* (#595, #612)

v4.5.3

01 Feb 17:39
387036d
Compare
Choose a tag to compare

🐛 Bugs

  • Wallets: fixed GT token decimals (#594)

v4.5.2

30 Jan 19:43
2d80103
Compare
Choose a tag to compare

✨ Features

🐛 Bugs

  • Delegates: fixed search issue on Delegates page (#586)

v4.5.1

15 Jan 14:16
ae155c3
Compare
Choose a tag to compare

✨ Features

🐛 Bugs

  • Wallets: Fixed left chevron not clickable, changed colors for better visibility (#575)
  • Transactions: Fixed address pluralization in RU locale (#573)

🔨 Tech Debt

  • Deps: upgraded Vue, Vuetify, Electron and other libs (#580)
  • README: Added shields (#577)
  • I18n: configure default locale using ENV (#585)

v4.4.0

26 Dec 18:06
20dbd18
Compare
Choose a tag to compare

✨ Features

🐛 Bugs

  • Transactions: Fixed infinite spinner loading (#567)
  • Healthcheck: Fixed login issue when there are no online nodes available (#571)

🔨 Tech Debt

  • Code: Add ESLint configuration (#566)
    • Defined styled guide
    • Fixed ESLint errors
    • Pretiffied the whole codebase
  • Deps: Refactored Lisk SDK (#567)
    • Upgrade lib version
    • Rewritten to TypeScript
    • Covered with tests

v4.3.1

26 Nov 13:34
eda8de5
Compare
Choose a tag to compare

✨ Features

  • Nodes: coin nodes healthcheck (#547)
    • Add healtcheck for ETH, BTC, DASH, DOGE and LSK nodes
    • Rewrite nodes api clients with TypeScript
    • Add a link to the Nodes page on Login page
  • Nodes: Save nodes checkbox state in the LocalStorage (#549)
  • Chat: Add message counter to the scroll to bottom button (#535)
  • Chat: Show unread messages count under the back button (#558)
  • Chat: Format inline and multiline markdown code blocks correctly (#540)

🐛 Bugs

  • Chats: Added ellipsis for long chat names (#534)
  • Chat: Check ADM balance before sending and clearing the input message (#537)
  • Transfer: Show inconsistent transaction status if it's a duplicate (#561)

🔨 Tech Debt

  • Deps: Upgrade bitcoinjs-lib (#544, #552, #553)
    • Replaced TransactionBuilder with Psbt
    • Changed the signing mechanism (now it requires to fetch unspents)
    • getAccount() now uses ecpair and tiny-secp256k1 for generating bitcoin address
    • Added vite-plugin-wasm and vite-plugin-top-level-await (required by tiny-secp256k1)
  • Deps: Upgrade web-eth lib (#542, #550, #556)
    • Upgraded from v1 to v4
    • Removed abi-decoder dependency and replaced with a custom implementation
    • Changed INCREASE_FEE_MULTIPLIER from 2 to 1.5
    • Added tests
  • Deps: Updated minor and patch versions of all dependencies (#562)
  • Wallets: Updates from adamant-wallets (#545, Adamant-im/adamant-wallets#47)
    • Added Tor nodes to the config
    • Added minNodeVersion
    • Changed the structure of serviceNodes

v4.2.2

06 Nov 15:50
039b4ca
Compare
Choose a tag to compare

✨ feat(adamant-wallets): listed new tokens: FLUX, BZZ

v4.2.1

28 Sep 18:32
21d529c
Compare
Choose a tag to compare

🐛 fix(EmojiPicker): bundle emojis data instead of downloading from CDN