Skip to content

Release v2018.01.27

Choose a tag to compare

@AlexITC AlexITC released this 28 Jan 02:07
· 84 commits to master since this release

Bug fixes

  • The information that an account is required to use the application was not being displayed in the home page when the user was not logged in.
  • Sometimes when a fixed price alert email included a very low price, it was being rendered as 0, the exact price is shown instead.

Changes

  • The account verification email has been improved.
  • When an account is created, instruction details are displayed to let the user know what to do to activate the it.
  • Alert types descriptions were added to the home page.
  • The list of supported exchanges was added to the home page.
  • The home page contains instructions for searching the account verification email.
  • There is one specific execution context used for calling external services.

Added

  • Added support for Binance.
  • Added support for HitBTC.

Change log

d3d17b4 alerts-ui: Update home page
6cc3a68 alerts-ui: Add HITBTC and BINANCE to home page
307eae1 alerts-ui: Update exchanges to include BINANCE and HITBTC
27e45c1 alerts-server: Fix a rendering bug on FixedPriceAlertsTask.
d9df79b alerts-server: Inlcude HITBTC on FixedPriceAlertsTask
181b15d alerts-server: Inlcude HITBTC on ExchangeCurrencySeederTask
d097b5e alerts-server: Add support for HITBTC exchange
bb71078 alerts-server: Add HitbtcService
3d435bf alerts-server: Inlcude BINANCE on FixedPriceAlertsTask
58c6a29 alerts-server: Include BINANCE on ExchangeCurrencySeederTask
50ac30c alerts-server: Add support for BINANCE exchange
96716b6 alerts-server: Add BinanceService
2dc212c alerts-server: Update external services to use ExternalServiceExecutionContext
d7a01fc alerts-server: Create ExternalServiceExecutionContext
aa37ab1 alerts-server: Add JsonControllerSpec
a76ff5e alerts-ui: Update home page
b7802fd alerts-ui: Update home page
0c49480 alerts-ui: Improve the new account flow
add1780 alerts-ui: Fix bug that was not displaying content on home page
3bf762e alerts-server: Improve the verification email message
2b22fa3 alerts-server: Remove unused code from PlayBinders