We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab2f97 commit 14ab754Copy full SHA for 14ab754
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.7
4
+
5
+- Added CLI argument `--user` to filter processes by selected users.
6
7
## 1.0.6
8
9
- Fixed coloring output. Thanks @tomix1024 !
setup.py
@@ -9,7 +9,7 @@
long_description = (here / 'README.md').read_text(encoding='utf-8')
10
11
setup(name='nvidia-htop',
12
- version='1.0.6',
+ version='1.0.7',
13
description='A tool for enriching the output of nvidia-smi',
14
long_description=long_description,
15
long_description_content_type='text/markdown',
0 commit comments