Skip to content

Commit

Permalink
🎉 release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselal committed Jan 28, 2018
1 parent 72ccbc6 commit 1b9e0b1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

## [Unreleased]

## [v0.3.0] - 2018-01-28
### Bug fixes
- :bug: fix(table): Fix remove icon not showing
- :bug: fix(table): Fix remove icon not showing in inactive miners

### New Features
- :zap: improvement: Add conversion of hashrate unit
- :zap: improvement(update_unit_and_value): Add support for Peta and Exa Hash
- :zap: improvement(pycgminer): Add support for Python3. Closes #10
- :up: update(create_db): Add support for T9. Closes #25
- :up: update(create_db): Add support for A3. Closes #59
- :up: update(create_db): Add support for L3

### Added
- :lipstick: update: Add remove miner icon
- :star: new(table): Add Worker column
- :heavy_plus_sign: Add update_db script
- :pencil: docs(donations): Add ETH address

### Changed
- :lipstick: update: Remove JSON Info column
- :shirt: refactor(views): Move json views to a separate file
- :up: update(create_db): Add error handling. Print messages Fix #34
- :heavy_plus_sign: :shirt: refactor(css): Separate most css from html
- :pencil: docs(readme): Update README
Updated supported miner models, requirements and installation instructions. Added update instructions

## [v0.2.0] - 2017-11-10
### Bug fixes
- :pencil: docs(screenshot): Showing Wrong version. Closes #13
Expand Down Expand Up @@ -61,7 +88,8 @@
- :star: Get in-app notifications about miner errors (needs refresh)
- :star: Log errors to file

[Unreleased]: https://github.com/anselal/antminer-monitor/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/anselal/antminer-monitor/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/anselal/antminer-monitor/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/anselal/antminer-monitor/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/anselal/antminer-monitor/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/anselal/antminer-monitor/compare/v0.0.3...v0.1.0
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.2.0"
__version__ = "v0.3.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.3.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 1b9e0b1

Please sign in to comment.