Skip to content

Latest commit

 

History

History
280 lines (156 loc) · 19 KB

CHANGELOG.md

File metadata and controls

280 lines (156 loc) · 19 KB

Changelog

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

2.10.0 (2021-06-10)

Features

  • make TAC gnosis safe app (8ea84bf)

Bug Fixes

  • shorten app description (e229b65)

2.9.0 (2021-03-12)

Features

  • Add blocknative logo (a48f603)
  • add dfuse.io logo (1038b6d)
  • change dfuse.io to streamingfast.io (d54a754), closes #137
  • Support Grid+ Lattice hardware wallet (b717d01), closes #138
  • upgrade onboard & add TokenPocket wallet (2e6892f)

2.8.0 (2020-12-15)

Features

  • Add blocknative logo (a48f603)
  • add dfuse.io logo (1038b6d)
  • add HuobiWallet, remove wallet preference (06c16bb)
  • upgrade onboard & add TokenPocket wallet (2e6892f)

Bug Fixes

  • use built-in imToken wallet module of onboard.js (5ea6797)

2.7.1 (2020-09-16)

Bug Fixes

  • correctly handle allowances for tokens without 0 decimals (6af67d7), closes #120

2.7.0 (2020-04-27)

Features

2.6.1 (2020-04-15)

Bug Fixes

  • dont skip allowance entry when spender is already known (debad40), closes #110

2.6.0 (2020-04-14)

Features

  • mark zero allowances as "positive" (#108) (5fedb31), closes #105
  • sort allowance list by token name, closes #40
  • show last change date of allowance, closes #1
  • enable wallet change, closes #28
  • redesigned mobile main page, now with sidebar menu

2.5.1 (2020-04-10)

2.5.0 (2020-04-07)

Features

  • add link to gitcoin grant page in footer (144b7ad)

Bug Fixes

2.4.1 (2020-04-06)

Bug Fixes

  • checksummed walletAddresses were not recognized (095a830)

2.4.0 (2020-04-06)

Features

  • add uniLogin wallet support (969344d)

2.3.1 (2020-04-02)

2.3.0 (2020-03-31)

Features

  • add 'inline' option to AddressDisplay (5c9adae)
  • add mobile render path (b599b26)
  • add twitter card markup (b0a13f6)
  • initial support for imToken wallet (c7a1e56)

Bug Fixes

  • add bottom margin for grant message (3399204)
  • add logo (d680d72)
  • check if selected wallet really is imToken wallet (14ae7ec)
  • dont crash when wallet connection is removed (d347a4c)
  • double mention of dfuse.io (1908505)
  • imToken wallet only for mobile devices (69a63f7)
  • make homepage segment size responsive (a774674)
  • reduce grant message size on mobile (7a1a0d8)
  • remove extra segment around AddressInput (b0364ae)
  • responsive address input (0a8c0e9)
  • responsive addressDisplay (91ae302)
  • responsive allowancesList (e68382a)
  • responsive editAllowance form (6d0de3b)
  • responsive homepage (4f61e66)
  • responsive tokenlistfilter (39cf28a)
  • use AddressDisplay for No Approval message (4033a7c)
  • warning about missing noopener noreferrer (87d57b0)

1.1.1 (2020-02-22)

1.1.0 (2020-02-22)

2.2.2 (2020-03-26)

Bug Fixes

  • always use correct checkAddress (f819620)
  • tone down Gitcoin Grant funding message (56751e3), closes #69

2.2.1 (2020-03-25)

Bug Fixes

  • etherscan links on ropsten (e33ef02)

2.2.0 (2020-03-25)

Features

Bug Fixes

  • disable NetworkSelector until wallet is available (68ac7be)
  • dont display 'undefined' in title (1080688)
  • etherscan links now are network-aware (62be8be)
  • reload page on network change (0aad392)
  • show error message on unsupported networks (16fd3ab)

2.1.1 (2020-03-24)

Bug Fixes

  • always connect with wallet account (11a2cf7)

2.1.0 (2020-03-23)

Features

  • integrate support/funding info (2be3c31), closes #52

Bug Fixes

  • wellKnownContracts.ts contained mixed case address (a931e02), closes #45

2.0.1 (2020-03-13)

Bug Fixes

  • dont crash when there is no code at contract address (7d24ad0)

2.0.0 (2020-03-13)

Features

  • add button to reload allowances (ab2a0fc)
  • add Old EOS token to well-known-contracts (c51120b)
  • display spender contract name if available (31dfa9c), closes #3
  • display transaction state (a352921)
  • further improve loading progress&UI (7cc5b2a)
  • improve loading progress (2a96b73)
  • track transaction state (5850b3a)
  • use ENSname in allowance list if available (9f03962)

Bug Fixes

  • dont clear existing allowances for already known addresses (ca09610)
  • handle failing allowance() calls (bbf6796)
  • handle logEntries with empty data (0x) (5ca31e1)
  • handling of addresses from url and wallet (4e38c4f)
  • improve detection of non-ERC20 contracts (a4d1756)
  • improve handling non-compliant ERC20 contracts (66edda1)
  • improve wording in EditAllowance form (1e0727f)
  • keep addressinput in sync with current address (34127ba)
  • missing useEffect deps (a058e55)

1.3.1 (2020-03-02)

Bug Fixes

  • handle failing allowance() calls (bbf6796)
  • handle logEntries with empty data (0x) (5ca31e1)
  • improve detection of non-ERC20 contracts (a4d1756)

1.3.0 (2020-02-27)

Features

  • support Trezor and Ledger (1352998)

Bug Fixes

  • don't autofocus on tokenFilter (cc59442)
  • reload allowance after editing (9f576a5), closes #18
  • set initial value '0' in EditAllowanceFormContainer.tsx (6b54805)

1.2.0 (2020-02-24)

Features

Bug Fixes

  • change string 'unknown ERC20' to 'unnamed ERC20' (3719183)
  • forgot to change 'unknown' to 'unnamed' in another location (04412b3)

1.1.1 (2020-02-22)

Bug Fixes

  • change string 'unknown ERC20' to 'unnamed ERC20' (3719183)

1.0.0 (2020-02-20)

Bug Fixes

  • dont spam console with "reverse name not found" messages (6dd6497)
  • make sure to get all results by using paginated graphql query (863876d)
  • modify query to not rely on transaction.signer (9638007), closes #6
  • prevent change of unmmounted component (8bfcf8c)
  • quick fix to remove token contracts that are not ERC20 but still log Approve-events with the same signature (cc93a06)
  • use dedicated api key for web requests (69bb99b)