v1.0.24 Menu fixes for newly added features

pull/108/head v1.0.24
aristocratos 2020-09-05 18:26:12 +02:00
parent 4dcf22056b
commit 206ebcd523
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## v1.0.24
* Fixed: "view_mode" option entry format
* Fixed: Help menu entries
## v1.0.23 ## v1.0.23
* Added: View mode toggle with 3 presets, "full", "proc" and "stat" * Added: View mode toggle with 3 presets, "full", "proc" and "stat"

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.23" VERSION: str = "1.0.24"
#? 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.23" version = "1.0.24"
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>"]