Skip to content

Releases: wallet-guard/wallet-guard-extension

Version 0.8.0

23 Apr 21:50
3907431

Choose a tag to compare

Commits

  • Chore: #25 - #28 for misc devops work
  • Fix: add tabId to phishing detection (#29)
  • Bypass protection (#19)
  • Show Random Surveys (#37)
  • Onboarding fixes & package optimizations (#38)
  • Experiment: Remove onboarding flow for A/B test (#39)
  • Fix snyk PRs (#11, #12, #31, #40)
  • Updated models (#45)
  • Feature: Arbitrum support (#44)
  • Fix popup CSS (#47)
  • Bump version (#46)
  • Hide bypass on verified websites (#48)

Added

  • Arbitrum One network simulation & signature support
  • Random product surveys
  • Bypass protection

Fixed

  • Remove pageleave event in posthog for fewer events
  • Add skip button to onboarding and only show once even if incomplete
  • Fixed popup CSS which sometimes got buggy with large asset change numbers. Use consistent CSS layout using flexbox
  • Fixed several security vulnerabilities
  • Phishing detection sometimes updating the incorrect tab when switching URLs/tabs quickly

Version 0.7.6

01 Apr 21:38
0432931

Choose a tag to compare

Commits

  • Make Set Approval For All less scary on approved websites #24
  • typo on reason #23
  • add reason to proceed anyway event #22
  • Auto publish Github Action #21

Added

  • Tracking reason on proceed anyway events

Fixed

  • Make Set Approval For All warning text white instead of red on verified websites

Version 0.7.5

17 Mar 18:03
47d3d84

Choose a tag to compare

Commits

  • Feature: Uninstall & dashboard metrics #16
  • Fix: Simulation error handling #15

Added

  • Uninstall metrics
  • Dashboard open event refer source as insight
  • Unauthorized component as a result of the DDoS attack
  • Better insights in posthog

Fixed

  • Better types and error handling within server.ts - all API error cases should now be handled and no longer seeing infinite loading animation
  • Permit signatures no longer break by forcing the values within domain and message to be a string instead of a number
  • Removed bolding on many popup UI elements so that only key elements are now bold
  • Removed insignificant 0s after decimal point on token swaps
  • Decreased Get Started button animation delay from 3s to 2s
  • Clicking the tooltip icon now opens the current simulation popup, to mimic Metamask's behavior
  • Link Extension Update guide back to our blog
  • Added a space between the messages array in Overview Message and improved types throughout the popup component

Version 0.7.4

13 Mar 06:15
61cf09b

Choose a tag to compare

Added

  • 3 new error handling components

Fixed

  • Infinite animation bug with errored transactions
  • Overhauled error responses with improved types such as INSUFFICIENT_FUNDS, etc.
  • Clicking X on the simulation screen now rejects transactions
  • Minor UI and CSS improvements

Version 0.7.3

09 Mar 20:16
18d51fc

Choose a tag to compare

Fixed

  • Remove unnecessary scripting permission
  • Fix posthog initialization issue

Added

  • Add posthog metrics on install and tutorial funnel

Version 0.7.1

27 Feb 18:22
affc26d

Choose a tag to compare

Added

  • Update Posthog for better insights: phishing reason and dashboard visits (#2)

Fixed

  • Fix Initialize Posthog in useEffect to fix race condition (#3)
  • Fix eth_chainId requests for sendAsyncHandler for async issues on websites like Debank and Decentraland (#3)
  • Filter out browser native pages (#1)

Version 0.7.0 - Transaction Simulation & Open Source

18 Feb 19:34
affc26d

Choose a tag to compare

 fix: signer correctly set for eth_signTypedData (#4)

* fix: eth sign typed data now sends signature

* release: bumped version to 0.7.2