Added
- Allow the target of aliases to be recipes in submodules (#2632 by corvusrabus)
- Make
--list-submodules
require--list
(#2622 by casey)
Fixed
Misc
- Remove
test!
macro from readme (#2648 by casey) - Sort enum variant, struct member, and trait members alphabetically (#2646 by casey)
- Add Zed extension to readme (#2640 by sectore)
- Refactor error checking in choose function (#2643 by casey)
- Use
Test
struct instead oftest!
macro (#2642 by casey) - Include unicode codepoint in unknown start of token error (#2637 by CramBL)
- Ignore broken pipe error from chooser (#2639 by casey)
- Guarantee that
Namepath
s are non-empty (#2638 by casey) - Remove unnecessary binding modifiers (#2636 by casey)
- Document Vim and Neovim built-in syntax highlighting (#2619 by laniakea64)
- Remove rust:just Repology badge (#2614 by laniakea64)
- Clarify --list argument (#2609 by casey)
- Expand Windows path documentation (#2602 by casey)
- Fix readme typos (#2596 by CramBL)