v1.0.25 Added more adaptation for small terminal sizes

pull/108/head v1.0.25
aristocratos 2020-09-06 21:36:53 +02:00
parent d03387406a
commit e49030f9e5
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.0.25
* Added: More sizing adaptation for processes
* Fixed: Clock centering
## v1.0.24
* Fixed: "view_mode" option entry format

View File

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

View File

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