Skip to content

Releases: casey/just

1.46.0

02 Jan 06:55
f028de5

Choose a tag to compare

Fixed

  • Don't leak signal handler pipe into child processes (#3035 by rjmac)

Added

  • Allow long to 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 -x options (#3028 by casey)
  • Allow recipes to take --long options (#3026 by casey)

Misc

1.45.0

10 Dec 20:48
a5aa5f1

Choose a tag to compare

Added

  • Allow requiring recipe arguments to match regular expression patterns (#3000 by casey)

Fixed

  • Allow shell-expanded strings in attributes (#3007 by casey)
  • Fix arg pattern anchoring (#3002 by casey)

Misc

  • Use non-capturing group in arg pattern regex (#3006 by casey)
  • Remove redundant type annotation (#3004 by casey)

1.44.1

09 Dec 08:32
db93841

Choose a tag to compare

Fixed

  • Properly close format string delimiter (#2997 by casey)

1.44.0

07 Dec 00:31
8eea534

Choose a tag to compare

Added

  • Add f'{format}' strings (#2985 by casey)
  • Use double braces {{…}} for format strings (#2993 by casey)
  • Stabilize [script] attribute (#2988 by casey)

Changed

  • Allow newlines in interpolations and } to abut interpolation }} (#2992 by casey)

Misc

1.43.1

12 Nov 21:09
2442930

Choose a tag to compare

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

1.43.0

27 Sep 21:11
b7e7c46

Choose a tag to compare

Added

  • Add [default] attribute (#2878 by casey)
  • Do not ascend above --ceiling when looking for justfile (#2870 by casey)

Misc

1.42.4

24 Jul 23:28
a3da3cf

Choose a tag to compare

Fixed

1.42.3

19 Jul 02:45
39e0f38

Choose a tag to compare

Fixed

  • Run recipes from submodules in correct directory (#2829 by eisbaw)

1.42.2

15 Jul 20:51
3cb490a

Choose a tag to compare

Fixed

  • Fix scope lookup for nested submodules (#2820 by casey)

1.42.1

14 Jul 21:08
a5c3286

Choose a tag to compare

Fixed

  • Export variables to submodules (#2816 by casey)
  • Only override root-justfile variable assignments (#2815 by casey)