v1.3.0
This version has several bug fixes
- Most importantly, a fix for #246 which as caused by a breaking change in urwid.
- Thanks to @knarrff for adding a new feature, changing the colors of temperatures graphs only if the specific sensor reaches alert temperature, instead of all temperature graphs.
- Some efficiency optimizations
What's Changed
- resolve regex library warnings by @emmanuel-ferdman in #237
- load_config: do not treat ':' as delimiter by @dancleaver in #242
- Fix unsucceful import of curses_display by @amanusk in #247
- display alert colors only for affected graph by @knarrff in #245
- Consier manually set temperature threshold for color change by @amanusk in #250
- Code optimization by @amanusk in #251
New Contributors
- @emmanuel-ferdman made their first contribution in #237
- @dancleaver made their first contribution in #242
- @knarrff made their first contribution in #245
Full Changelog: v1.2.0...v1.3.0