Skip to content

Releases: symbol/desktop-wallet

v0.9.11: Stability and Bug fixes

19 May 14:47
1c79100
Compare
Choose a tag to compare

Added

  • Added prettier setup for better code practises (fixes #243)
  • Removed usage of v-html [vulnerability] with node integration (fixes #324)
  • Added improved websocket listener subscriptions (fixes #329)
  • Changed display of PeerSelector component
  • Added refresh button to dashboard
  • Added namespace name in alias transaction details (fixes #300)
  • Added validator for profile names (fixes #297)
  • Removed transaction details modals and cosig modals footer (fixes #367)

Fixed

  • Fixed aggregate and funds lock transaction fees (fixes #196)
  • Fixed transaction details performance issue (fixes #322)
  • Fixed cosign partial transaction details screen (fixes #319)
  • Fixed explorer base URL sourcing (fixes #298)
  • Fixed password field auto-focus (fixed #290)
  • Fixed aggregate transaction failure timeout for funds locks (fixes #52)
  • Fixed cosignature explanation wording (fixes #366)

v0.9.10: SDK and Testnet upgrade

30 Apr 19:04
5b5da90
Compare
Choose a tag to compare

Milestone: [email protected]

Faucet: http://faucet-941-01.symboldev.network/

Explorer: http://explorer-941.symboldev.network/

Added

  • SDK and testnet upgrade (fixes #276, fixes #292)
  • Change user data storage folder location
  • Cache by Generation Hash (fixes #301, fixes #305)
  • Improved cache when generation hash changes
  • Improved loading when generation hash changes
  • Updated default network mosaic ids (fixes #278)
  • Reloading network currency when network has changed (fixes #278)
  • map cut/copy/paste/select all actions

Fixed

  • Fixed fee selector (fixes #318, fixes #196)
  • Fixed unit tests
  • Renamed model class
  • Fixed linter
  • Reset current signer
  • Removed AESEncryptionService (fixes #277)
  • Truncate wallet name in wallet selector
  • fix view in explorer link (fixes #298)
  • Remove urls backslashes

Changed

  • Rename account to profile (fixes #304)
  • Integrate storage versioning PR #308 (fixes #305)
  • Rename wallet to account (fixes #304)
  • Renamed Profiles to Profile (fixes #304)
  • Few missing wallet -> account renames (fixes #304)
  • updated CHANGELOG
  • Removed debug console

v0.9.9: SDK and Testnet upgrade

29 Apr 17:26
e1ba1ff
Compare
Choose a tag to compare

Milestone: [email protected]

Faucet: http://faucet-941-01.symboldev.network/

Explorer: http://explorer-941.symboldev.network/

Added

  • SDK and testnet upgrade (fixes #276, fixes #292)
  • Change user data storage folder location
  • Cache by Generation Hash (fixes #301, fixes #305)
  • Improved cache when generation hash changes
  • Improved loading when generation hash changes
  • Updated default network mosaic ids (fixes #278)
  • Reloading network currency when network has changed (fixes #278)
  • map cut/copy/paste/select all actions

Fixed

  • Fixed unit tests
  • Renamed model class
  • Fixed linter
  • Reset current signer
  • Removed AESEncryptionService (fixes #277)
  • Truncate wallet name in wallet selector
  • fix view in explorer link (fixes #298)
  • Remove urls backslashes

Changed

  • Rename account to profile (fixes #304)
  • Integrate storage versioning PR #308 (fixes #305)
  • Rename wallet to account (fixes #304)
  • Renamed Profiles to Profile (fixes #304)
  • Few missing wallet -> account renames (fixes #304)
  • updated CHANGELOG
  • Removed debug console

v0.9.7: Bugfixes and Testnet compatibility

07 Apr 23:19
Compare
Choose a tag to compare

Fixed

  • Fix for downloading QR Codes with Mnemonic: #168
  • Fix for multi-signature Signer Selector address display: #205
  • Fixes related to changing profile passwords: #195
  • Fix account import status errors: #135
  • Fixed transaction pagination on Dashboard: #112

Added

  • Added discarding staged transactions: #88
  • Added refresh button and expired objects display: #186

v0.9.6: Symbol Desktop Wallet

17 Mar 16:14
Compare
Choose a tag to compare
Pre-release

Added

  • Permit to query partial transactions of multisig accounts (fixes #68)
  • Skip expired mosaics in transfer form (fixes #61)
  • Added aliases to wallet details (fixes #26)
  • Added multisig accounts transaction list link (fixes #84)

Changed

  • Changed navigation bar logos to use Symbol branding (fixes #72)
  • Add reactivity to confirmed transaction events (fixes #69)
  • Added usage of repository factory for REST (fixes #131)

Fixed

  • Fixed sub wallet creation form (fixes #103)
  • Added unsubscription from websocket channels (fixes #99)
  • Fixed duplicate words in mnemonic passphrases (fixes #87)
  • Reset cosignatories from multisig form (fixes #85)
  • Fix reactivity of account balance panel (fixes #79)
  • Fixed account import cancellation (fixes #135)
  • Fixed transaction pagination (fixes #112)
  • Fixed dashboard CSS (fixes #111)
  • Fixed SignerSelector mutation (fixes #115)
  • Fixed form submit behaviour (fixes #98)

v0.9.5-beta: Symbol Desktop Wallet

06 Mar 18:49
Compare
Choose a tag to compare
Pre-release

Added

  • FormAccountUnlock: standardize practice of unlocking account across app
  • FormTransactionBase: base abstraction layer for transaction forms
  • SignerSelector: generic transaction signer selector, works with multisig to change owned assets states
  • General change of views files (*.vue) paths with result :
    • Components in src/components/
    • Modal Dialogs in src/views/modals/
    • Pages in src/views/pages/
    • Layouts in src/components/
    • Forms in src/views/forms/
  • Added namespaced vuex Store managing application state changes
  • Added namespaces vuex Store managing REST requests changing state (action REST_*)
  • Added src/core/database/ with LocalStorageBackend, models and tables schemas
  • Added repository abstraction layer to work with persistent storage
  • Added business layer implementations in src/services/*
  • Rewrote all route names and use route names instead of paths for redirects
  • Added TransactionService methods handling transaction signature
  • Added TransactionService methods handling transaction broadcast
  • Added store actions for better reactivity across components
  • Added endpoints database table
  • Improved FormTransactionBase to make use of isCosignatoryMode state change
  • Added automatic funds lock creation for multi-signature transactions (aggregate bonded)
  • Added possibility to aggregate transactions that are signed and on-stage (example used in FormMosaicDefinitionTransaction)

Known Issues

  • Missing harvesting setup (account link & persistent delegation requests)

v0.9.4: backend overhaul + Symbol rebranding

25 Feb 22:29
Compare
Choose a tag to compare

Added

  • FormAccountUnlock: standardize practice of unlocking account across app
  • FormTransactionBase: base abstraction layer for transaction forms
  • SignerSelector: generic transaction signer selector, works with multisig to change owned assets states
  • General change of views files (*.vue) paths with result :
    • Components in src/components/
    • Modal Dialogs in src/views/modals/
    • Pages in src/views/pages/
    • Layouts in src/components/
    • Forms in src/views/forms/
  • Added namespaced vuex Store managing application state changes
  • Added namespaces vuex Store managing REST requests changing state (action REST_*)
  • Added src/core/database/ with LocalStorageBackend, models and tables schemas
  • Added repository abstraction layer to work with persistent storage
  • Added business layer implementations in src/services/*
  • Rewrote all route names and use route names instead of paths for redirects

Known Issues

  • Missing harvesting setup (account link & persistent delegation requests)
  • Some missing UI fixes for Symbol rebrand
  • Mosaic definition multi-signature feature bug with signer selection (aggregate bonded only)