Skip to content

Releases: satoshipay/solar

v0.18.2

25 Apr 14:47
dd83396
Compare
Choose a tag to compare

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

09 Apr 13:02
5eb201e
Compare
Choose a tag to compare

Just a few bug fixes for small, but unpleasant issues.

Bug fixes

  • Show text memos correctly (#484)
  • Fix example stellar addresses in destination textfield placeholders (#476)
  • No more unnecessary scrollbars on Windows (#475)

v0.18.0

04 Apr 09:14
61a1753
Compare
Choose a tag to compare

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

  • Make transaction history updates reliable (#437)
  • Repaired "remove trustline" (#442)
  • Disable "trade" button in accounts that have not been funded yet (#438)
  • Fix crash on entering a zero price in DEX trading (#461)
  • Smart fee selection: Raise fees up to a certain maximum value only (#434)

v0.17.2

12 Mar 15:06
af6d2ca
Compare
Choose a tag to compare

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

06 Mar 18:45
dc25b06
Compare
Choose a tag to compare
v0.17.2 Pre-release Pre-release
Pre-release
v0.17.2-pre

Implement update notification (#432)

v0.17.1

28 Feb 12:46
ddd45a2
Compare
Choose a tag to compare

This is a bug fixing release. The "Manage Signers" view was non-functioning since the horizon server update yesterday.

Bug fixes

  • Fix "Manage Signers" after horizon server introduced a breaking change (#418)

v0.17.0

25 Feb 17:57
3169099
Compare
Choose a tag to compare

bildschirmfoto 2019-02-25 um 17 56 52

... 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

  • Update electron & electron-builder (#377)
  • Update React.js & other dependencies (#399, #400)

v0.17.0 Pre-release

22 Feb 18:29
ee3362b
Compare
Choose a tag to compare
v0.17.0 Pre-release Pre-release
Pre-release
v0.17.0-pre

Merge pull request #411 from satoshipay/feature/298-less-intrusive-st…

v0.16.0

04 Feb 19:36
3612f86
Compare
Choose a tag to compare

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

  • Security feature fixed: Sandbox renderer process (#373)
  • Make dialog buttons consistent (#278)
  • Disable testnet feature toggle if there are testnet accounts in the wallet (#370)

bildschirmfoto 2019-02-04 um 19 34 52

v0.15.0

17 Jan 16:26
1366b16
Compare
Choose a tag to compare

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