Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisshiplet committed Dec 12, 2015
1 parent fac077c commit ea4e3e8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
btcbar
======

A tiny status bar widget for OS X that displays the latest USD/BTC spot price from several USD and CNY exchanges.
A tiny status bar widget for OS X that displays the latest USD/BTC spot price from several exchanges.

## Screenshot

Expand All @@ -19,14 +19,28 @@ Simply place btcbar.app in your `/Applications` folder, and optionally add it to

## Download

The current version of btcbar (2.2.1) can be downloaded here:
The current version of btcbar (2.3.0) can be downloaded here:

https://github.com/nearengine/btcbar/releases/download/v2.2.1/btcbar_2_2_1.zip
https://github.com/nearengine/btcbar/releases/download/v2.3.0/btcbar_2_3_0.zip

It requires OS X 10.7+ and a 64-bit processor.

## Changelog

### 2.3.0

* 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

### 2.2.1

* Fix bug where icon disappears on error
Expand Down
Binary file modified Resources/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea4e3e8

Please sign in to comment.