Skip to content

Releases: golift/starr

v1.3.0

25 Jan 20:36

Choose a tag to compare

This release contains dependency updates, bug fixes, and Sonarr season images support.

What's Changed

  • Readarr /search endpoint, fix type mismatch in AddAuthorOptions struct by @Inku0 in #185
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #182
  • chore(deps): update golangci/golangci-lint-action action to v9 by @renovate[bot] in #181
  • Fix bulk retrieval of multiple episode files by @almanac1631 in #187
  • Sonarr season images fix by @Fyb3roptik in #184

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1: Calendar feeds

10 Oct 06:26
1269d03

Choose a tag to compare

What's Changed


  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #177
  • fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #179
  • chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #180

Full Changelog: v1.2.0...v1.2.1

v1.2.0

30 Jul 02:18
dfbdba7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Mar 04:21
0d25b4a

Choose a tag to compare

A bunch more features and a few bug fixes. Enjoy!

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

Fantastic Voyage

29 Aug 05:51
e85fbe7

Choose a tag to compare

It's been a long time and a lot of changes since the last tagged release. There are many breaking changes in this release, but they should all be easy to fix. They were necessary, sorry. Going forward, the breaking changes should be minimal. Please open an issue if you run into any problems with this release.

What's Changed

Auto-generated list of pull requests:

New Contributors

Full Changelog: v0.14.0...v1.0.0

Less Memory

07 Feb 04:45
3a50edc

Choose a tag to compare

This release has a couple big changes. First, it includes a new sub module named starrcommand. This module allows your app to consume Custom Script calls from all 5 Starr apps. Secondly, this release changes how logging and specifically debug logging work. Disabling debug should reduce the amount of memory used.

New Features:

  • GetQueue and GetHistory methods can now be filtered.
  • Adds more *Tag methods to all apps. Thanks @Fuochi!
  • Adds seasonPass method to Sonarr.
  • Adds episodeFile methods to Sonarr.

Contexts

15 Jan 07:46
cd5c2c4

Choose a tag to compare

This release re-organizes the code and pushes contexts all the way through to the main Interface. See the pull request for a bit more. #24

This release has some backward incompatible changes. Sorry. Should be easy enough to fix up.

Bug Fix

02 Jan 02:29

Choose a tag to compare

This is a bug fix. See release notes for v0.12.0.

Overhaulin'

30 Dec 08:46
35eeb0e

Choose a tag to compare

WARNING: This release has a bug that causes a crash when calling GetQueue(). Use master until v0.12.1 is released. (soon)

This release has some backward compatibility changes, sorry.
GetQueue() and GetHistory() changed in all four apps. If you need more control over the request, use GetQueuePage() and GetHistoryPage(). Other breaking changes: Some config items JSON and YAML tags changed. Updated the APIer interface in the starr app with four new methods.

New features:

  • Added Fail() and Lookup() to all four apps. Used to mark a history item failed, and search for a new item, respectively. Thanks to @smantic for the lookup code and @JackDallas fo the fail code.
  • Added Prowlar support. Only 1 method for now, more to come as requests come in.
  • Added GetBackupFiles() to all five apps. Returns list of available backup files.
  • Added Login() interface to set a cookie using form-based authentication. Useful for downloading backup files (where an API Key does not work).
  • Added more request methods (in the interface) and pagination helpers to starr module.

Sonarr Commands

06 Nov 07:21
10b320c

Choose a tag to compare

More features added to Sonarr commands.