Addon meta extra, rewritten addon dependency caching
Features:
1. 📋Added AddonMetaExtra that can be used to retrieve or edit custom metadata from metafile of the addon
2. â™»Deprecated _get_attr, _get_func, _set_attrs in ModuleInterface. Replaced with function without the leading underscore
3. 📈Dependency caching is now looks only for modifying depends field in addon metafile
Full Changelog
https://github.com/kuyugama/addon-system/compare/1.1.1...1.2.0