Skip to content

v0.4.2 - 2023-11-07

Compare
Choose a tag to compare
@Callum027 Callum027 released this 06 Nov 23:56
· 14 commits to main since this release
89c4e5d

This release adds support for the external authentication method for Prowlarr, and makes it possible for Buildarr to manage Prowlarr instances configured to use the external authentication method.

This authentication method is usually only accessible by manually modifying the Prowlarr configuration file, but Buildarr makes it possible to configure it automatically.

The following issues have also been fixed:

  • Fix a regression in the previous release where new application definitions could not be created
  • Remove support for the none authentication method, no longer usable in Prowlarr v1.0 and later

Added

  • Add support for external authentication (#37)

Changed

  • FIx creating application definitions (#39)
  • Fix Sonarr/Radarr plugin links in docs (#40)

Removed

  • Remove support for no authentication (#38)