Adamant Im Versions Save

ADAMANT Decentralized Messenger. Progressive Web Application (PWA)

v4.6.2

1 month ago

✨ 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 (https://github.com/Adamant-im/adamant-wallets/pull/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

3 months ago

🐛 Bugs

  • Wallets: fixed GT token decimals (#594)

v4.5.2

3 months ago

✨ Features

🐛 Bugs

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

v4.5.1

4 months ago

✨ 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

4 months ago

✨ 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

5 months ago

✨ 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, https://github.com/Adamant-im/adamant-wallets/pull/47)
    • Added Tor nodes to the config
    • Added minNodeVersion
    • Changed the structure of serviceNodes

v4.2.2

6 months ago

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

v4.2.1

7 months ago

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

v4.2.0

7 months ago

✨ Features

  • Chat: add Quick reactions (AIP-17) (#522)
  • Chat: add vibrate on Reply / LongPress / Swipe message (#522)
  • Wallet: add Coinstore exchange (#525)
  • Wallet: add XCN coin (#520)
  • Wallet: add Verse token (#532)
  • LoginForm: show/hide passphrase in text inputs (#528)

🐛 Bugs

  • Chat: reply message click loads all chat history (#524)
  • Settings: stay logged in option doesn't work (#519)
  • Transaction: app sending infinite requests (#517)
  • VueI18n: remove unsupported chars (#531)

🔨 Tech Debt

  • TypeScript: generate API client with TS types from adamant-schema (#516)
  • adamant-api: add TS types (#518)
  • package.json: update marked lib (#526)
  • package.json: update Electron and other dependencies (#530)

v4.1.2

8 months ago
  • feat(adamant-wallets): add XCN coin (#520)
  • 🐛 fix(Settings): stay logged in option doesn't work (#519)