Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

## Features
- Add new `--version` CLI flag


# 0.2.1 (2026-06-23)

Expand All @@ -14,8 +17,8 @@
- Config: Interpolate host environment variables (`$VAR` / `${VAR}`, `$$` for a
literal `$`) into any config string value. Enables e.g. mounting `$PWD`.
- Config: Simplified the `env` schema. Removed `fromHost`; an env var is now a
literal string (`$VAR`-interpolated) or an object
`{ value?, secret?, injectForHosts? }`, where an omitted `value` reads the
literal string (`$VAR`-interpolated) or an object
`{ value?, secret?, injectForHosts? }`, where an omitted `value` reads the
host var named like the key. Secrets use `injectForHosts` (was `hosts`).
- Config: Expose QEMU settings as config options.
- Add `/docs` folder with preliminary documentation.
Expand Down