-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,42 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres | ||
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2021-04-05 | ||
|
||
### Added | ||
|
||
- Ability to monitor logs of remote harvesters over SSH | ||
- A check for skipped signage points on the full node | ||
- More logs to stdout for better transparency of what happens | ||
- Configurable title prefix for notifications | ||
- Helps distinguish notifications from different harvesters | ||
|
||
### Changed | ||
|
||
- Warning threshold for time since last farming event increased to 60 seconds | ||
- This prevents receiving "false alarm" notification multiple time per day | ||
|
||
### Fixed | ||
|
||
- Possible race condition when initializing LogHandler | ||
|
||
## [0.1.0] - 2021-04-04 | ||
|
||
### Added | ||
|
||
- First release of ChiaDog! | ||
- Adds basic log file parser for chia logs. | ||
- Adds basic condition checks for harvester operations. | ||
- Adds integration for Pushover (mobile notifications). | ||
|
||
[Unreleased]: https://github.com/martomi/chiadog/compare/v0.2.0...dev | ||
|
||
[0.2.0]: https://github.com/martomi/chiadog/releases/tag/v0.2.0 | ||
|
||
[Unreleased]: https://github.com/martomi/chiadog/compare/v0.1.0...dev | ||
[0.1.0]: https://github.com/martomi/chiadog/releases/tag/v0.1.0 |