Skip to content

v0.1.1 - 2023-02-19

Compare
Choose a tag to compare
@Callum027 Callum027 released this 18 Feb 12:36
· 97 commits to main since this release
74daa87

This is a support release that fixes quality definition and backup configuration updates
on remote Sonarr instances.

A new Dummy plugin is now included with Buildarr, used for testing Buildarr and its
plugin API, and also serves as a reference implementation for plugin developers.

Other behind-the-scenes improvements include a refactor of the plugin API to allow
for accurate type hints for configuration objects in secrets metadata classes
(and vice versa), and numerous updates to the documentation to correct errors
and add more detail.

Added

  • Add a GitHub Action to push releases to PyPI (#11)
  • Create a buildarr-dummy plugin for testing the Buildarr plugin API (#12)

Changed

  • Fix $PUID and $GUID declarations (b5110f3)
  • Fix Docker Hub link (be0ba12)
  • Fix Docker volume mount docs (fe328aa)
  • Fix troubleshooting Buildarr run docs (e3b8833)
  • Update dependency versions (3c19ede)
  • Fix debug Docker command in the GitHub Pages site (1e17741)
  • Disable automatic dependency version updates (c5c61cd)
  • Add missing download client documentation (d07936f)
  • Fix incorrect config value definition in docs (d1807a0)
  • Fix to-do list indenting (bca56e5)
  • Add a link to the configuration documentation in README.md (a5c0e6d)
  • Clean up and update Sonarr plugin internals (#14)
  • Fix updates to Sonarr quality definitions (#15)
  • Fix updates to Sonarr backup general settings (#16)

Removed