v1.0.44 Bug fixes and design polish

pull/153/head v1.0.44
aristocratos 2020-10-19 21:05:48 +02:00
parent f0a941ae6b
commit 71c0f6b675
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.0.44
* Added: Spread CPUs accross columns evenly if possible, by @ErwinJunge
* Added: Additional crash fixes for graph and swap toggles
## v1.0.43
* Fixed: Battery meter not clearing properly when disabled

View File

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

View File

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