Releases: walles/px
Releases · walles/px
3.8.0: Parse dotnet command lines
3.7.0: Build system modernization
Migrated to pyproject.toml.
PR at #138, cred to Vincent Branch for the change.
No user visible changes.
3.6.13: Our favorite pager was renamed, it is now `moor`
3.6.12: Improve parsing of Java command lines
-Djdk.java.options= is now handled, making mvnd report as Launcher.
Correct but not super helpful. An improvement on what was there before
though which was just wrong.
Also, improve parsing of last output to work on Raspbian.
3.6.11: Handle broken-pipe situations in px
This release comes with two changes:
- Handle broken-pipe situations in px
- Improve
nodecommand line parsing
3.6.10: Stop failing silently when `last` is missing
Stop failing silently when `last` is missing
3.6.9: Fix a CI failure
Fix a CI failure
3.6.8: Fix source wheel builds
In the previous release, building from source wheels got you the wrong
version number. That has now been fixed.
3.6.7: Fix build script
Building after cloning was sometimes failing in 3.6.6.