Releases: casey/just
Releases · casey/just
1.47.0
Added
- Add lazy evaluation setting (#3083 by casey)
- Add guard sigil
?(#2547 by casey) - Add
--groupflag to filter--listoutput by group (#3117 by terror) - Add attributes for DragonFly BSD, FreeBSD, and NetBSD (#3115 by jakewilliami)
- Add
[env(NAME, VALUE)recipe attribute (#2957 by neunenak)
Changed
- Make
--timestampprint timestamps unconditionally (#3114 by casey) - Print
--timestampswith script recipes (#3050 by casey) [private]modules are excluded from--listoutput (#2889 by Scott-Guest)
Misc
- Fix readme typo (#3122 by Rohan5commit)
- Move choose and run into match statement (#3120 by casey)
- Add uv install instructions to readme (#3062 by npikall)
- Suppress error when --choose is cancelled by user (#3098 by cobyfrombrooklyn-bot)
- Test formatting justfile with undefined variable succeeds (#3110 by casey)
- Format without compiling (#3103 by terror)
- Fix Gentoo installation instructions (#3085 by DarthGandalf)
- Deny unreachable pub (#3080 by casey)
- Fix readme typo (#3079 by pvinis)
- Include blank chapters in book (#3076 by casey)
- Clean up build script (#3078 by casey)
- Increase stack size on Windows (#3077 by casey)
- Fix readme typo (#3066 by kenden)
- Remove dependency on executable-path (#3058 by casey)
- Fix typos (#3056 by galenseilis)
- Avoid conditional compilation in integration tests (#3055 by casey)
- Assert exit status last in
Testbuilder (#3054 by casey) - Remove makedeb/MPR installation instructions (#3053 by Chengings)
- Handle errors when checking for files (#3051 by casey)
1.46.0
Fixed
Added
- Allow
longto default to to parameter name (#3041 by casey) - Allow const expressions in all settings (#3037 by casey)
- Allow const expressions in
working-directory(#3033 by casey) - Add --usage subcommand and argument help strings (#3031 by casey)
- Add flags without values (#3029 by casey)
- Allow passing arguments as short
-xoptions (#3028 by casey) - Allow recipes to take
--longoptions (#3026 by casey)
Misc
- Add original token to string literal (#3042 by casey)
- Remove string literal lifetime (#3036 by casey)
- Move overrides into config (#3032 by casey)
- Test that options are passed as positional arguments (#3030 by casey)
- Group arguments by parameter (#3025 by casey)
- Add OpenBSD package to readme (#2900 by vext01)
- Re-enable mdbook-linkcheck (#3011 by casey)
- Disable dependabot (#3010 by casey)
- Fix pre-release check in pages deploy job (#3009 by casey)
1.45.0
1.44.1
1.44.0
Added
- Add f'{format}' strings (#2985 by casey)
- Use double braces
{{…}}for format strings (#2993 by casey) - Stabilize
[script]attribute (#2988 by casey)
Changed
Misc
- Test format strings with conditionals (#2991 by casey)
- Move StringState into module (#2989 by casey)
- Test undefined variable in format string error (#2987 by casey)
- Update
softprops/action-gh-releaseto 2.5.0 (#2979 by app/dependabot) - Link to
just-lspin readme (#2846 by terror) - Fix
just --listsubmodule example in readme (#2973 by neodejack) - Update
actions/checkout(#2969 by app/dependabot) - Disable mdbook-linkcheck (#2970 by casey)
1.43.1
Fixed
- Only initialize signal handler once (#2953 by casey)
- Preserve module docs when formatting (#2931 by casey)
- Preserve module groups when formatting (#2930 by casey)
- Don't suggest private recipes and aliases (#2916 by casey)
Misc
- Update softprops/action-gh-release to 2.4.2 (#2948 by app/dependabot)
- Fix
env()usage in readme (#2936 by laniakea64) - Use a case statement to install target dependencies (#2929 by casey)
- Build loongarch64 release binaries (#2886 by SkyBird233)
- Bump softprops/action-gh-release to 2.4.1 (#2919 by app/dependabot)
- Update softprops/action-gh-release to 2.3.4 (#2910 by app/dependabot)
1.43.0
Added
- Add
[default]attribute (#2878 by casey) - Do not ascend above
--ceilingwhen looking for justfile (#2870 by casey)
Misc
- Don't generate completions at runtime (#2896 by casey)
- Update
softprops/action-gh-releaseto 2.3.3 (#2879 by app/dependabot) - Add submodule alias and dependency targets to grammar (#2877 by casey)
- Bump
actions/checkoutto v5 (#2864 by app/dependabot) - Fix Windows
PATH_SEPvalue in readme (#2859 by casey) - Fix lints for Rust 1.89 (#2860 by casey)
- Note that Debian 13 has been released (#2856 by sblondon)
- Mention
just-mcpin readme (#2843 by casey) - Expand Windows instructions in readme (#2842 by casey)
- Note
[parallel]attribute in parallelism section (#2837 by casey)