Skip to content

Releases: satoshipay/solar

0.14.0

14 Dec 17:05
876e2c5
Compare
Choose a tag to compare

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

23 Nov 17:49
5c37c17
Compare
Choose a tag to compare

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

16 Nov 17:57
0fcfb04
Compare
Choose a tag to compare

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.

bildschirmfoto 2018-11-16 um 19 00 55

New features

  • Restyled account page & transaction history (#196)
  • Set default account names (#225)

Bug fixes

  • Fix account deletion (#249)
  • Fix platform detection (#268)
  • Fix account creation transactions (#255)

Engine room

  • Update dependencies (#243)

0.11.0

09 Nov 18:42
31d13bc
Compare
Choose a tag to compare

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

  • Fix friendbot button spinner color (#231)
  • Bring back linear gradient at top of window when scrolling down (#245)

0.10.1

19 Oct 18:22
9f0d503
Compare
Choose a tag to compare

This week just a bug fix release with a couple of major under-the-hood changes and feature-flagged multi-signature developments.

New features

  • Changed the transaction confirmation button label (#211)
  • Use SatoshiPay horizon servers (#212)

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

12 Oct 17:07
2faf632
Compare
Choose a tag to compare

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

bildschirmfoto 2018-10-12 um 18 46 50

Add Account

bildschirmfoto 2018-10-12 um 18 46 56

Create Co-Signer Keypair (behind feature flag)

bildschirmfoto 2018-10-12 um 19 03 54

0.9.1

05 Oct 17:15
c13686b
Compare
Choose a tag to compare

Just a small patch release. Mostly under-the-hood improvements and a few minor error handling corrections.

New features

  • Payment form will now check for sufficient balance and fail early (#192)

Technical chores

  • Replaced overly complex form handling logic (#24, #99)

0.9.0

28 Sep 16:30
13c1dea
Compare
Choose a tag to compare

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

21 Sep 16:37
a861d54
Compare
Choose a tag to compare

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

  • Small UI improvements along the payment journey (#178, #179)
  • Show a spinner on buttons while waiting for background operation (#175)
  • Show context menu on right click (#176)

0.7.0

14 Sep 15:41
5578151
Compare
Choose a tag to compare

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