v1.0.18 Bug fixes

pull/86/head v1.0.18
aristocratos 2020-08-23 15:00:49 +02:00
parent 6e84fadabc
commit 332e8458ce
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v1.0.18
* Fixed: Init screen and error log level when starting from pip installation
## v1.0.17 ## v1.0.17
* Added: Option to toggle theme background color * Added: Option to toggle theme background color

View File

@ -56,7 +56,7 @@ if errors:
print("\nInstall required modules!\n") print("\nInstall required modules!\n")
raise SystemExit(1) raise SystemExit(1)
VERSION: str = "1.0.17" VERSION: str = "1.0.18"
#? Argument parser -------------------------------------------------------------------------------> #? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: if len(sys.argv) > 1:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bpytop" name = "bpytop"
version = "1.0.17" version = "1.0.18"
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."
authors = ["Aristocratos <jakob@qvantnet.com>"] authors = ["Aristocratos <jakob@qvantnet.com>"]
license = "Apache-2.0" license = "Apache-2.0"