1.58.0
drawdb-io/drawdb1.58.0Aug 3, 2026by github-actions[bot]
AI Summary
Version 1.58.0 introduces a new `[timestamp]` recipe attribute and attribute with format support, improves formatting for interpolation expressions, and allows multiple comma-separated values for `--justfile-name`.
Key Highlights
- Adds a new `[timestamp]` recipe attribute.
- Adds a `[timestamp]` attribute with a format argument.
- Surrounds interpolation expressions with spaces when formatting.
- Accepts multiple `,`-separated values in `--justfile-name`.
New Features
- [timestamp] recipe attribute
- [timestamp] attribute with format argument
- Improved interpolation expression formatting
- Multiple values support for --justfile-name
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))