Releases: a-scie/jump
scie-jump 1.9.2
1.9.2
This release builds the Linux scie-jump binaries against the oldest available manylinux images for
even broader glibc and musl libc compatiility.
scie-jump 1.9.1
1.9.1
This release builds the Linux aarch64 & x86_64 glibc-linked scie-jump binaries against glibc 2.31
(Feb. 2020) for broader compatibility.
scie-jump 1.9.0
1.9.0
This release adds glibc scie-jump binaries for Linux aarch64 & x86_64. The default binaries for
these platforms are still the musl libc static binaries, but -{gnu,musl}-linux-<arch> binaries
are now produced to allow explicitly selecting the desired libc implementation.
scie-jump 1.8.3
1.8.3
This release is a follow-up to 1.8.2 that fixes lookup of custom scie-jump versions when the custom
scie-jump is for a foreign platform. Since there is no way to look those versions up, the old, buggy
behavior of recording the current scie-jump version for old, foreign scie-jumps is used. A warning
is logged in this case now.
scie-jump 1.8.2
1.8.2
This release fixes a bug recording the correct scie-jump version in the lift manifest when using
the scie-jump boot pack with a custom scie-jump (-sj|--jump|--scie-jump).
scie-jump 1.8.1
1.8.1
This release fixes a bug in .env handling. Previously, when "load_dotenv" = true was configured
in the lift manifest and a .env was present, its values were read but only applied to scie.env
substitutions in the lift manifest itself and not propagated in binding or command environments
inherited by the associated processes.
scie-jump 1.8.0
1.8.0
This release adds support for Linux riscv64.
scie-jump 1.7.0
1.7.0
Add support for the {scie.argv0} placeholder and plumb SCIE and SCIE_ARGV0 env vars into
the {scie.env.SCIE} and {scie.env.SCIE_ARGV0} env var placeholders respectively. Previously
these two env vars were set and observable by the executing command, but they were not available
for env var substitutions.
scie-jump 1.6.1
1.6.1
The SCIE=split file selection feature now warns when selected files can't be found in the scie.
scie-jump 1.6.0
1.6.0
This release adds support for restricting SCIE=split to a subset of files in the scie as well as
adding support for a -n / --dry-run mode.
In addition, the bare scie-jump now displays a help message when executed without arguments and
there is no lift.json manifest in the current directory. Help can also be requested via
-h / --help and the scie-jump version can be displayed via -V / --version.