Releases: casey/just
Releases Β· casey/just
1.23.0
Added
- Allow setting custom confirm prompt (#1834 by CramBL)
- Add
set quiet
and[no-quiet]
(#1704 by dharrigan) - Add
just_pid
function (#1833 by Swordelf2) - Add functions to return XDG base directories (#1822 by tgross35)
- Add
--no-deps
to skip running recipe dependencies (#1819 by ngharrington)
Fixed
- Run imports in working directory of importer (#1817)
Misc
1.22.1
Release 1.22.1
1.22.0
1.21.0
1.20.0
1.19.0
1.18.1
1.18.0
1.17.0
Added
- Add
[confirm]
attribute (#1723 by Hwatwasthat)
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
- Update Gentoo package repository (#1757 by paul-jewell)
- Fix readme header level (#1752 by laniakea64)
- Document line continuations (#1751 by laniakea64)
- List included recipes in load order (#1745)
- Fix build badge in zh readme (#1743 by chenrui333)
- Rename Justfile::first β Justfile::default (#1741)
- Add file paths to error messages (#1737)
- Move !include processing into compiler (#1618 by neunenak)
- Update Arch Linux package URL in readme (#1733 by felixonmars)
- Clarify that aliases can only be used on the command line (#1726 by laniakea64)
- Remove VALID_ALIAS_ATTRIBUTES array (#1731)
- Fix justfile search link in Chinese docs (#1730 by oluceps)
- Add example of Windows shebang handling (#1709 by pfmoore)
- Fix CI (#1728)