Skip to content

Release - v9.6.0

Compare
Choose a tag to compare
@nsjames nsjames released this 02 Nov 17:01
· 496 commits to master since this release

SHA256 Checksums

  • MacOS: 8bb280153de331c12b090d16a92952071534a29fbaf12cb8f170ce4dde82dd5d
  • Windows: dba0fee0c55acb742dd94dc279bf3b876e554c28920c85a137751da9b083e81c
  • Linux: 566d32a49ef295a423da88e09b5ecf01ff0ae94e96203af6dad9aa7f2fff258b

Checking checksums on any OS

  • in a console/terminal/cmd prompt: shasum -a 256 <filename>

Changes

  • Huge speedups for the app across the board making it sleeker and more responsive internally and when connecting/interacting with applications.
  • One popup is now pre-loaded in the background which allows for instantaneous/extremely quick popups.
  • Added notifications for when a user signs a whitelisted permission. If these get annoying they can be disabled from the new "General" settings panel.
  • When generating a new key the user is automatically brought to the export private key screen
  • Entering a password to export a key has been moved to before entering that panel so that you don't have to enter it each time for different blockchains.
  • You can now enable/disabled blockchains for any given key which will omit the other accounts. It also automatically infers the blockchains used when importing the private key ( will only enable EOSIO for EOS keys for instance ).
  • Blockchain Networks can now be edited from within the settings panel instead of having to remove/re-add them for small changes. Chain IDs can not be edited though, as that would break internal linking.
  • Added splash screen for initial loading so that users don't just see a blank screen.
  • The internal socket now tries to reconnect every 2 minutes to make sure that the open socket never closes itself. This sometimes happens when logging out of OS users or when the screensaver pops up but currently electron doesn't have a way to detect those events.
  • Changed size of toolbar above all panels to give more space to the current panel below.
  • Added delay_sec into transaction popup for EOS
  • Added paying into transaction popup for Tron for smart contracts
  • Added refund bar to EOS account management panels
  • Added hash and version to automatic backups so that they aren't overwritten when upgrading or installing another scatter instance.
  • Made it not switch the token when changing recipient or from address as long as the same blockchains are available in either situation.

Bugfixes

  • Fixed issue with eosjs2 parsing due to the new beta2 lib.
  • Fixed issue with not being able to sign using ledger with non 0 indexes
  • You can now left click the tray icon on windows to instantly open scatter back up.
  • Scatter will be minimized after a popup is issued on MacOS to hide it behind any active window, and the previous window will be instantly focused to stop having to double click back into it or manually minimize the window.
  • Token balance fix after editing/removing/adding accounts
  • Made the timeout longer ( 20sec ) when importing account to allow keys with lots of accounts to not time out and import no accounts.