Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisshiplet committed Jan 17, 2018
1 parent 0930b1f commit 67ad070
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
changelog
=========
# changelog

# 2.5.0

* #27 Remove Huobi
* #29 Add CEX.io
* #30 Fix intermittent crash
* #31 Remove Winkdex

# 2.4.0

Expand All @@ -21,6 +27,7 @@ changelog
* 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
Expand Down Expand Up @@ -67,6 +74,7 @@ TODO:
* Adds Bitstamp and Coinbase, and a little better backend abstraction so it will be easier to add future tickers.

TODO:

* Live updating prices for each menu item in the dropdown
* More robust abstraction of tickers/dynamic menu

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
btcbar
======
# btcbar

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

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

## Download

The current version of btcbar (2.4.0) can be downloaded here:
The current version of btcbar (2.5.0) can be downloaded here:

https://github.com/nearengine/btcbar/releases/download/v2.4.0/btcbar_2_4_0.zip
https://github.com/nearengine/btcbar/releases/download/v2.5.0/btcbar_2_5_0.zip

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

Expand All @@ -33,4 +32,4 @@ Requires Cocoapods. Run `pod install` in the project directory and open `btcbar.

If for some reason you feel like donating a few micro btc to future development, those should go here:

`1D3NtjVFpoXonqk3MZwsYD9iV5WA7MRXUj`
`1MJqAUhwNHRTLggFNsau8m3mBF7GWXCdDa`
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 67ad070

Please sign in to comment.