A small release which changes how the client executable parses arguments, as this is a change in standard interface the major version is bumped.
Features:
- Qol improvement by @eos175, the server history no longer contains empty lines (#115)
-d
and--destination
arguments for the client binary now specify server address- The client now supports
--process_name
which sets the forked client argv (only on linux as per #108)
Breaking changes:
- The server address is no longer assumed to be the last argument passed to
argv
. Determining the server address is now done in this order:- If arguments
-d
or--destination
are present use their value. - If the baked in value destination is not zero length
- Otherwise get the last argument passed to the parent argv (to maintain backwards compatibility)
- If arguments
The client public key for this release is:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJG3gsmqwTscT0wlM0mxv+0irttn8pCObd+yTp7CJIxO