v1.0.50 Bug fixes and new theme: Dusklight

pull/186/head v1.0.50
aristocratos 2020-11-03 17:23:09 +01:00
parent f2a7fc1b60
commit 399164da77
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v1.0.50
* Fixed: Correction for missing coretemp values
* Fixed: Cpu temp calculation from cores if missing and better multi cpu temp support
* Added: New theme dusklight, by @drazil100
## v1.0.49
* Fixed: Missing default values for cpu temp high and crit

View File

@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.49"
VERSION: str = "1.0.50"
#? Argument parser ------------------------------------------------------------------------------->
args = argparse.ArgumentParser()

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "bpytop"
version = "1.0.49"
version = "1.0.50"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
authors = ["Aristocratos <jakob@qvantnet.com>"]