Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Finalizing the release

Pre-release
Pre-release
Compare
Choose a tag to compare
@einsteinx2 einsteinx2 released this 16 Jan 18:42
· 109 commits to master since this release

This release should be either the last or one of the last betas before the 1.0 public beta! We've done a bunch of work on the backend to get things working better, faster, and more reliably. We've fixed all of the bugs we're aware of regarding syncing and other core functionality, and the design is almost complete!

We're putting the final touches on Bittrex support to try and get that out for 1.0, and have a bit of user interface polish left to do, but otherwise we're there. iOS is also coming along quickly and should be ready to submit within a week.

Improvements

  • Renamed Wallet to Ethereum Address to avoid confusion when adding your account
  • Truncated crypto decimals when possible to prevent seeing things like 0.00000000
  • Added a better exchange rate source for fiat currencies, so now all world currencies are supported
  • Almost finished skinning the add account screen including adding a help button that links to instructions on how to create the needed API keys
  • Balance now detects when an API key has been revoked and shows a reconnect button
  • Various improvements to app internals and the backend

Bug Fixes

  • Fixed some coins with more than 8 decimals are wrongly represented
  • Fixed removing last account takes you to add account screen instead of price tracker
  • Fixed issues adding accounts when copy pasting your API key
  • Fixed window height goes crazy when adding an account
  • Fixed prices stopped updating due to an SSL problem