Skip to content

Releases: casey/just

1.21.0

29 Dec 21:52
f3b103a

Choose a tag to compare

Added

  • Optional modules and imports (#1797)
  • Print submodule recipes in --summary (#1794)

Misc

  • Use box-drawing characters in error messages (#1798)
  • Use Self (#1795)

1.20.0

29 Dec 02:28
7c2e699

Choose a tag to compare

Added

  • Allow mod statements with path to source file (#1786)

Changed

  • Expand tilde in import and module paths (#1792)
  • Override imported recipes (#1790)
  • Run recipes with working directory set to submodule directory (#1788)

Misc

  • Document import override behavior (#1791)
  • Document submodule working directory (#1789)

1.19.0

28 Dec 04:34
2846df7

Choose a tag to compare

Added

1.18.1

24 Dec 17:20
bc62821

Choose a tag to compare

Added

  • Display a descriptive error for !include directives (#1779)

1.18.0

24 Dec 16:36
f47c175

Choose a tag to compare

Added

  • Stabilize !include path as import 'path' (#1771)

Misc

1.17.0

20 Dec 02:36
f7aa201

Choose a tag to compare

Added

Changed

  • Don't default to included recipes (#1740)

Fixed

  • Pass justfile path to default chooser (#1759 by Qeole)
  • Pass --unstable and --color always to default chooser (#1758 by Qeole)

Misc

1.16.0

08 Nov 21:46
63c0234

Choose a tag to compare

Added

Fixed

Misc

1.15.0

12 Oct 17:56
b31be27

Choose a tag to compare

Added

Changed

  • Allow selecting multiple recipes with default chooser (#1547 by fzdwx)

Misc

1.14.0

02 Jun 22:05
8e3a2a0

Choose a tag to compare

Changed

  • Use just --show in default chooser (#1539 by fzdwx)

Misc

  • Fix justfile search link (#1607 by jbaber)
  • Ignore clippy::let_underscore_untyped (#1609)
  • Link to private recipes section in readme (#1542 by quad)
  • Update README to reflect new attribute syntax (#1538 by neunenak)
  • Allow multiple attributes on one line (#1537 by neunenak)
  • Analyze and Compiler tweaks (#1534 by neunenak)
  • Downgrade to TLS 1.2 in install script (#1536)

1.13.0

25 Jan 05:45
baa2dfc

Choose a tag to compare

Added

  • Add -n as a short flag for --for dry-run (#1524 by maiha)
  • Add invocation_directory_native() (#1507)

Changed

  • Ignore additional search path arguments (#1528 by neunenak)
  • Only print fallback message when verbose (#1510)
  • Print format diff to stdout (#1506)

Fixed

  • Test passing dot as argument between justfiles (#1530)
  • Fix install script default directory (#1525)

Misc

  • Note that justfiles are order-insensitive (#1529)
  • Borrow Ast in Analyser (#1527 by neunenak)
  • Ignore chooser tests (#1513)
  • Put default setting values in backticks (#1512 by s1ck)
  • Use lowercase boolean literals in readme (#1511 by s1ck)
  • Document invocation_directory_native() (#1508)
  • Fix interrupt tests (#1505)