Skip to content

Latest commit

 

History

History
155 lines (88 loc) · 9.3 KB

CHANGELOG.md

File metadata and controls

155 lines (88 loc) · 9.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.5 (2023-01-24)

Bug Fixes

  • 🐛 fixes linting issue (28bb41d)

0.4.4 (2023-01-24)

0.4.3 (2023-01-24)

Features

  • 🎸 Updated threshold for proposal #74 (4256df1)

0.4.2 (2022-08-28)

Features

  • 🎸 upgrade to react 18 (c9861bf)

Bug Fixes

  • 🐛 fixes pool value calc for some pairs (50c06a0)
  • 🐛 fixes pools with assets not in stellarterm missing (1bf6816)

0.4.1 (2022-01-14)

Features

  • 🎸 Add vote unlock chart on vote percentage button (06db025)
  • 🎸 updated favicon (2cd4025)

Bug Fixes

  • 🐛 fixes incorrect price for some pools (590c310)
  • 🐛 fixes type errors (1edf59e)
  • 🐛 removes stellar-sdk dep to fix libsodium bug (3d479a6)

0.4.0 (2022-01-09)

Features

  • 🎸 adds toggle to hide pairs without amount (290e13b)
  • 🎸 adds toggle to hide some columns (fb23f58)
  • 🎸 adds vote percentage column (43a8927)
  • 🎸 fallback to asset2 value when asset1 value is not found (19f841d)

Bug Fixes

  • 🐛 fixed types (b943826)
  • 🐛 fixes table not loading when data is missing on a pool (416cafb)

0.3.0 (2021-12-27)

Features

  • 🎸 adds options menu and improve UI (1ff4a65)
  • 🎸 improves UI (d6ab8f8)
  • 🎸 Improves UI for mobile (e31db49)

Bug Fixes

  • 🐛 fixes type for daily_amm_reward (d84137f)

0.2.5 (2021-12-27)

Features

  • 🎸 adds options menu and improve UI (1ff4a65)
  • 🎸 improves UI (d6ab8f8)
  • 🎸 Improves UI for mobile (e31db49)

Bug Fixes

  • 🐛 fixes type for daily_amm_reward (d84137f)

0.2.4 (2021-12-22)

Features

  • 🎸 adds input to set amount on all pairs (0b738cd), closes #2
  • 🎸 Improve option section appearance (77efcdb)
  • 🎸 improves table appearance (0b64400)

Bug Fixes

  • 🐛 fixes account data something missing (28ea425)
  • 🐛 fixes data not being up to date quickly enough (42368cc)
  • 🐛 fixes table scroll on mobile (5d4bf07)

0.2.3 (2021-12-21)

Bug Fixes

  • 🐛 fixes rewards values not updating on toggle (be0ca05)

0.2.2 (2021-12-21)

Bug Fixes

  • 🐛 fixes future rewards not accounting for 1% threshold (3ab751d)

0.2.1 (2021-12-21)

Bug Fixes

  • 🐛 adds types to rewards api to fix build (eebfb80)

0.2.0 (2021-12-21)

Features

  • 🎸 adds future rewards (aca8b2c)
  • 🎸 save public key to local storage (4ebc176)
  • 🎸 Use only one request to get reward data (d34190a)

Bug Fixes

  • 🐛 fixes account data not updating when pressing refresh (624e2b2)

0.1.2 (2021-12-20)

Bug Fixes

  • 🐛 fixes aquaPrice build failure (3a08ff6)

0.1.1 (2021-12-20)

Features

  • 🎸 adds balance retrieval from pubkey and albedo (87a9f48)
  • 🎸 adds changelog modal for new releases (0afd536)

0.1.0 (2021-12-19)

Features

  • 🎸 added padding below table (309378c)
  • 🎸 adds placeholder animation (7afede9)
  • 🎸 batch api calls (6271c57)
  • 🎸 disables auto data revalidation on focus (23a235e), closes #6
  • 🎸 use GET call for pools to enable caching (62d30b4)

Bug Fixes

  • 🐛 removed unused rewrite rule (2c6295c)
  • 🐛 updated repo url (ab39999)