Releases: satoshipay/solar
0.14.0
A lot has happened in the last days!
The wallet finally has a name, the signature coordination service has now a publicly available staging deployment for the first time and there is now a simple website deployed at https://solar.now.sh.
New features
- Renamed to Solar Wallet (#289)
- Added settings page (#159)
- Show app version on settings page (#180)
- Prevent setting dangerous key weight thresholds (#285)
Bug fixes
- Minor style fix: Decreased bold text's boldness (#295)
0.13.0
This release completes the re-styling of the account page that started with the last release.
New UI
- Restyled account assets view
- Turned account assets page into a full-window dialog
- Show balances in assets list
- Restyled signers management view
- Turned signers management view into a full-window dialog
- Show transaction submission progress inside the confirmation dialog
Bug fixes
- Consistent font sizes on account page
- Fix alignment of balances in transaction history
- Fix platform detection in app
0.12.0
Another beta release. Most noticeable change: The restyled account page! 🖌
The new account page design is not completely implemented yet, but this update ships most of it. Furthermore there is now a default account name on account creation, since users were repeatedly complaining about its UX.
New features
Bug fixes
Engine room
- Update dependencies (#243)
0.11.0
New features
- Restyle create payment & confirm transaction dialogs (#203)
- Show transaction memos in transaction history (#215)
- Show nicer icons in transaction history (#240)
New features behind feature flag
- Show pending transactions that require further signatures (#202)
- Reviewing, confirming, sending of multi-signature transactions (#230)
- Show desktop notification on new multi-signature transaction (#244)
Bug fixes
0.10.1
This week just a bug fix release with a couple of major under-the-hood changes and feature-flagged multi-signature developments.
New features
Bug fixes
- Fix custom asset limit (#213)
- Show zero balance for unactivated accounts (#210)
- Minor UI fixes (#214)
Chores
- Replace MobX observables by React contexts (#223)
0.10.0
Major UX changes
The brand color has been changed to a lighter blue and the accounts list and account adding page have been restyled.
Furthermore the first multi-signature features have been added, only visible during development for now.
Coming up next: Redesign of the account page 🌅
Account List
Add Account
Create Co-Signer Keypair (behind feature flag)
0.9.1
0.9.0
The wallet shall now be called "Wallet X" until we have set on the final name.
New features
- Simple splash screen
- Merged "Create Account" title and account name textfield
- Show exact transaction timestamp on hover
- Account balances formatted more nicely
UI / UX fixes
- Shows loading bar instead of zero balance while account data is loaded
- Transaction submission overlay: Rephrased titles to not confuse users with the "transaction" concept
0.8.0
This release comes with a couple of smaller UX / UI improvements. They represent a gradual update from the current UI to a refined and properly UX-reviewed one.
A lot of effort went into multi-signature developments outside the wallet and research for auto-updates this week.
New features
0.7.0
This release comes with a slightly improved UI and some technical under-the-hood improvements.
Those improvements are the beginning of a greater wave of visual and technical improvements. Preparatory work for a cross-wallet multi-signature communication infrastructure has also been done.
New features
- Improved account list page (#157)
- Even more comfortable trustline adding (#162)
- Made add account a page (#156)
Bug fixes
- Fixed a few typos
Technical
- Set Content-Security-Policy as a security measurement (#93)
- Started to straighten up state management code (#104)
- Created a draft of how a multi-sig coordination service might be implemented: GitHub Gist
- Started discussing the multi-sig coordination architecture with the Stellar community
Still left to solve
- Final decision on naming / branding of the wallet
- Proof-of-concept implementation of multi-signature services