Releases: a-scie/jump
scie-jump 1.11.2
1.11.2
This release fixes a performance regression launching traditional scies caused by hashing the
scie-jump in their tip. This is now only done for unpacked scie-jump --launches as intended.
Also, a long-standing bug where the {scie.lift} placeholder would lead to a scie lift manifest
being extracted that did not perfectly match SCIE=inspect output is fixed.
scie-jump 1.11.1
1.11.1
This release further fixes running a bare scie-jump --launch against an unpacked scie that
contains files of directory type when those directories are not already cached in the SCIE_BASE.
scie-jump 1.11.0
1.11.0
This release brings support for specifying the scie.jump.hash in the lift manifest. This new
field is populated automatically by the scie-jump boot pack and is used to validate scie-jumps
extracted for the {scie.jump} placeholder as well as for scie-jumps used to --launch a lift
manifest directly.
This release also fixes a bug running a bare scie-jump --launch against an unpacked scie that
contains files of directory type.
scie-jump 1.10.0
1.10.0
This release brings support for executing scies before packing them using a bare scie-jump
binary; to do so, invoke: scie-jump --launch=<Path to lift manifest> .... Additionally, support
for a new {scie.jump} placeholder is added, allowing scie commands and bindings to invoke the
scie-jump binary their scie was built with directly.
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.