Releases: satoshipay/solar
v0.18.2
Another small release shipping a couple of bug fixes and a few detail features. Expect more new features to arrive soon!
Features
- Key export dialog makeover (#357)
- Make anchorusd.com the default USD token in one-click assets (#561)
- Horizon fail-over: Support using a secondary horizon server if the primary one is down (#543)
- Add QR code scanner to "send payment" view, make all scanners consistent (#526)
- Show "downloading…" page when downloading an app update (#520)
Bug fixes
- Make horizon data subscriptions more reliable (#551)
- Make multi-sig data subscriptions more reliable (#530)
- Fix "amount to receive" in trading view (#517)
- Always use high fee for multi-sig transactions (#501)
Chores
- Update dependencies (#521)
v0.18.1
v0.18.0
Another release! No, it's not the one with the off-ramp... yet. It comes with a bunch of nice stuff, though.
Most prominent changes are the ability to use stellar addresses like [email protected]
instead of those long public keys, a couple of small UI styling changes and improved handling of critical errors.
Furthermore 0.18 comes with a bunch of bug fixes.
New features
- Support stellar addresses (#470)
- Small overall UI updates (#462)
- No more white screen of death: Show error screen for unhandled errors (#455)
Bug fixes
v0.17.2
Maintenance release, shipping a couple of important improvements.
There has been a lot of load on the Stellar network recently, causing transactions to randomly fail. In response to that we implemented a dynamic fee selection algorithm to increase the transaction fee when network load is high. You will see the selected transaction fee before confirming the transaction.
Furthermore, the newly introduced transaction timeout prevented multi-signature transactions to work. This release includes a fix to create working multi-signature transactions again.
New features
- Smart fee selection: Selects a higher tx fee if necessary (#421)
- Show update notification on app launch, click to download (#432)
Bug fixes
- Increase transaction timeouts (#428, fixes multi-sig transactions)
Chore
- Update
material-ui
version (#424)
v0.17.2 Pre-release
v0.17.2-pre Implement update notification (#432)
v0.17.1
v0.17.0
... the one with the Stellar Distributed Exchange (DEX) integration!
Convert your XLM into USD, EURT, ... easily from within your Solar wallet. We tried to make the process as simple as possible without sacrificing transparency.
There are a bunch of minor changes that you can find below. Among others we are now digitally signing the application binaries we offer for download.
New features
- DEX integration (#367, #368)
- Prefer showing local account names over public keys (#390)
- Digitally sign the application binaries (#412)
Fixes
- Only do key weight update operation if key weight should change (#387)
- Less noisy data streaming errors (#411)
- Correct email address (#393)
Chore
v0.17.0 Pre-release
v0.17.0-pre Merge pull request #411 from satoshipay/feature/298-less-intrusive-st…
v0.16.0
This release ships a couple of security improvements. We recommend updating your Solar wallet now to benefit from the improved security features.
Apart from that there are also a few minor user interface updates.
New features
- Security feature: Warn about multi-signature transactions sent by unknown accounts (#352)
- Improve signers list when reviewing pending multi-sig txs, show who signed already (#353)
Bug fixes
v0.15.0
The Public Beta Release 🚀
Breaking
- Changed multi-signature service URL (#348)
New features
- New branding (#314, #333)
- Add terms & conditions confirmation (#349, #350)
- Simplify multi-sig setup (#318, #319)
- Allow dismissing pending multi-sig transactions (#320)
- Add "receive payment" view (#329)
- Show signers in transaction confirmation (#331)
- Add USD to one-click-add assets (#332)
- Show balance(s) in "create payment" view (#342)
Bug fixes
- Prevent removing all signers (#316)
- Make "select all" keyboard shortcut work (#337)
- Fix transaction confirmation bug on consecutive payments (#341)
- Prevent error when enabling multi-sig while there are no accounts (#343)
- Disable "Manage Assets" & "Manage Signers" if account is unactivated (#344)
- Don't show password input when reviewing signed transaction (#345)
- Fix race condition leading to permanent spinners on some devices (#346)
Other
- Release source code under GPL