Added
- Build docker images (#3174 by casey)
- Dynamically complete recipes for
--usage(#3172 by casey) - Dynamically complete groups (#3171 by casey)
- Dynamically complete recipes and variables (#3169 by casey)
- Complete appropriate filetypes (#3168 by casey)
- Allow overriding variables in submodules (#3151 by casey)
- Add
--jsonas synonym for--dump --dump-format json(#3143 by casey)
Changed
- Stabilize lazy evaluation (#3180 by casey)
- Switch to dynamic completion engine (#3167 by casey)
- Respect PATH and PATHEXT when running commands on Windows (#3160 by casey)
- Make
which()andrequire()respect PATHEXT on Windows (#3144 by casey)
Misc
- Add completion script installation instructions (#3178 by casey)
- Fix readme typo (#3176 by Rohan5commit)
- Remove Vagrantfile (#3173 by casey)
- Fix signal handling typo (#3170 by Rohan5commit)
- Add cargo-binstall installation instructions (#3165 by casey)
- Fix typos (#3162 by casey)
- Readme typo: forground (#3161 by Rohan5commit)
- Use clap derive to parse arguments (#3158 by casey)
- Fix readme typo (#3156 by teee32)
- Document that path_exists() returns strings (#2946 by cspotcode)
- Remove version references from readme headings (#3153 by casey)
- Fix readme typo (#3152 by Rohan5commit)
- Fix variadic parameter typo in readme (#3150 by casey)
- Fix readme typo (#3148 by Rohan5commit)
- Avoid conditional compilation (#3145 by casey)
- Update VS Code extension in Chinese readme (#2984 by A-moment096)
- Change replace wording in readme (#3137 by Rohan5commit)
- Document recipe metadata (#3142 by casey)