Skip to content

Releases: a-scie/jump

scie-jump 1.2.0

27 Aug 01:27
v1.2.0
83bfd08
Compare
Choose a tag to compare

1.2.0

This release adds support for Windows ARM64.

scie-jump 1.1.1

04 Jul 22:25
v1.1.1
4787f77
Compare
Choose a tag to compare

1.1.1

This release fixes missing attestations for Linux ARM64 artifacts.

scie-jump 1.1.0

03 Jul 20:15
v1.1.0
07d9233
Compare
Choose a tag to compare

1.1.0

This release updates various dependencies as well as upgrading to Rust
1.79.0. In addition, this is the first release to include artifact
attestations in Sigstore.

scie-jump 1.0.0

03 May 02:38
v1.0.0
5b36e57
Compare
Choose a tag to compare

1.0.0

This release updates various dependencies as well as upgrading to Rust
1.78.0 and dropping support for Windows versions prior to Windows 10.

scie-jump 0.14.0

22 Dec 23:09
v0.14.0
f765dc9
Compare
Choose a tag to compare

0.14.0

Change .env parsing libraries to gain support for double quoted values with variable
substitution; e.g.: the .env line PYTHONPATH="/Users/A. Space:$PYTHONPATH" now has the
$PYTHONPATH portion of the value substituted.

scie-jump 0.13.3

23 Nov 23:49
v0.13.3
eed2a6d
Compare
Choose a tag to compare

0.13.3

Ensure liblzma is statically linked.

scie-jump 0.13.2

01 Nov 21:35
v0.13.2
8a95cdd
Compare
Choose a tag to compare

0.13.2

When load_dotenv is requested, propagate errors loading any .env file found.

scie-jump 0.13.1

23 Sep 21:28
v0.13.1
2f4160f
Compare
Choose a tag to compare

0.13.1

Support regex removal of env vars with non-utf8 names in commands.

scie-jump 0.13.0

20 Sep 00:03
v0.13.0
5225017
Compare
Choose a tag to compare

0.13.0

This release improves the help screen for BusyBox scies with more clear messages for the various
causes of boot command selection failure. It also adds the ability to hide internal-only named boot
commands by omitting a description for those commands (This only kicks in if at least one named
command has a description).

scie-jump 0.12.0

06 Sep 15:54
v0.12.0
71d2a9d
Compare
Choose a tag to compare

0.12.0

This release adds support for using placeholders in the scie.lift.base lift manifest value as well
as the corresponding SCIE_BASE runtime control env var. A new placeholder is exposed in support of
establishing custom scie base nce cache directories that respect the target OS user cache dir
structure in the form of {scie.user.cache_dir=<fallback>}. Typically, this placeholder will expand
to ~/Library/Caches on macOS, ~\AppData\Local on Windows and ~/.cache on all other Unix
systems unless over-ridden via OS-specific means or else unavailable for some reason, in which case
the supplied <fallback> is used.