1.58.0
casey/just1.58.0Aug 3, 2026by github-actions[bot]
AI Summary
This release enhances formatting by surrounding interpolation expressions with spaces and allows multiple comma-separated values for `--justfile-name`. It introduces new `[timestamp]` recipe attributes and format arguments for better time handling. Documentation updates clarify the specific behavior of the `no-cd` flag.
Key Highlights
- Added `[timestamp]` recipe attribute for setting timestamps
- Added format argument to the `[timestamp]` attribute
- Improves formatting of interpolation expressions by adding spaces
- Supports multiple comma-separated values in `--justfile-name`
- Clarified that `no-cd` only affects recipe working directory
New Features
- Added `[timestamp]` recipe attribute
- Added format argument to `[timestamp]` attribute
Full Release Notes
### Changed - Surround interoplation expressions with spaces when formatting ([#3685](https://github.com/casey/just/pull/3685) by [casey](https://github.com/casey)) - Accept multiple `,`-separated values in `--justfile-name` ([#3676](https://github.com/casey/just/pull/3676) by [casey](https://github.com/casey)) ### Added - Add format argument to `[timestamp]` attribute ([#3681](https://github.com/casey/just/pull/3681) by [casey](https://github.com/casey)) - Add `[timestamp]` recipe attribute ([#3680](https://github.com/casey/just/pull/3680) by [casey](https://github.com/casey)) ### Misc - Note that `no-cd` only affects recipe working directory ([#3679](https://github.com/casey/just/pull/3679) by [casey](https://github.com/casey)) - Link to GitHub from docs ([#3674](https://github.com/casey/just/pull/3674) by [casey](https://github.com/casey))