Added
- Add
style()
function (#2462 by casey) - Terminal escape sequence constants (#2461 by casey)
- Add
&&
and||
operators (#2444 by casey)
Changed
- Make recipe doc attribute override comment (#2470 by casey)
- Don't export constants (#2449 by casey)
- Allow duplicate imports (#2437 by casey)
- Publish single SHA256SUM file with releases (#2417 by casey)
- Mark recipes with private attribute as private in JSON dump (#2415 by casey)
- Forbid invalid attributes on assignments (#2412 by casey)
Misc
- Update
softprops/action-gh-release
(#2471 by app/dependabot) - Add
-g
torust-just
install instructions (#2459 by gnpaone) - Change doc backtick color to cyan (#2469 by casey)
- Note that
set shell
is not used for[script]
recipes (#2468 by iloveitaly) - Replace
derivative
withderive-where
(#2465 by laniakea64) - Highlight backticks in docs when listing recipes (#2423 by neunenak)
- Update setup-just version in README (#2456 by Julian)
- Fix shell function example in readme (#2454 by casey)
- Update softprops/action-gh-release (#2450 by app/dependabot)
- Use
justfile
instead ofmf
on invalid examples in readme (#2447 by casey) - Add advice on printing complex strings (#2446 by casey)
- Document using functions in variable assignments (#2431 by offby1)
- Use prettier string comparison in tests (#2435 by neunenak)
- Note
shell(…)
as an alternative to backticks (#2430 by offby1) - Update nix package links (#2441 by yunusey)
- Update README.中文.md (#2424 by Jannchie)
- Add Recipe::subsequents (#2428 by casey)
- Add subsequents to grammar (#2427 by casey)
- Document checking releases hashes (#2418 by casey)
- Show how to access positional arguments with powershell (#2405 by casey)
- Use
-CommandWithArgs
instead of-cwa
(#2404 by casey) - Document
-cwa
flag for PowerShell positional arguments (#2403 by casey) - Use
unwrap_or
when creating relative path in loader (#2400 by casey)