github nandyalu/trailarr v0.11.5
v0.11.5 - Faster missing-trailer scans & Windows install fixes

5 hours ago

v0.11.5 - September 3, 2026

Bug Fixes: 🐛

  • The missing-trailer task no longer gets slower as it runs — the task read the whole library again for every trailer that it downloaded. On a large library it used high CPU for hours. The task now reads the library in sweeps, and it looks up the download attempts in one batch. A profile that you change during a run still applies to every item that has not started; see Tasks. Thanks @sittingmongoose for finding the cause and for the profiling that showed it! (#666)

  • Trailarr starts again after an update on Windows — the installer wrote the startup task with an unquoted program path. Windows read C:\Program as the program, and kept the remainder of the path as the working directory. Windows gave no error for this, so the task registered, showed the state Ready, and never started. The web page did not open, the port stayed closed, and Trailarr wrote no log file. A re-install wrote the same broken task again. The installer now puts quotes around each path, and also accepts a Windows account name that holds an apostrophe. If your installation has this problem, update to this version and run the installer again.

  • trailarr status now shows the result of the last run — on Windows the command showed only the state of the task, and a task that never started still shows Ready. The command now also shows the last run time, the result of the last run, and the program that the task runs.

  • The login page now tells you when the server is down — a login attempt that could not reach the server showed the message Invalid username or password., which sent you to look for a password problem. The page now shows Cannot reach the Trailarr server. when the connection fails, and keeps the password message for a refused login.

Other Changes: ⚙️

  • A pull request from another person now passes its checks — such a pull request gets no secrets and a read-only token, but four workflows tried to publish a Docker image, deploy the docs preview, or push a commit. Each one failed for a reason that had nothing to do with the change. The workflows now skip that work, or build without a push. (#668)

  • Safari no longer reports a viewport error — the page set the viewport key interactive-widget, which Safari does not know, so Safari wrote an error into the browser console on every page load. The value that Trailarr set is the default value, so the removal changes nothing on any browser.

  • Dependency updates — the backend packages move to their current versions. Two build-time frontend packages, fast-uri and qs, take their security fixes. Angular stays on 22.1.3, because @angular/animations 22.1.5 asks for a version of @angular/core that its authors have not released.

Don't miss a new trailarr release

NewReleases is sending notifications on new releases.