Releases: casey/just
Releases · casey/just
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)