LinuxServer Changes:
Add pipeline build process.
Radarr Changes:
To receive further Pre-Release updates, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
New features:
- Far less memory leaks (Hopefully none anymore) :) [Leonardo Galli and Taloth]
- Use APIKey & APIUser for authenticating to PassThePopcorn. So 2FA works correctly now. (Issue #3264) [Leonardo Galli]
- Support for forcedUP status (Issue #3277) [Swizzy]
- RTorrent - Don't start download automatically (Issue #3222) [lps-rocks]
- Remove Pre, postbot, xpost suffixes from release groups (Issue #3220) [Qstick]
- Secure URLs for Links and Services (Issue #3219) [Qstick]
Fixes:
- Hopefully fixed sqlite errors when finding by title. [Leonardo Galli]
- Another IDisposable leak when lazy loading properties. [Taloth Saldono]
- MediaCoverService tests and stupidly forgetting to open the database connection for logging. [Leonardo Galli]
- MediaCovers resizing potentially leaking memory when concurrently executing. [Leonardo Galli]
- Stream leakage inside CurlHttpDispatcher. [Leonardo Galli]
- Apparently Microsoft thinks that you should cast to IDisposable first. [Leonardo Galli]
- Invalid SQLite cache size. [Leonardo Galli]
- Resource leakage inside HttpClient. [Leonardo Galli]
- Typo that could probably lead to an infinite loop. [Leonardo Galli]
- Resource leakage inside ManagedHttpDispatcher. [Leonardo Galli]
- Leaking of objects when logging something to the database. [Leonardo Galli]
- DataMapper potentially leaking stuff when being disposed. [Leonardo Galli]
- DataMapper not being disposed, leading to resource leakage. [Leonardo Galli]
- Memory leak due to unmanaged Bitmaps leaking. [Leonardo Galli]
- Unable to parse movies from 1800s. [Leonardo Galli]
- OSX Packages not getting correct version info. [Leonardo Galli]
- Npm start not working with node 10. [Leonardo Galli]
- Hopefully fixed issue where a null downloadId or title would cause no downloads to be tracked. [Leonardo Galli]
- Bump default version to prevent update running from source (Issue #3199) [Qstick]
- MediaInfo Unit Test Failing due to AudioAdditionalFeatures (Issue #3221) [Qstick]
Note: The OSX version does not automatically launch the browser. You have to go to http://localhost:7878 by yourself in a browser of your choice.