Skip to content

Tags: walles/px

Tags

3.9.0

Toggle 3.9.0's commit message
Hint pager about what it is displaying

By setting the PAGER_LABEL environment variable. Requires moor 2.8.0
or later.

This release also improves Java command line parsing with support for
(ignoring) argument files.

3.8.0

Toggle 3.8.0's commit message
Parse dotnet command lines

Just like for other VMs, dotnet command lines will now get more useful
names than just "dotnet".

3.7.0

Toggle 3.7.0's commit message
Build system modernization

Migrated to pyproject.toml.

PR at #138, cred to Vincent Branch for
the change.

3.6.13

Toggle 3.6.13's commit message
Our favorite pager was renamed, it is now `moor`

3.6.12

Toggle 3.6.12's commit message
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

Toggle 3.6.11's commit message
Handle broken-pipe situations in px

This release comes with two changes:
- Handle broken-pipe situations in px
- Improve "node" command line parsing

3.6.10

Toggle 3.6.10's commit message
Stop failing silently when `last` is missing

3.6.9

Toggle 3.6.9's commit message
Fix a CI failure

3.6.8

Toggle 3.6.8's commit message
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

Toggle 3.6.7's commit message
Fix build script

Building after cloning was sometimes failing in 3.6.6.