Releases: wallet-guard/wallet-guard-extension
Releases · wallet-guard/wallet-guard-extension
Version 0.8.0
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
pageleaveevent 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
Version 0.7.5
Commits
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
domainandmessageto 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
3sto2s - 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
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
Fixed
- Remove unnecessary
scriptingpermission - Fix posthog initialization issue
Added
- Add posthog metrics on install and tutorial funnel
Version 0.7.1
Version 0.7.0 - Transaction Simulation & Open Source
fix: signer correctly set for eth_signTypedData (#4) * fix: eth sign typed data now sends signature * release: bumped version to 0.7.2