v1.0.19 Bug fixes

pull/86/head v1.0.19
aristocratos 4 years ago
parent d4656b594b
commit 62ccba9cf7

@ -1,5 +1,10 @@
# Changelog
## v1.0.19
* Changed: net_auto variable now default to True
* Fixed: Sorting out negative cpu temperature values from bad sensors
## v1.0.18
* Fixed: Init screen and error log level when starting from pip installation

@ -56,7 +56,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.18"
VERSION: str = "1.0.19"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1:

@ -1,6 +1,6 @@
[tool.poetry]
name = "bpytop"
version = "1.0.18"
version = "1.0.19"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
authors = ["Aristocratos <jakob@qvantnet.com>"]
license = "Apache-2.0"

Loading…
Cancel
Save