Releases: wallet-guard/wallet-guard-extension
Releases · wallet-guard/wallet-guard-extension
Version 1.3.0
What's Changed
- Feature: Soft locking by @mindofmar in #128
- bump version to 1.3.0 by @mindofmar in #144
- fix soft locking response model by @mindofmar in #145
- fix parsing of params when already object by @mindofmar in #146
Full Changelog: v1.2.1...v1.3.0
Added
- New Feature: Soft locking. 🔒 Lock down your most valuable assets to keep them safe from scams. Learn more here.
Fixed
- Minor issue when trying to run
JSON.parseon transaction args that were already in object form - Tech debt: merging several of the state changes components into one which results in a much cleaner and easier to manage component
- Other minor UI enhancements to state changes such as mapping the names of NFTs better instead of showing
Unknownwhen we do not have data for a given field
Version 1.2.1
What's Changed
- remove unused code by @mindofmar in #137
- Refactor: v1 Signature endpoint release by @mindofmar in #138
- add popup manager for extra data popups and skip simulations by @mindofmar in #141
- bump version to 1.2.1 by @mindofmar in #142
- fix symbol mapping logic by @mindofmar in #143
Full Changelog: v1.2.0...v1.2.1
Added
- Improved support/readability for many signatures.
Fixed
- Show collection name on state changes when no
tokenNameexists. HidesUnknownbeing shown when a proper title it may not exist.
Changed
- Standardized "You are approving" to match the way other state change look. (now includes fiat value)
Version 1.2.0
What's Changed
- Fix: add header to loading state by @mindofmar in #133
- Feature: Base support by @mindofmar in #134
- Feature: Degen Mode by @AugmentedMode in #135
- Refactor by @mindofmar in #132
- bump version to 1.2.0 by @mindofmar in #136
Added
- Base Mainnet transaction & signature simulation support
- Degen mode: skipping transactions on 5 verified dApps
Fixed
- Minor bug fixes
- Adding header to loading state in simulator
Version 1.1.4
Commits
- Minor bug fixes in simulator (#127)
- Add pudgy penguin GIFs to loading screen (#129)
- bump version to 1.1.4 (#130)
- add referrals to simulator (#131)
Added
- Pudgy penguin GIFs added to loading in simulator
- Show referrals in simulation header
Fixed
- Improved verbiage on Revert error
- Removed Suspicious website warning because it was causing confusion to users on some warnings
- Settings Icon was using tailwind (which does not exist in our repo lol)
Version 1.1.3
Version 1.1.2
Commits
- Refactor methods handlers to catch errors better (#116)
- Remove Welcome modal in popup and other bug fixes (#117)
- bump to version 1.1.2 (#118)
- fix theme bugs and improve personal sign args (#119)
- fix unknown request arg types equivalency issue (#120)
- improve eth_sendtransaction args validation (#121)
Fixed
- Bug fix: improves request handlers for proxying transactions by catching errors and ensuring all request types are covered
- Fix: Some DApps send personal_sign args backwards. This ensures the args are in the correct spot
- Removes welcome promo modal
Version 1.1.1
Commits
- fix path to website status icons (#109)
- remove unknown website verification status (#112)
- fix stringifying transaction args (#111)
- bump version to 1.1.1 (#113)
- fix outline around verification badge (#114)
Fixes
- Improves validation on transaction requests
- removes
Unknown websitebadge, which was causing a lot of questions/concerns from users - Minor improvements to the website verification icons, such as them not showing in the unsupported signature UI
Version 1.1.0
Version 1.0.1
🔥 Version 1.0.0
Commits
- Connect to dashboard (#96)
- Delete old dashboard (#94)
- move to new settings model (#95)
- Add dashboard welcome modal to simulator (#97)
- release 1.0.0 🎉 (#98)
- fix dashboard has extension check (#99)
- initialize sentry w/ source maps (#100)
- Feat/dashboard prod ready (#101)
- add feature flag for dashboard onboarding promo (#102)
- Read all notifications endpoint (#103)
- disable recordings in posthog (#104)
Added
- Launch of new onboarding flow & security dashboard. Go run your first security scan! https://dashboard.walletguard.app
- Added ability for dashboard to communicate w/ the extension
- Promo ad for new dashboard on opening the simulator for the first time
- New settings model under new key. This now allows you to enable/disable phishing detection.
- New wallets supported for version checking: Keplr, Coinbase wallet, ArgentX, Sui, and more.
- Much better user strategy within Posthog
Fixed
- Alerts for visiting suspicious websites were not getting created because they were accidentally removed a previous commit. This is now fixed
Other
- Removed old dashboard & other unused code