Skip to content

Releases: walles/px

3.6.5: Make setup.py generate px/version.py

14 Sep 13:40
Compare
Choose a tag to compare

Back to how it used to be. This fixes a brew build failure.

3.6.4: Rethink future processes handling

14 Sep 09:27
Compare
Choose a tag to compare

Before this change, during both testing and runtime we asserted on
processes created in the future.

Since this randomly failed in CI, and possibly for some users as well,
those checks have now been moved to local testing only. Note that I
have been thinking about this but never managed to figure it out, so
hiding it is the best I can do for now...

3.6.3: Improve command line parsing

11 Sep 04:31
Compare
Choose a tag to compare

Specifically of zsh and brew.sh invocations.

Special handling for the Dart language binary

09 May 14:39
Compare
Choose a tag to compare

If you're doing Dart or Flutter development, then this release is for you!

3.6.1: Unindent cumulative CPU tree one notch

18 Apr 04:48
Compare
Choose a tag to compare

This is not fully correct, but since PID 1 has only one parent, indenting PID 1 and its children doesn't add much information.

It does however use up space on screen, so let's just not do that. I think this looks better.

3.6.0: `ptop`: Add a tree mode

28 Mar 06:39
Compare
Choose a tag to compare

With this release, if you press m (change sort order) twice, you will get to see the process tree. The tree is sorted by aggregated CPU usage.

Requested here:
#124

3.5.8: Handle paths with multiple spaces in them

11 Mar 06:07
Compare
Choose a tag to compare

Like Visual Studio Code.app for example.

3.5.3: Improve Java command line parsing

28 Feb 19:10
Compare
Choose a tag to compare

With this release we now handle classpath entries containing multiple spaces, like when classes / .jar files reside under /Applications/IntelliJ IDEA CE.app.

Improve handling of spaces in the command line

24 Feb 09:22
Compare
Choose a tag to compare

Notably this should help us parse Java command lines better when there are spaces in the classpath.

3.5.1: Fix automatic HomeBrew publishing

05 Nov 11:21
Compare
Choose a tag to compare
No user visible changes in this release.