mirror of https://github.com/aristocratos/bpytop
parent
e202ee5c7e
commit
e711d35a2b
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.46
|
||||
|
||||
* Changed: psutil update to 5.7.3 in pypi package
|
||||
* Fixed: Better sensor and temperature detection
|
||||
|
||||
## v1.0.45
|
||||
|
||||
* Fixed: Missing temps if high or crit is None, by @TheComputerGuy96
|
||||
|
|
|
@ -55,7 +55,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.45"
|
||||
VERSION: str = "1.0.46"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
args = argparse.ArgumentParser()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.45"
|
||||
version = "1.0.46"
|
||||
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||||
readme = "README.md"
|
||||
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
||||
|
|
Loading…
Reference in New Issue