v1.0.59 Bug fixes

pull/259/head v1.0.59
aristocratos 2021-01-11 21:53:15 +01:00
parent 877d774c96
commit cc9c7dcc29
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## v1.0.59
* Fixed: Crash on missing disks
* Fixed: IO stats text transparency
## v1.0.58 ## v1.0.58
* Added: Disks io stat graphs and a dedicated io mode for disks box * Added: Disks io stat graphs and a dedicated io mode for disks box

View File

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

View File

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