Releases: casey/just
Releases Β· casey/just
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)
1.16.0
1.15.0
Added
- Add Nushell completion script (#1571 by presidento)
- Allow unstable features to be enabled with environment variable (#1588 by neunenak)
- Add num_cpus() function (#1568 by schultetwin1)
- Allow escaping newlines (#1551 by ids1024)
- Stabilize JSON dump format (#1633)
- Add env() function (#1613 by kykyi)
Changed
Misc
- Don't recommend
vim-polyglot
in readme (#1644 by laniakea64) - Note Micro support in readme (#1316 by tomodachi94)
- Update Indentation Documentation (#1600 by GinoMan)
- Fix triple-quoted string example in readme (#1620 by avi-cenna)
- README fix: the -d in
mktemp -d
is required to created folders. (#1688 by gl-yziquel) - Placate clippy (#1689)
- Fix README typos (#1660 by akuhnregnier)
- Document Windows Package Manager install instructions (#1656)
- Test unpaired escaped carriage return error (#1650)
- Avoid grep aliases in bash completions (#1622 by BojanStipic)
- Clarify [unix] attribute in readme (#1619 by neunenak)
- Add descriptions to fish recipe completions (#1578 by patricksjackson)
- Add better documentation for --dump and --fmt (#1603 by neunenak)
- Cleanup (#1566 by nyurik)
- Document Helix editor support in readme (#1604 by kenden)