v0.0.15-rc3
Pre-release
Pre-release
github-actions
released this
06 Oct 19:08
·
47 commits
to main
since this release
Changelog
Release 0.0.15 (Unreleased)
Added
- Added ability skip addons specified in file during install/update/upgrade.
- Added new options to
odood test
command:--file
that could be used to pass the path to file to read addons to test from--skip-file
read names of addons to skip from file
Changed
- Installation of dependencies from manifest is now optional.
It is frequent case, when authors of module place incorrect dependencies
in manifest, thus installation of addon may fail.
Fixes
- Fix error when running
addons install/update/uninstall
with non-existing
logfile. This was caused by attempt to determine starting point of logfile
to search for errors happened during operation.
Now this case is handled correctly.