Skip to content

v0.7.0

Compare
Choose a tag to compare
@axtloss axtloss released this 21 Apr 20:26
· 65 commits to main since this release

What's Changed

Breaking changes

  • Plugins now use the c-shared format. Older plugins using the plugin format are not supported anymore.
    The example plugin and fsguard plugin plugins have been updated accordingly and can be used as examples to port plugins to the new format.
  • The cmd property in recipes now takes a string array (the same format as entrypoint). Any recipe that uses the old property will not work.

Full Changelog: v0.6.2...v0.7.0