From 73eb150abe3150082488acd00f3968f330c2dc89 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 16 Aug 2020 00:56:33 +0200 Subject: [PATCH] v1.0.16 Added ability to expand/collapse processes in tree view --- CHANGELOG.md | 5 +++++ bpytop.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8845b1..23f8424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.0.16 + +* Fixed: net_upload variable not working +* Added: Ability to expand/collapse processes in the tree view + ## v1.0.15 * Added: Network graph color gradient bandwidth option by @drazil100 diff --git a/bpytop.py b/bpytop.py index b0fe76e..0056a8d 100755 --- a/bpytop.py +++ b/bpytop.py @@ -56,7 +56,7 @@ if errors: print("\nInstall required modules!\n") raise SystemExit(1) -VERSION: str = "1.0.15" +VERSION: str = "1.0.16" #? Argument parser -------------------------------------------------------------------------------> if len(sys.argv) > 1: