- Go and other builds no longer fail with "exec format error". The build
container's architecture is now pinned explicitly on every run, so a build
always uses a matching-arch image even when a different-architecture copy of a
shared base image (such asgolang) is already cached locally. Previously a
same-arch build could silently pick up the wrong image and fail. - Change a machine's QEMU port forwards from the TUI. The Setup → QEMU
settings Ports list is now fully editable: highlight any forward — including a
machine-declared one like8080:8080— press Enter, and move it to a free
host port when the default collides. Previously the machine's forwards were
read-only and you could only add extras, so a busy host port blockedyoe run
with no way to fix it in the UI.
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.