| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS | 2026-06-29 | 1.2 kB | |
| just-1.55.0-x86_64-pc-windows-msvc.zip | 2026-06-29 | 2.2 MB | |
| just-1.55.0-aarch64-pc-windows-msvc.zip | 2026-06-29 | 2.0 MB | |
| just-1.55.0-x86_64-apple-darwin.tar.gz | 2026-06-29 | 2.3 MB | |
| just-1.55.0-armv7-unknown-linux-musleabihf.tar.gz | 2026-06-29 | 2.3 MB | |
| just-1.55.0-aarch64-unknown-linux-musl.tar.gz | 2026-06-29 | 2.3 MB | |
| just-1.55.0-arm-unknown-linux-musleabihf.tar.gz | 2026-06-29 | 2.4 MB | |
| just-1.55.0-riscv64gc-unknown-linux-musl.tar.gz | 2026-06-29 | 2.4 MB | |
| CHANGELOG.md | 2026-06-29 | 192.5 kB | |
| just-1.55.0-x86_64-unknown-linux-musl.tar.gz | 2026-06-29 | 2.5 MB | |
| just-1.55.0-aarch64-apple-darwin.tar.gz | 2026-06-29 | 2.1 MB | |
| just-1.55.0-loongarch64-unknown-linux-musl.tar.gz | 2026-06-29 | 2.3 MB | |
| 1.55.0 source code.tar.gz | 2026-06-29 | 809.3 kB | |
| 1.55.0 source code.zip | 2026-06-29 | 902.5 kB | |
| README.md | 2026-06-29 | 4.5 kB | |
| Totals: 15 Items | 24.8 MB | 0 | |
Fixed
Changed
- Allow
[arg(pattern)]to be a list (#3484 by casey) - Allow
[arg(help)]to be expression (#3483 by casey) - Allow
[arg(pattern)]to be expression (#3482 by casey)
Added
- Add stream gates to
style()(#3503 by casey) - Accept
-Ffor--dotenv-filename(#3498 by casey) - Add
just_version()function (#3497 by casey) - Add
[arg(multiple)](#3493 by casey) - Allow combining short options (#3490 by casey)
- Allow variadic parameters to be options (#3488 by casey)
- Default
[arg(short)]to first character of parameter name (#3486 by casey) - Add support for RGB and fixed colors to
style()(#3479 by casey) - Improve
style()function (#3478 by casey) - Add
set minimum-version(#3477 by casey) - Add module aliases (#3472 by casey)
Misc
- Add example to cached recipes readme (#3506 by casey)
- Fix readme heading levels (#3505 by casey)
- Move Friendly Admonitions higher in Cached Recipes section (#3504 by casey)
- Rename test helper functions (#3502 by casey)
- Simplify tests (#3501 by casey)
- Use
assert_eval_eqin tests (#3499 by casey) - Expand readme intro list (#3496 by casey)
- Organize readme into sections (#3495 by casey)
- Rename option tests (#3494 by casey)
- Move option application to
switch.apply()(#3491 by casey) - Document that
[arg(help)]may be a list (#3485 by casey) - Move override processing out of
Analyzer(#3481 by casey) - Add
ConstEvalError(#3480 by casey) - Remove
ModuleAlias(#3475 by casey) - Chain tests (#3476 by casey)
- Remove temptree dependency (#3473 by casey)
- Simplify show tests (#3471 by casey)
- Remove unnecessary tab escapes (#3470 by casey)
- Indent
Test::write()strings (#3469 by casey) - Document cache key printing (#3468 by casey)
- Remove generic argument from
Count(#3467 by casey)