Skip to content

v0.8.0

Compare
Choose a tag to compare
@axtloss axtloss released this 13 Aug 12:07
· 38 commits to main since this release

What's Changed

Warning

This release adds a new required function to plugins. Old plugins that do not implement this function will still work, but are considered deprecated, and support may be dropped soon. View the example vib plugin on how to update the plugin.

  • chore(docs): migrate to pnpm by @GabsEdits in #72
  • fix(build): search vib bin in build/ instead of ./ by @Babilinx in #74
  • Fix installprefix not being set correctly during build by @axtloss in #75
  • Add support for finalize plugins by @axtloss in #76
  • Fix: run image build with same permissions as finalize plugins by @axtloss in #79
  • Add a flatpak plugin by @axtloss in #80
  • chore: bump dependencies by @axtloss in #81
  • feat: genimage finalize plugin by @axtloss in #82
  • fix: use direct github runner to create the builds by @axtloss in #83
  • Fix: use the full image name for the compile command by @axtloss in #84

New Contributors

Full Changelog: v0.7.4...v0.8.0-1