1.58.0
ChatGPTNextWeb/NextChat1.58.0Aug 3, 2026by github-actions[bot]
AI Summary
Release 1.58.0 introduces a new `[timestamp]` recipe attribute for custom formatting and improves argument handling for `--justfile-name`. It also includes formatting fixes and documentation updates.
Key Highlights
- Added `[timestamp]` recipe attribute with support for format arguments.
- Now accepts multiple `,`-separated values in `--justfile-name`.
- Interpolation expressions are now automatically surrounded by spaces during formatting.
New Features
- Format argument for `[timestamp]` attribute.
- `[timestamp]` recipe attribute.
- Multiple `--justfile-name` support.
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))