Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more plugin functionality #4329

Merged
merged 3 commits into from Nov 4, 2021
Merged

Add more plugin functionality #4329

merged 3 commits into from Nov 4, 2021

Commits on Oct 12, 2021

  1. plugins: add Logger interface

    Plugins need to be able to log messasages, say for errors.
    brunnre8 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    bb4ab4f View commit details
    Browse the repository at this point in the history
  2. plugins: expose persistant data dir

    Plugins need to be able to store persistant files, say settings or
    databases or similar things.
    Expose a standard location that gets created when the path is
    accessed.
    brunnre8 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    02ccbc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    1e896a9 View commit details
    Browse the repository at this point in the history