From b1d4f356af5bb0dd199c2334742c03aa1480c207 Mon Sep 17 00:00:00 2001 From: Null Date: Tue, 17 Sep 2024 14:06:55 -0400 Subject: [PATCH] added v1.5.1 + v1.5.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bf37d..8211022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,46 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## v1.5.2 + ### Added +- ACCOUNTS, APPS, ASSETS | Added charts for transaction counts and volume + ### Changed -### Deprecated +- ACCOUNT | Updated top interactions with in/out + progress +- UI | New layouts for account/token/nft/app pages +- CACHE | Implemented autoclean cache on the client side on reload + +### Fixed + +- ACCOUNTS, APPS, ASSETS | Fixed transaction sums calculations +- UI | Fixed search history overflowing the grid ### Removed +- API | Removed unused analytics route +- HOMEPAGE | Removed unused stats stores + +### Optimized + +- ACCOUNTS, APPS, ASSETS | Separated calls for chart and total transactions + +## v1.5.1 + +### Added + +- ACCOUNTS, APPS, ASSETS | Added txn counters + +### Changed + +- ACCOUNT | Switched the top interactions to use the new Analytics API endpoints +- DEPENDENCIES | Updated ORM version + ### Fixed -### Security +- UI | Fixed animated counters where small numbers might not reach final value in some cases ## v1.5.0