From 3806e3ea28966d9378deb8b48717b8c2a37b8815 Mon Sep 17 00:00:00 2001 From: Null Date: Thu, 25 Jan 2024 10:13:19 -0500 Subject: [PATCH] added v1.1.0 changes --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758b371..2fbe09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,44 @@ All notable changes to this project will be documented in this file. ### Added -nothing +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + + + +## v1.1.0 + +### Added + +- New `TxnGroup` entity +- New route for transaction groups (`allo.info/txn/group/`) +- Search for GroupId in the main search bar +- External links: added _Raw indexer data_ links ### Changed -nothing +- Group transactions rendered using the standard transaction tables components +- _Group Summary_ transfers are now collapsible (collapsed by default) +- Bookmarks sorted in alphabetical order + + +### Removed + +- Removed "Sign Out" button from the profile until profiles implement AlloAccounts +- Removed transaction type `Unknown` from the filters + ### Fixed -nothing +- Fixed a typo in `Key Registration` transaction type +- Trigger NFD search only on alphanumerical strings ## v1.0.0