This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Releases: alephium/desktop-wallet
Releases ยท alephium/desktop-wallet
2.0.2
v2.0.1
This patch release mainly addresses an upgrade issue that some Windows users experienced.
โฌ๏ธ Downloads
Windows | macOS | Linux |
---|---|---|
ย ย ย ย ย ย ย ย ย ย ย ย | ย ย ย ย ย ย ย ย ย ย ย ย | ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย deb | AppImage |
๐ New features
- Added Bulgarian translations
๐จ UI updates
- Changed color of swap transactions
๐ Bug fixes
v2.0.0
โฌ๏ธ Downloads
Windows | macOS | Linux |
---|---|---|
ย ย ย ย ย ย ย ย ย ย ย ย | ย ย ย ย ย ย ย ย ย ย ย ย | ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย deb | AppImage |
๐ New features
- A completely new design!
- Send multiple tokens in one transaction
- Connect to a dApp with the click of a button through deep-linking and execute transactions: #438
- No need to manually generate your addresses when you import your mnemonic anymore! The wallet will scan the network to find addresses you have used in the past. You can also trigger the search manually.
- Save the addresses you often use to send funds to in your contact list to avoid any typing/pasting mistakes!
- Download the transaction history of an address in CSV: #589
- Beautiful charts to see how the worth of your ALPH evolved through time
- Allow user to change wallet name: #432
- Detect and use system language: #512
- Additional lock time confirmation to avoid locking funds by accident: #548
- Switch networks and main address directly from the app header
- In preparation for the mobile wallet integration: Export encrypted mnemonic via QR code: #437
- For the devs: Developer tools section in wallet's settings with private key export and deploy/call contract buttons: #250, #484
๐จ UI updates
- Brand new Overview page for a better overview of assets, addresses, latest transactions, and historical worth
- Brand new Addresses page for easier address and contact management and overview of assets
- Brand new Transfers page with filtering options
- Address page moved into a new Address Details side modal for quicker access and more information
- Updated Welcome page with a new minimalistic look
- Updated Settings modal layout
๐ Bug fixes
- Close one modal at a time when pressing ESC.
๐ค Help from our community
- Updated Vietnamese translations - thanks @vynguyen94 and @nit27
- Helped fix WalletConnect integration - thanks @ross-weir
- Added Turkish translations - thanks @Deathmumi and @Huginntech
- Added Russian translations - thanks WalkingCat and @sergeybrava!
- Added Portuguese translations - thanks @LessIsMore10
- Added Spanish translations - thanks @LessIsMore10
- Update French translations - thanks @LessIsMore10
- Added Indonesian translations - thanks @ykris45
- Updated German translations - thanks @Waldi28 and @BeardedFloki
๐จโ๐ป Other
- Completed the migration of app state into Redux
- Improved UX by offloading heavy computation to web workers
- Improved select dropdown position for easier option selection
- Skeleton loaders for prettier loading states
- Collecting anonymous analytics to further improve the UX in the future
v1.5.3
๐ New features
- Wallet is now compatible with the (upcoming) Leman upgrade
๐ Bug fixes
- Fix display of decimal points: #549
๐ค Help from our community
- Added Portuguese translations - thanks @LessIsMore10 ๐
- Updated German translations - thanks @Waldi28 and @BeardedFloki ๐
Other updates
- Using new mainnet and testnet services
Click here to see new endpoints
https://wallet-v17.mainnet.alephium.org
https://backend-v113.mainnet.alephium.org
https://wallet-v17.testnet.alephium.org
https://backend-v113.testnet.alephium.org
v1.5.2
๐ Bug fixes
- Fix API rate limit error by introducing fetch retry feature
- Fix automatic update system for Windows (code-signing error)
Other updates
- Updated French translations
v1.5.0
Download
๐ macOS (dmg)
๐ช Windows (exe)
๐ง Linux (AppImage, deb)
๐ New features
- Automatic update system: no need to go on GitHub anymore to download a new version, you can do it directly through the app!
๐ค Help from our community
- Added Vietnamese translations. Thank you @nit27! ๐
- Added German translations. Thank you @Iix! ๐
๐ Bug fixes
- Fixed remaining accessibility bugs: #383
- Removed wallet from dropdown list after it gets deleted: #384
- Fixed display of mining rewards in overview tx list: #406
- Fixed version comparing with latest GH release
- Fixed links to docs
- Fixed theme initialization: #343
Other updates
- Faster build times by moving from react-scripts into Vite โก
- Improve installation UX by adding code-signing
- Using new mainnet and testnet services
Click here to see new endpoints
https://wallet-v16.mainnet.alephium.org
https://backend-v112.mainnet.alephium.org
https://wallet-v16.testnet.alephium.org
https://backend-v112.testnet.alephium.org
v1.4.0
๐ New features
- Transaction amounts can be locked until a specified date time #358
- Internationalization support, with French as the first new language #272
- Display pending sent transactions on app launch #323
๐ค Feedback from community
- Addresses can now be copied by hovering over their label #334 #302
- The application theme syncs with the OS theme #109
- Optimise CPU usage #404
โฟ๏ธ Accessibility
- The entire application can be navigated with a keyboard and screen reader #191
๐จ UI updates
- Improved display of transaction table rows #301
- Transactions between addresses of the same wallet are now condensed into one "Move" transaction #367
- Improved display of address labels #350
- Transaction details were extended to include lock time #358
- Custom scrollbar to match across systems #313
- Update expandable sections with a toggle button
- Update theme colors
๐ Bug fixes
- Refresh list of available wallets once a wallet gets deleted #306
Other updates
v1.3.0
๐ New features
- Implemented BIP39 passphrase #17
๐ Security
- Storage of address metadata is now encrypted #17
๐ค Feedback from community
- Fixed address tooltip from disappearing #213
- Request password when disabling password requirement setting #215
- Fixed network switch data initialization #210
๐ Bug fixes
- Fixed the order of listed addresses #288
- Fixed wallet storage edge-case when wallet name starts with the prefix
wallet
#236 - Fixed app crash when restarting it more than 60 times per hour #257
- Show upgrade message only when the latest GitHub version is newer #273
- Fixed wrong error message when importing seed #277
- Fixed scrolling issues in small screens
- Removed strikethrough artifact from secret phrase import screen
- Show About dialog in Linux #303
- Fixed QR code rendering #307
- Fixed rounding of displayed max available balance #296
Other
v1.2.0
๐ย New features
- Multiple address management: You can now derive and label multiple addresses to manage your funds!
- New pages:
- Overview page to keep an eye on all your addresses and their transactions.
- Addresses page to list all your addresses and to access advanced operations
- Address detail page to see further details and transactions of a specific address
- Transaction details: You can now see more details about a transaction by simply clicking on it, without resorting to leaving the app to check the details on the explorer!
- Sweep funds from one address to another
- Consolidate all UTXOs of one address to another
- Generate easily 1 address per group for a better mining and DeFi experience
- Enable offline mode
- Inform the user when there is a new version available to download from GitHub
- Switch accounts faster and easier without having to first lock the wallet
โจ UX Improvements
- Clearer display of amounts
- Reworked Send modal to:
- utilize new addresses features
- be able to โuse maxโ amount
- Added skeleton loaders
Other
- UI refinement (colors, typography, spacings, etc)
- Improved devX by adding Electron React dev tools
- Added npm script to build for Linux ARM64
- Renamed GitHub project to desktop-wallet (to make space for our upcoming mobile-wallet)
Compatibility
In case you want to connect your wallet to custom node/explorer backend services, keep in mind that the following versions are supported by this wallet release:
- Node versionsย
>= v1.3.0
- Explorer backend versionsย
>= v1.6.0
v1.1.0
Changelog
โจ UX Improvements:
- Open links to explorer in web browser instead of in-app
- Allow deleting accounts without having to log in
- Configurable wallet lock time in settings page
- Display amount of locked tokens
- Configurable transaction gas amount and price
- Sensible localhost network default values
- Ability to consolidate UTXOs when transaction fails
๐ Security/Privacy:
- Discreet mode toggle in top bar and in settings
- Add setting to require password before sending a transaction
๐ Bugs solved:
- Fix label of genesis token allocation transactions
- Fix display of pending transactions when switching networks
- Fix Windows bug where multiple wallet instances were allowed
- Fix header background fading when scrolling
๐จโ๐ป Other:
- Major code cleanup
- Initial tests
- Better error handling
- Improved development experience
Compatibility
In case you want to connect your wallet to custom node/explorer backend services, keep in mind that the following versions are supported by this wallet release:
- Node versions
>= v1.2.1
- Explorer backend versions
>= v1.4.0