v0.7.1
- Unit
releasefield — units can now specifyrelease = Nfor packaging
revisions (apk-rNsuffix). Defaults to 0. Bump when the unit definition
changes but the upstream version doesn't. - Build metadata — each unit's build directory now contains a
build.json
with status, start/finish times, duration, build disk usage, installed size
(destdir/apk), and input hash. The TUI detail view shows build time and sizes
alongside the unit name. - Persistent build output — executor output (
executor.log) is now written
for both CLI and TUI builds, so the TUI detail view shows build output
regardless of how the build was triggered.
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe-NG is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.