Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jun 14, 2014
1 parent 478ecb3 commit 11372b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.md
Expand Up @@ -60,22 +60,34 @@ Note: Each module can have an unique id assigned in the configuration object, so

#### Markets

- [bitcoincharts.com](https://github.com/selaux/miner-dashboard/wiki/bitcoincharts.com)
- [Bitcoincharts.com](https://github.com/selaux/miner-dashboard/wiki/bitcoincharts.com)
- [Cryptocoincharts.info](https://github.com/selaux/miner-dashboard/wiki/cryptocoincharts.info)

#### Notifications

- [E-Mail](https://github.com/selaux/miner-dashboard/wiki/Mail)

#### Revenue

- [For Solo Mining](https://github.com/selaux/miner-dashboard/wiki/solo) (Also usable as an estimate when mining in a pool)
- [Solo Mining](https://github.com/selaux/miner-dashboard/wiki/solo) (Allows aggregation, also usable as an estimate when mining in a pool)

#### Technical Info

- [blockchain.info](https://github.com/selaux/miner-dashboard/wiki/bitcoincharts.com)
- [Blockchain.info](https://github.com/selaux/miner-dashboard/wiki/bitcoincharts.com)
- [Coinchoose.com](https://github.com/selaux/miner-dashboard/wiki/Coinchoose.com)

## Changelog

#### 0.4.0
- __Breaking change__: Remove undocumented triplemining revenue module
- __Deprecation__: Use new configuration format for revenue modules, the old one is deprecated now
- Adds cryptocoinchartsInfo as a new market module
- Adds coinchooseCom as a new technical module
- Adds aggregation possibilities for hashrates and revenue
- Adds new logging facility via winston
- Fix updates for multiple bitcoincharts modules
- Fix python dependency for the dashboard on Windows

#### 0.3.0
- Adds charts to a lot of modules
- Fix issues with Antminer cgminer version
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "miner-dashboard",
"version": "0.3.0",
"version": "0.4.0",
"author": "selaux <github@stefanlau.com>",
"description": "Show the current status of your bitcoin miner in a browser.",
"keywords": [
Expand Down

0 comments on commit 11372b4

Please sign in to comment.