v1.0.40 OsX and BSD crashfix when battery monitoring is enabled

pull/138/head v1.0.40
aristocratos 2020-09-28 16:16:43 +02:00
parent c2659274d4
commit 935c4e5d4d
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.0.40
* Fixed: Title leading whitespace
* Fixed: Battery meter crash on non Linux systems
## v1.0.39
* Fixed: Manual sensor selection screen refresh

View File

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

View File

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