mirror of https://github.com/aristocratos/bpytop
parent
4fd928e4a6
commit
4aaba39784
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.34
|
||||
|
||||
* Changed: Improvement on cpu name detection
|
||||
* Added: Option to choose cpu temperature sensor
|
||||
* Fixed: Battery meter adaptation
|
||||
|
||||
## v1.0.33
|
||||
|
||||
* Changed: Improvement on osx cpu temperature collection with coretemp
|
||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.33"
|
||||
VERSION: str = "1.0.34"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
args = argparse.ArgumentParser()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.33"
|
||||
version = "1.0.34"
|
||||
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