Skip to content

Releases: floating/frame

0.6.1

25 Feb 01:26
f816858
Compare
Choose a tag to compare

Release Notes

Fixed

  • Allow migration when chains were not previously present (#1458)

0.6.0

24 Feb 19:27
Compare
Choose a tag to compare

Frame v0.6!

All the features from Frame Canary now in production!

0.5.0-beta.22

26 Jul 12:34
96456f3
Compare
Choose a tag to compare
  • Fix memory leak and crash that happens when Frame canโ€™t connect to any chains (#957)
  • Fix issue that causes crash when checks for new version are rate limited (#951)
  • Fix startup sequence in worker process to prevent balances from loading forever (#958, #961)
  • Allow users to sign 20-byte message using personal_sign (#944)
  • Allow users to opt in or out of error reporting (#938 @0xakihiko)
  • Show specific confirmation for revoking token spend approval (#953)
  • Dependencies
    • Upgrade eth-provider to v0.12.1
    • Upgrade Sentry Electron SDK to v4.0.0-beta.1

0.5.0-beta.21

14 Jul 13:03
Compare
Choose a tag to compare
  • Fix bug that returned an error when trying to deploy contracts (#921)
  • Prevent attempts to open Frame multiple times (#927)
  • Prevent auto-update checking errors from crashing Frame (#929)
  • Fix undefined reference error when checking chain ID (#924)
  • Fix crash when error occurs loading dapp from IPFS (#932)
  • Remove file path from stack trace before sending to Sentry (#922)
  • Fix null reference focus error in renderer (5ee8099)
  • Upgrade GridPlus SDK to v2.2.0 (#925, #936 @douglance)

0.5.0-beta.20

30 Jun 08:05
Compare
Choose a tag to compare
  • Trezor upgrades (#904)
    • better connection detection
    • ability to reconnect when device is waiting for pin/password from another source
    • allow Trezor T users to choose to enter passphrase in Frame or on device
    • use Node-native library instead of in-browser workaround
  • upgrade UX when verifying address on device, wait for user entry and don't allow multiple requests (#907)
  • display more address characters when signing and approving transactions (#914, @stoooops)
  • convert to checksummed addresses for transactions (#910)
  • fix Lattice signing bug on non EIP-1559 chains (#916, @KevinVitale)
  • fix bug where balances would show as zero if an error occurred (#897)
  • fix restart loop bug if Frame is already running (#888)
  • do not require block explorer to add a chain (#906, @ZeroEkkusu)
  • make sign message content more visible to prevent malicious signing forgery attacks (#908)
  • use mainnet connection to resolve ENS instead of hardcoding to Infura (#836)

0.5.0-beta.19

08 Jun 17:00
2eb8f02
Compare
Choose a tag to compare
  • Fixed bug where removing account crashes Frame (#841)
  • Fixed "transaction underpriced" issue on Fantom (#884)
  • Upgraded GridPlus SDK to v1.3.5 (#845 @KevinVitale @douglance)
  • Fixed bug in Trezor firmware version check (47d2c4f, #877 @autoregressive)
  • Use checksum addresses instead of all lowercase (#880)
  • Frame will now automatically restart with user option to quit on unhandled errors (#881)

0.5.0-beta.18

02 May 17:39
Compare
Choose a tag to compare

Restores fixes from beta.16 after regression in beta.17

0.5.0-beta.17

28 Apr 21:09
Compare
Choose a tag to compare
  • Upgraded to Electron v18.1.0 to fix crash when opening send dapp while using accessibility features (#820)

0.5.0-beta.16

27 Apr 17:30
Compare
Choose a tag to compare
  • Fix for crash when Websocket connection aborts handshake (eth-provider v0.11.0)
  • Fix for EPIPE error when waking up from standby (#814)
  • Send Dapp Updates
    • Correct sort order based on total asset value
    • Display assets for all known chains

0.5.0-beta.15

19 Apr 18:15
3f3372c
Compare
Choose a tag to compare
  • Rollback moz origin check (#809)