From 5501f9d9d6c6ed404daa1be7ce99c9eddabbe62d Mon Sep 17 00:00:00 2001 From: emi Date: Wed, 26 Feb 2020 20:35:54 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 66 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41175d8..561357f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,81 @@ # Changelog -## [Unreleased] +## [1.1.0] 26-02-2020 ### Added +- Mining information to blocks +- Search page +- Check Address page +- Search results while typing +- Address search by name +- Block search by hash +- EIP1191 support: display checksummed addresses, check address checksum on search + +### Changed + +- Menu: change media queries and remove 'home' item + +### Fixed + +- Display of field-value in tables +- store/backend/actions/socketData() + +## [1.0.6] 2020-01-13 + +### Changed + +- Search input by custom component +- Socket.io configuration, try to use WS first + +## [1.0.5] 2020-01-10 + +### Changed + +- vue-gtag version + +### Fixed + +- BigField, rlp selection at start + +## [1.0.4] 2020-01-09 + +### Added + +- Privacy policy in footer +- Optional google tag tracking +- Licence +- Field descriptions +- Circle-CI configuration +- Network name in header +- Block extradata decoding +- TxDensity & hashrate in BlockBox +- Metadata fields to block - Stats bar that shows: circulating supply, net hashrate and active accounts -- Metadata fields to block (txDensity, hashrate) + ### Changed -- TxChart by TxDensityChart +- Copyright date +- localStorage provider +- entities/eventId + +### Fixed + +- Field title on grid view +- Box margins for small screens + +### Removed + +- BlockHashRate from BlockBox + +## [1.0.3] 2019-11-15 ### Fixed -- Box margins for small devices +- Transaction fee calculation +- components/VerifyContract, show nightly versions +- Display of large events ## [1.0.2] 2019-09-26