v0.11.6
- The unit list now shows cached status the moment yoe opens. Cached units
no longer render as blank lines until the first build; their status is correct
on startup. - Ubuntu packages now reuse the cache instead of rebuilding every run.
Building an Ubuntu image no longer re-fetches and re-extracts every package on
eachyoe build; unchanged packages are reused from the cache, the same as
Debian and Alpine. - ncurses now builds on Ubuntu. The terminal library no longer fails to
compile under Ubuntu's newer toolchain, so Ubuntu images that pull in ncurses
build successfully. - bash now builds on Ubuntu. The shell no longer fails to compile under
Ubuntu's newer toolchain, so Ubuntu images that pull in bash build
successfully.
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.