Skip to content

v0.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 18:25
· 46 commits to main since this release

Changelog

Release 0.0.15 (2023-10-30)

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.