1.26.0
casey/just1.26.0May 14, 2024by github-actions[bot]
AI Summary
Version 1.26.0 of just adds two new command-line options: --no-aliases to filter out aliases from recipe listings, and -E as a shortcut for --dotenv-path. This release also includes various dependency updates, documentation improvements, and minor bug fixes.
Key Highlights
- Added --no-aliases flag to hide aliases when using --list
- Added -E as a shorthand alias for --dotenv-path
- Fixed Error::TmpdirIo error message for better debugging
- Renamed 'delete' example recipe to 'delete-all' to avoid potential conflicts
- Updated various GitHub Actions dependencies
New Features
- --no-aliases flag to hide aliases in --list output
- -E as alias for --dotenv-path option
Full Release Notes
### Added - Add --no-aliases to hide aliases in --list ([#1961](https://github.com/casey/just/pull/1961) by [WJehee](https://github.com/WJehee)) - Add -E as alias for --dotenv-path ([#1910](https://github.com/casey/just/pull/1910) by [amarao](https://github.com/amarao)) ### Misc - Update softprops/action-gh-release ([#2029](https://github.com/casey/just/pull/2029) by [app/dependabot](https://github.com/app/dependabot)) - Update dependencies ([#1999](https://github.com/casey/just/pull/1999) by [neunenak](https://github.com/neunenak)) - Bump peaceiris/actions-gh-pages to version 4 ([#2005](https://github.com/casey/just/pull/2005) by [app/dependabot](https://github.com/app/dependabot)) - Clarify that janus operates on public justfiles only ([#2021](https://github.com/casey/just/pull/2021)) - Fix Error::TmpdirIo error message ([#1987](https://github.com/casey/just/pull/1987)) - Update softprops/action-gh-release ([#1973](https://github.com/casey/just/pull/1973) by [app/dependabot](https://github.com/app/dependabot)) - Rename `delete` example recipe to `delete-all` ([#1966](https://github.com/casey/just/pull/1966) by [aarmn](https://github.com/aarmn)) - Update softprops/action-gh-release ([#1954](https://github.com/casey/just/pull/1954) by [app/dependabot](https://github.com/app/dependabot)) - Fix function name typo ([#1953](https://github.com/casey/just/pull/1953) by [racerole](https://github.com/racerole))