Releases: wallet-guard/wallet-guard-extension
Releases · wallet-guard/wallet-guard-extension
v1.3.7
What's Changed
- add updated privacy notice by @mindofmar in #164
- bump version to 1.3.7 by @mindofmar in #165
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- remove extra posthog events by @mindofmar in #162
- bump version to 1.3.6 by @mindofmar in #163
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- add analytics on chainId bypass attempts by @mindofmar in #160
- bump version to 1.3.5 by @mindofmar in #161
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- Fix: Add validation to bypass check by @mindofmar in #158
- fix phantom compatibility by @mindofmar in #156
- Fix: Validating chainId inputs by @mindofmar (this fixes a critical bug found by @jasondoyle which was rewarded in our bug bounty program) in #157
- bump version to 1.3.4 by @mindofmar in #159
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Refactor URL query parameter filtering in phishingService.ts by @AugmentedMode in #154
- bump version to 1.3.3 by @AugmentedMode in #155
Full Changelog: v1.3.2...v1.3.3
Added
- Filter's out possible PPI within query parameters
v1.3.2
What's Changed
- add nyan cat to loading screen in tx sim by @AugmentedMode in #152
- bump version to 1.3.2 by @AugmentedMode in #153
Full Changelog: v1.3.1...v1.3.2
Added
- add nyan cat to loading screen in tx sim
Version 1.3.1
What's Changed
- Feature: Rescan policy & other fixes by @mindofmar in #147
- upgrade to v1 endpoint by @AugmentedMode in #140
- fix tab blocking on rescan policy by @mindofmar in #148
- bump version to 1.3.1 by @mindofmar in #149
Full Changelog: v1.3.0...v1.3.1
Added
- Rescan policy when our API is still gathering heuristics about a website
- Upgraded to V1 endpoint for URL scanning. This significantly improves our detection rates on several types of scams.
Fixed
- Bug fix: Sometimes users were unable to proceed anyways on the phishing screen. This is now fixed.
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.parse
on 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
Unknown
when 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
tokenName
exists. HidesUnknown
being 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