Skip to content

Releases: walles/px

1.0.14

06 Dec 17:22
4af18ab
Compare
Choose a tag to compare
Fix parsing of "last" output

1.0.13: CPU Usage Percentage in px Output

27 Nov 07:40
Compare
Choose a tag to compare
Before this release we showed CPU time only, now we show the usage in
percent as well.

1.0.12: Documentation updates

27 Aug 09:17
Compare
Choose a tag to compare
This release adds man pages for px and ptop, and fixes the
author e-mail address on PyPI.

1.0.11: Avoid Truncating Long User Names

24 Feb 04:00
Compare
Choose a tag to compare
Before this release we got the user names from `ps`. Unfortunately, `ps`
truncates long user names.

As of this release, we ask `ps` for UIDs, not user names. Then we look up those
UIDs in the users database. This makes `ps` not truncate long user names.

This release also improves the Java command line parsing, inspired by Gradle
command lines.

1.0.10: Fix crash on ptop window resizes

24 Nov 06:33
Compare
Choose a tag to compare
This release also adds improved support for unicode characters in file names.
Full list of changes:

c35ee72 Fix crash on ptop window resizes in Python 2
18a0229 Script pypi releases and document it
16c1d45 Merge branch 'walles/fix-ci' into python
4fadec7 Merge branch 'walles/mypy3' into python
318e913 Enable more mypy warnings
c438acc Move mypy settings into their own file
d1ac7c6 Merge branch 'walles/unittest-unicode' into python

1.0.9: Fix a crash

25 Oct 15:42
Compare
Choose a tag to compare
The crash happened when you had a process with unicode chars somewhere in its
command line, at least on Python 2.

1.0.8: Add stdin, stdout and stderr info in process details view

18 Aug 17:14
Compare
Choose a tag to compare
Also, this release makes the IPC section shorter by removing the headings from
its layout.

1.0.7: Minor issues handled

25 Jun 07:10
Compare
Choose a tag to compare
* "localhost.localdomain" is now presented as just "localhost"

* Suggest "sudo lsof" rather than just "lsof" for complete file listing

* #24: Handle "ps" being wrapped in a script

* Release instructions updated

* test.sh / ci.sh reliability fixes for Arch Linux

1.0.6: Documentation updates

18 Jun 13:29
Compare
Choose a tag to compare
This release just updates the README file with examples.

1.0.5

24 Feb 18:05
Compare
Choose a tag to compare
Make the ptop load bar prettier