Skip to content

Release v2018.02.09

Compare
Choose a tag to compare
@AlexITC AlexITC released this 10 Feb 05:01
· 65 commits to master since this release

Bug fixes

  • When checking for alerts, if BITSO was not available, the task was being marked as failed.

Changes

  • None

Added

  • Added support for selecting the language in the UI.
  • Added Spanish support.

Change log

1038f36 alerts-server: Don't fail alert tasks when BITSO is not available
436d90d alerts-ui: Update text in translation
33e4f19 alerts-ui: Add missing translations
fd19a37 alerts-ui: Fix misspelling in translation
eb326c1 alerts-ui: Detect browser language while choosing default language
69cf0db alerts-ui: Set lang from user preferences after logging in
3afcf6d alerts-ui: Set user lang on the server
63dd0ee alerts-ui: Add LangInterceptor
cdb2a68 alerts-ui: Add support for Spanish language
255e369 alerts-ui: Remove useless translation for supported exchanges on the home page
e2e9b0b alerts-ui: Remove hard-coded texts on home page, use translations instead
5de949e alerts-ui: Add dropdown to select language on NavBar
0ec508d alerts-ui: Load lang from LanguageService when the application loads
eeda212 alerts-ui: Add LanguageService
f4346e7 alerts-server: Add Spanish (es) support
8c3664c alerts-server: Add APIs to manage user preferences
136538e alerts-server: Allow to update preferences on the UserDataHandler
6d85197 alerts-server: Rename ExchangeCurrency.scala to exchangeCurrency.scala
bcb67ad alerts-server: Update exchanges on README.md