Skip to content

Commit

Permalink
🎉 release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselal committed Oct 24, 2017
1 parent 52c6753 commit 6e937bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [v0.1.0] - 2017-10-25
### New Features
- :star2: new: Add miner's HW Error Rate DONE/PUSHED
- :star: new: Add miner's uptime DONE/PUSHED

## [v0.0.3] - 2017-10-24
### Bug fixes
- :zap: improvement(table): Fixed #2, Sort temperatures and fan speed by board and fan respectively
Expand Down Expand Up @@ -32,6 +37,7 @@
- :star: Get in-app notifications about miner errors (needs refresh)
- :star: Log errors to file

[Unreleased]: https://github.com/anselal/antminer-monitor/compare/v0.0.3...HEAD
[Unreleased]: https://github.com/anselal/antminer-monitor/compare/v0.1.0...HEAD
[v0.1.0]: https://github.com/anselal/antminer-monitor/compare/v0.1.0...v0.0.3
[v0.0.3]: https://github.com/anselal/antminer-monitor/compare/v0.0.2...v0.0.3
[v0.0.2]: https://github.com/anselal/antminer-monitor/compare/v0.0.1...v0.0.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Lite Python based Antminer Monitor !!!

- Add as many miners as you want
- Supports miners S7, S9, L3+ and D3
- Check their hashrate, temperatures, fan speed, chip condition
- Check their hashrate, temperatures, fan speed, chip condition, HW Error Rate, Uptime
- Get in-app notifications about miner errors (needs refresh)
- Log errors to file
- Display total hashrate grouped by Model

### Screenshot

![Alt text](/app/static/images/screenshot_v0.0.3.png?raw=true "Screenshot v0.0.3")
![Alt text](/app/static/images/screenshot_v0.1.0.png?raw=true "Screenshot v0.1.0")

### Installation

Expand Down
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
import os

__version__ = "v0.0.3"
__version__ = "v0.1.0"
basedir = os.path.abspath(os.path.dirname(__file__))
app = Flask(__name__)
app.config['SECRET_KEY'] = 'super secret key'
Expand Down
Binary file added app/static/images/screenshot_v0.1.0.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 6e937bf

Please sign in to comment.