Skip to content

Releases: casey/just

1.22.0

05 Jan 00:02
1bfed56
Compare
Choose a tag to compare

Added

  • Recipes can be invoked with path syntax (#1809)
  • Add --format and --initialize as aliases for --fmt and --init (#1802)

Misc

  • Move table of contents pointer to right (#1806)

1.21.0

29 Dec 21:52
f3b103a
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

1.18.1

24 Dec 17:20
bc62821
Compare
Choose a tag to compare

Added

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

1.18.0

24 Dec 16:36
f47c175
Compare
Choose a tag to compare

Added

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

Misc

1.17.0

20 Dec 02:36
f7aa201
Compare
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
Compare
Choose a tag to compare

Added

Fixed

Misc

1.15.0

12 Oct 17:56
b31be27
Compare
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
Compare
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)