1.58.0
snarktank/ralph1.58.0Aug 3, 2026by github-actions[bot]
AI Summary
A utility tool update adding timestamp attributes and improved formatting for the `just` command runner.
Key Highlights
- Added `[timestamp]` recipe attribute for recipes.
- Added `format` argument to the `[timestamp]` attribute.
- Accept multiple `,`-separated values in `--justfile-name`.
- Surround interpolation expressions with spaces when formatting.
New Features
- Timestamp recipe attribute
- Timestamp format argument
- Multiple justfile names
- Interpolation spacing
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))