Skip to content

Releases: wallet-guard/wallet-guard-extension

Version 1.3.0

11 Mar 17:53
3095f44

Choose a tag to compare

What's Changed

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.
description

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

27 Feb 06:52
fe68bbd

Choose a tag to compare

What's Changed

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. Hides Unknown 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

09 Feb 20:36
743f87b

Choose a tag to compare

What's Changed

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

18 Jan 02:24
50207d3

Choose a tag to compare

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

05 Jan 05:51
edd7da8

Choose a tag to compare

Commits

  • skip transactions (#122)
  • fix header (#124)
  • Update version number in package.json and (#125)
  • revert: skip simulation on verified dapps (#126)

Added

  • Quick access to Settings through simulation UI

Fixed

  • Remove bypass warning when site is verified
  • Updated Twitter (X) share text and icon

Version 1.1.2

07 Dec 05:50
d0a49ea

Choose a tag to compare

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

10 Nov 07:33
9f289b7

Choose a tag to compare

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 website badge, 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

18 Oct 04:28
c560508

Choose a tag to compare

Commits

  • Feature: 🔴 Optimism simulation support (#107)
  • bump version to 1.1.0 (#108)

Added

  • New chain for transaction simulation: Optimism

Version 1.0.1

10 Oct 19:23
4656889

Choose a tag to compare

Commits

  • fix dashboard opening in new tab and bug fixes (#105)
  • bump version to 1.0.1 (#106)

Fixed

  • Common error: Reading from an undefined object in localStorage
  • Toolbar & onboarding should have been opening dashboard in new tab. This is now fixed.

🔥 Version 1.0.0

05 Oct 04:08
9a65275

Choose a tag to compare

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