v1.0.34 Added option to select cpu temp sensor + bug fixes

pull/135/head v1.0.34
aristocratos 2020-09-20 18:30:40 +02:00
parent 4fd928e4a6
commit 4aaba39784
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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()

View File

@ -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>"]