Skip to content

v0.0.15-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 08:06
· 48 commits to main since this release

Changelog

Release 0.0.15 (Unreleased)

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.