Skip to content

v2.3.0

Compare
Choose a tag to compare
@chrisshiplet chrisshiplet released this 12 Dec 09:15
· 16 commits to master since this release
  • Fix #15 text cut off on launch
  • Fix #14 setting update frequency to 60 seconds (from 10 seconds)
  • Fix #13 Huobi ticker error Note: Strict TLS 1.2 checks had to be disabled for the Huobi domain due to their insecure HTTPS certificate. It was only using HTTP until this release, so this is unfortunate but is not a regression.
  • Use the new Huobi and OKCoin USD tickers rather than CNY price Note: Apologies to anyone this inconveniences. Also, this change will reset your default ticker.
  • Tickers are now sorted alphabetically

TODO:

  • Implement multiple currency pair support on tickers in the near future to support switching between currencies.
  • Make ticker loading and default ticker handling more robust so they can be swapped out or plugged in easier.
  • Implement self-updates from within the app
  • Figure out an appropriate OSS license