This release contains breaking changes, compatibility with older releases is not guaranteed
- Plugins
meson
,make
andapt
now use the keySources
to specify a source, this is an array, meaning these sources now allow for more than one source - Recipes now require a
vibversion
key which contains the version of vib used when the recipe was created
What's Changed
- feat: Make it easier to configure local includes by @axtloss #124
- feat: Add version key to recipe by @axtloss #128
- feat: Add property to decide wether to add includes per stage by @axtloss #129
- feat: Add workflow to release source tarball with vendored deps by @axtloss in #116
- Fix/purego ci by @axtloss in #132
- Feat: Allow multiple sources in plugins by @axtloss in #126
- chore: Update docs to prepare for v1.0.0 release by @axtloss in #133
- feat: Consider XDG_DATA_DIRS while searching for plugins by @Frack91 in #118
- fix: Properly drop root privileges when run with sudo by @axtloss in #134
New Contributors
Full Changelog: v0.8.1...v1.0.0