Skip to content
Plundarr
Integrations Security Support Changelog Get started
Back to Plundarr

Changelog

Version history for Plundarr
v2.4.0Home-screen widgets, and a Plex sign-in that actually finishes

Released 15 August 2026

  • Plundarr now has home-screen widgets, on both iPhone and Android. Fourteen of them: four that cover everything at once, and one for each service you have connected, so you can put just the thing you care about on your home screen
  • The four overview widgets are Downloads (what is transferring right now and how far along), Upcoming (the next episodes and releases due), Requests (what is waiting on your approval) and Health (warnings from your services, and nothing at all when everything is fine)
  • The per-service widgets are built for someone running the server rather than just watching it. Plex shows who is streaming and, more usefully, how many of those streams your server is transcoding — and whether it is doing it in hardware or on the CPU, which is the difference between free and everyone buffering
  • The Indexers widget shows which of your Prowlarr indexers are failing. Prowlarr disabling a few indexers after they time out is the usual reason nothing has been grabbed for two days, and nothing in the app surfaced it at a glance before
  • Radarr, Sonarr and Lidarr each get a widget showing what is missing, how deep the queue is, and how much free space is left on your root folders — a full disk fails every grab silently, so it is worth seeing before it happens
  • There are also widgets for your download client (live speed, with paused called out, because a paused client looks exactly like an idle one), Unraid (array state, capacity used, outstanding alerts), Tautulli (stream count, transcodes and bandwidth in use), Jellyfin via Jellystat, and Bazarr (how much is still missing subtitles)
  • On iPhone the widgets work in a Smart Stack, and Plundarr tells iOS which one deserves your attention — so a stack will rotate to a failing indexer or a stopped array rather than to whichever widget you added last
  • Android has no equivalent, so it gets a Plundarr Stack widget instead: one widget you swipe through, showing only the services you have actually connected, with the things worth acting on first
  • Widgets refresh on their own in the background, so they are current without you opening the app. How often is up to your phone rather than up to Plundarr — Android will not do it more than about every fifteen minutes, and iOS decides for itself and tends to favour apps you open often
  • Your API keys are never given to the widgets. The app fetches everything and hands the widgets only the finished text they draw, so your credentials stay in the phone's secure storage where they were — nothing was moved somewhere more readable to make this work
  • A widget that has nothing to show will tell you which kind of nothing it is: "Nothing downloading" is not the same as "Connect Radarr", and it says which one it means
  • “Sign in with Plex” now links by code. Tap it and Plundarr gives you a short code, copies it to your clipboard, and opens plex.tv/link — paste it there, tap Link, and come back to Plundarr, which picks it up on its own
  • This replaces the previous browser sign-in, which could leave you on the Plex website without finishing: if your browser was already signed in to Plex, the request was approved there and never came back to Plundarr. Linking by code does not have that gap
  • There is a button to copy the code again if something else lands on your clipboard in between, and another to reopen the linking page if you close it by accident
  • Also improved on Android, where the sign-in button could open the Plex app instead of a browser. Plundarr now asks for a browser explicitly
  • Plundarr no longer asks Android for permission to see your Wi-Fi details. It was being requested on our behalf by a library and never used for anything
v2.3.0Sign in to Plex with your password, and support for self-signed certificates

Released 14 August 2026

  • New “Sign in with Plex” button in Settings → Plex. You sign in with your Plex password in a browser window, and Plundarr fills in both your token and your server address — no more digging an X-Plex-Token out of a page of XML. It was already there during first-time setup; now it is available any time
  • Entering a token by hand still works and is still there, tucked behind “Enter a token manually instead”. It is the only way in for a server claimed to someone else's account, or a server shared with you
  • You can now sign out of Plex properly from Settings, which clears the saved token from this device without touching your Plex account
  • New “Allow self-signed certificate” switch on each service. If you run a server on your own network with a certificate your phone does not trust, you can now connect to it — previously those servers simply failed with an error that did not explain itself
  • That switch is deliberately limited: it only appears for https addresses, only works for servers on a private network, and only ever affects the one service you turn it on for. Everything else keeps checking certificates as normal
  • Fixed Plundarr reporting itself to Plex as version 1.0.0. If you look at Authorised Devices in your Plex account settings, it now shows the version you are actually running
v2.2.0Libraries that open instantly, and a Paste button for your API keys

Released 12 August 2026

  • Movies, Shows and Music now open straight away, showing your library from last time while the current one loads in the background — previously each tab sat empty until the whole collection had downloaded
  • The dashboard's Movies, Shows and Artists counts appear immediately on launch instead of showing a dash while three libraries downloaded
  • New Paste button on every API key and token field, so you no longer have to select the text through a keyboard sitting on top of it
  • New show/hide button on API key fields, so you can check a paste actually worked. Showing a key you saved earlier asks for Face ID or Touch ID first — otherwise that button would read your saved keys straight back out to anyone holding your unlocked phone
  • Pasted keys have stray spaces and line breaks trimmed off automatically. A key copied from a web page often carries one, and the services reject it with the same error as a wrong key, which was needlessly confusing
  • Fixed the keyboard fighting you on the service settings forms: the first tap on any button was being swallowed to dismiss the keyboard, so nothing responded until you tapped twice — and the second tap brought the keyboard back up
  • Android: form fields near the bottom of the screen no longer end up hidden behind the keyboard
  • If a library refresh fails, you now keep the version you already had on screen with a note explaining what went wrong, rather than losing the list
  • Plundarr no longer contacts Expo's update service when it starts. That check ran on every launch before you touched anything and carried a permanent per-install ID, and it was the only thing in the app sending an identifier anywhere. The trade-off is that fixes now reach you through the App Store rather than quietly in the background
v2.1.0Notifications that work, share-to-app, global search — and a big reliability pass

Released 9 August 2026

  • Notifications now appear while the app is open, and tapping one takes you straight to the item it's about
  • Seerr notifications gained Approve and Decline buttons you can use without opening the app
  • New alerts for failed downloads, indexer failures and finished Plex scans
  • Share a magnet, .torrent or .nzb link into Plundarr from any other app and it goes straight to the add sheet
  • Share anything else — a title, a link, a bit of text — and Plundarr offers to turn it into a request
  • New global search that queries every Jackett and Prowlarr indexer at once
  • Unraid: start, stop and restart Docker containers and virtual machines from the app
  • Downloads: qBittorrent share limits and Transmission seed-ratio controls
  • Connection tests now tell you what is actually wrong — a wrong port, a reverse-proxy folder missing from the URL, a self-signed certificate, or a login page sitting in front of the service — instead of just "network error"
  • Plex, SABnzbd and NZBHydra2 connection tests no longer report success when the key or token is wrong; each now checks something that genuinely requires it
  • Tautulli now gives the real reason a connection failed, such as a wrong API key or the API being switched off, rather than a bare error code
  • The first-run setup wizard now uses the same connection form as Settings, so a service added during setup behaves exactly like one added later
  • Jellystat, Unraid, Wizarr and NZBHydra2 rebuilt against their current APIs — screens that showed nothing now show real data
  • NZBGet: pause, resume and delete work again. They had been sent in a format NZBGet stopped accepting in 2018, so they quietly did nothing
  • qBittorrent and SABnzbd: a download the client rejected no longer shows a success message
  • Jellystat and Jackett: a bad token now shows an error you can retry, instead of an empty screen that looks like you own nothing
  • qBittorrent 5.0 support — the renamed pause and resume controls and the new torrent states are both recognised
  • SABnzbd: speed limits use the right units, and free disk space is reported correctly
  • Jackett: results are sorted into torrent and usenet by the link itself, so nothing lands in the wrong place
  • Plex: fixed missing music tracks, single-item libraries and folder views, and Android sign-in now completes reliably once the browser closes
  • Sonarr: manual search is scoped to the episode or season you picked, rather than searching far more than you asked for
  • Seerr: TV requests send the seasons you chose, and root-folder pickers are read from Seerr and actually applied
  • Transmission: an action the server refused now surfaces as an error instead of appearing to work
  • Sonarr posters and artwork load again, and backdrops throughout the app are noticeably sharper
  • Unraid: a healthy array is no longer shown as a red warning
  • Media: a service you have not set up no longer reports a network error of its own — pulling to refresh used to quietly ask Lidarr, Radarr and Sonarr alike, whether or not they were configured
  • Calendar: items sit on the correct day in your own timezone, and the two-week window rolls over at midnight
  • The app no longer asks for your fingerprint or face again when you flick between apps — only after it has genuinely been in the background
  • Plex no longer registers a new authorised device every time the app starts
  • Deleting a profile or resetting the app now clears every stored credential
  • Long libraries scroll more smoothly, the app starts faster, and screen-reader labels were added throughout
v2.0.1Deluge & Seerr fixes, plus a big More-hub capability expansion

Released 27 June 2026

  • Deluge: fixed pause, resume, and remove on Deluge 2.0 — the integration now detects the daemon version and uses the right commands
  • Deluge: an in-place server upgrade is now re-detected automatically, with no app restart needed
  • Seerr: notifications now show the real title instead of a TMDB id
  • Seerr: the More-hub Seerr screen now resolves movie and TV titles
  • Seerr: TVDB links now deep-link straight to the specific series instead of the homepage
  • Seerr: tapping a request or user in the More-hub Seerr screen now opens the same detail cards as the Requests tab
  • Download clients: a shared Add Torrent/NZB sheet wired into all five clients (qBittorrent, Transmission, Deluge, SABnzbd, NZBGet)
  • Plex & Tautulli: terminate a stream, trigger a library scan, view play-count graphs and server info
  • Jellystat: new statistics section
  • Radarr, Sonarr & Lidarr: manual release search and grab on missing items, History tabs, and Calendar/upcoming views
  • New Unraid and Wizarr management screens added to the hub
  • SABnzbd & NZBGet: per-item pause/resume and speed limits
  • Deluge: per-item transfer stats
  • Transmission: per-item recheck and priority controls
  • qBittorrent: torrent detail modal with file selection, recheck, force-start, queue priority, and category
v2.0.0More hub, customizable navigation & per-service management screens

Released 15 June 2026

  • New More tab in the dock — a hub giving access to every tool screen in one place
  • Customisable hub — reorder hub screens and hide or show the ones you don't use
  • Swipe between hub screens with a new paging gesture
  • Per-service management screens for 17 services: Radarr, Sonarr, Lidarr, Prowlarr, NZBHydra2, Seerr, Plex, Tautulli, Jellystat, Bazarr, Jackett, Deluge, NZBGet, qBittorrent, SABnzbd, and Transmission
  • Dedicated management screens for download clients
  • Bazarr: expanded subtitle handling with a new Manual Search sheet for finding and grabbing specific subtitles
  • Jackett: expanded indexer support with a Send to Client sheet, with connections verified via the Torznab indexers feed
  • Wanted hooks added across Radarr, Sonarr, and Lidarr
  • Honest connection testing for header-auth services (Bazarr and the *arr apps) — no more false positives
  • Prowlarr: the history section now counts towards whether the screen has content
  • Fixed service-screen reactivity, crashes, empty states, and Jackett data loading
  • Stability and validation fixes across Jellystat, Lidarr, NZBGet, Prowlarr, qBittorrent, Radarr, SABnzbd, Sonarr, Tautulli, Transmission, Unraid, and Wizarr
v1.2.0UI redesign — OLED colours, animations & visual polish

Released 12 June 2026

  • Deeper OLED colour system: true black background, better surface separation, and a brighter amber accent throughout
  • Tab bar on iOS now has a frosted glass blur background
  • Dashboard stat cards are larger and bolder — bigger icon, bigger number, and a drop shadow instead of a border
  • Dashboard animates in on load — stat cards and quick links fade up, download queue items slide in from the right with a stagger
  • Download queue rows have a full-height service colour bar and a soft shadow
  • Media posters spring-scale on press, have a larger corner radius, and show a ring around the monitored dot
  • MISSING badge repositioned to a bottom-left pill overlay instead of covering the full poster
  • No-poster placeholder uses an icon instead of an emoji
  • Loading skeletons are smoother — animation runs on the UI thread via Reanimated
  • Status badge text colour fixed — was hardcoded white regardless of status
  • Settings screen shows an identity header with the app icon, name, and version
  • Badge corner radii increased for a more rounded look throughout
v1.1.1Persistent cache, interactive charts & Stats sub-tabs

Released 12 June 2026

  • App data now persists across cold starts — library, calendar, stats, and history render instantly on relaunch then refresh in the background
  • Live data (sessions, torrent queues, active downloads) is never shown stale — always fetches fresh on launch
  • Tautulli Stats tab split into Overview and Charts sub-tabs for a dedicated, readable chart view
  • Stats charts are now interactive — tap any bar to highlight it and see a tooltip with the category and per-series values
  • Fixed Deluge torrent detail showing progress values like 3500% instead of the correct percentage
  • Fixed duplicate back button appearing on the Notifications Settings screen
v1.1.0Live view, library management, Bazarr subtitles & Seerr overhaul

Released 10 June 2026

  • App now refetches stale data automatically when returning from background
  • Each tab refreshes its data on focus
  • Default auto-refresh interval reduced from 30s to 10s; 5s option added in Advanced Settings
  • Wanted screen — missing and cutoff-unmet items across Radarr, Sonarr, and Lidarr with infinite scroll and a bulk Search All per service
  • History screen — per-service download event history with type filters; long-press any grab to blocklist and retry
  • Blocklist screen — view and clear blocked releases for Radarr and Sonarr
  • Movie, show, and artist detail modals gain Refresh & Scan and Rename Files maintenance actions
  • Download history shown inside movie, show, and artist detail modals
  • Bazarr: one-tap subtitle search and download per language in movie modals and per-episode in season modals
  • Sonarr: bulk season monitoring presets (All / None / Future / Missing) in the show modal
  • Sonarr: Monitor All and Unmonitor All buttons in the season modal
  • Seerr: season picker when requesting a TV show — choose exactly which seasons to request
  • Seerr: Issues tab in Requests with Open/Resolved filter, full comment threads, and resolve/reopen actions
  • Seerr: report an issue directly from any tracked media detail screen
  • Discover: browsing without a search term now shows Trending, Upcoming Movies, Upcoming TV, Popular Movies, and Popular TV rails
  • Tautulli: play count charts by day, day of week, and hour of day in the Stats tab
  • qBittorrent: torrent detail modal with Info, Files, and Trackers tabs
  • Plex: Recently Added rail on the dashboard
  • Notification settings: per-type toggles for new requests, download completions, and health warnings
  • TVDB and IMDB links shown on untracked media detail screens and movie request modals
  • Username search in Requests → Users tab
  • Fixed Missing filter in Media > All not applying to TV shows
  • Fixed request modal filter not resetting when switching media type
  • Fixed artist downloaded and missing count filters
  • Fixed stat cards not respecting hidden service settings
  • Fixed Downloads sort resetting unexpectedly
v1.0.9Tablet rotation, Reset to Defaults & navigation fixes

Released 1 June 2026

  • Tablets can now rotate to landscape
  • Default app theme changed to System — follows the device light/dark setting
  • Reset to Defaults button in Customisation settings — restores theme, tab layout, and merge settings without touching service configs or security settings
  • Tapping the dashboard pending-requests card now opens directly to the Pending sub-tab in Requests
  • Navigating to the Requests tab always resets to the Pending sub-tab
  • Fixed Deluge filter bar covering the download list on some screen sizes
v1.0.8Health alerts, speed controls & library improvements

Released 30 May 2026

  • Pull-to-refresh now works on all Seerr request tabs, including while loading or when the list is empty
  • Download tabs have a cleaner, more compact filter layout
  • Removing a download from SABnzbd or NZBGet now asks for confirmation before deleting
  • Fixed SABnzbd download progress bar not displaying correctly
  • Movies, shows, and albums now show an offline icon and Retry button if they fail to load
  • Haptic feedback on monitoring toggles and album grabs
  • Fixed a crash that could occur when closing a movie detail screen
  • Search results show a '+N more' label when there are more than 8 library matches
  • Deleting a download now correctly clears it from pending request counts
  • Episode status updates now refresh reliably across the app
  • Dashboard: health alerts for Radarr, Sonarr, and Lidarr shown as inline cards when issues are detected
  • Dashboard: low disk space warning card when any root folder has less than 10 GB free
  • SABnzbd: speed preset buttons (Unlimited / 5 MB/s / 1 MB/s) in the download queue header
  • qBittorrent: Alt Speed toggle in the tab header, highlights when active
  • Transmission: Turtle Mode toggle in the tab header, highlights when active
  • Add to Library from Search — tap the ADD badge on any non-library result to pick a quality profile and root folder, then kick off an automatic search
  • Lidarr: search icon in album modals triggers an album search
  • NZBGet: speed preset buttons (Unlimited / 5 MB/s / 1 MB/s) in the download queue header
  • Seerr: declined requests now show a Retry button in the request detail screen
  • Plex: tap the refresh icon next to any library to trigger a scan
  • Sonarr: tap the bookmark icon on any episode in a season to toggle its monitoring
  • Prowlarr: indexer rows in settings now show a green or red health dot
  • Security: Plex tokens are no longer stored in image cache or shown in request logs
  • Fixed connection issues with local network (HTTP) services on Android and iOS
  • Errors from Plex library scans, Lidarr album searches, and NZBGet speed changes are now shown on screen instead of failing silently
v1.0.7Season detail modal, calendar navigation & sort/filter overhaul

Released 22 May 2026

  • Season detail modal — tapping a season in a show opens a dedicated screen with the full episode list, per-episode download status, season stats, and a settings sheet for monitoring toggle, auto-search, and manual release search/grab
  • Calendar events are now tappable and navigate directly to the relevant movie, show, or album detail modal
  • Lidarr album detail modal now includes a monitoring toggle and settings sheet with quality profile selection and manual release search/grab — matching Movies and Shows feature parity
  • Dashboard pending requests banner — when Overseerr/Jellyseerr is enabled and has pending requests, a tappable banner appears showing the count and linking to the Requests tab
  • New sort and filter controls on the Downloads tab
  • Sort & filter overhaul for Movies, Shows, and Music — funnel button replaces always-visible chip rows; panels slide up; filters now support multi-select
  • Movies: sort by Title, Year, Added, Size; filter by Downloaded, Missing, Monitored, Unmonitored, In Cinemas, Announced
  • Shows: sort by Title, Year, Added, Size; filter by Continuing, Ended, Downloaded, Missing, Monitored
  • Music: separate sort options for Artist and Album views; filter by Monitored, Missing, Downloaded
  • All integrations now auto-enable on successful connection test — consistent with Radarr/Sonarr/Lidarr behaviour (Bazarr, Prowlarr, SABnzbd, NZBHydra2, Wizarr, Unraid, Jackett, qBittorrent, Transmission, NZBGet, Deluge)
  • Dashboard tab is now always visible but can still be reordered
  • Stats and Requests tabs can be hidden again and no longer appear in the customisation list when already hidden
  • Biometric auth is now required to disable a security lock, not just to enable one
v1.0.6Setup wizard fixes & Seerr renaming

Released 21 May 2026

  • Fixed setup wizard Continue button doing nothing when all service configuration was skipped
  • Overseerr and Jellyseerr renamed to Seerr throughout the app
  • Radarr and Sonarr are now the only pre-selected services in the setup wizard
  • Release notes now collapse per version — latest expanded by default, tap any version to expand or collapse it
v1.0.5Quality profiles, manual search & settings improvements

Released 21 May 2026

  • Quality profile selector in movie and show detail modals — tap the ⚙ button in the header to change the quality profile
  • Manual release search in movie and show modals — browse indexer results with quality, size, seeder count, and one-tap Grab
  • Per-season controls in show detail — tap ⚙ on any season header to toggle monitoring, run an auto search, or browse and grab specific releases for that season
  • What's New in General Settings — live release notes fetched from plundarr.app on startup
  • About & Support section in General Settings — quick links to the website, terms, privacy policy, support, and share the app
  • Update available banner and badge in Settings when a newer version is on the App Store
  • Fixed HTTPS protocol button not saving when the host field is empty across all service settings pages
v1.0.4Tab bar improvements

Released 1 April 2025

  • Tappable service setup buttons on all unconfigured tabs — tap any service to jump straight to its settings
  • Stats and Requests tabs now reliably appear in the tab bar as soon as the service is enabled
  • Merge Movies, Shows & Music into a single Media tab — auto-merges when more than 5 tabs are enabled
  • Tab bar locked with amber indicator when merge is forced; shows which tabs to disable to unlock
  • Services auto-enable when connection test passes — no extra toggle needed
  • Music tab merged into Media tab when merge mode is on
v1.0.3Search & refresh fixes

Released 1 March 2025

  • Fixed multi-word search across all services — Radarr, Sonarr, Lidarr, Prowlarr, Jackett, and Seerr now correctly handle spaces in search terms
  • Pull-to-refresh now works on all tabs and sub-tabs in every state — including loading skeletons and empty queues
  • Dashboard search non-library results now show a 'Discover →' shortcut that opens the Requests tab with the query pre-filled
  • Dashboard Movies and Shows stat cards are now tappable and navigate to the Media tab
v1.0.2UI fixes

Released 1 February 2025

  • Clickable status tiles in request history — tap Total, Approved, Declined, or Pending to filter the list
  • Fixed black bar appearing above the tab bar on all devices
v1.0.1Service expansions

Released 15 January 2025

  • Added Lidarr artist & album detail modals with track lists
  • Added Seerr user management tab with request history per user
  • Added Unraid system monitoring page (containers, VMs, shares, notifications)
  • Added SABnzbd & NZBGet download history with status badges
  • Added Jellystat statistics segment (top content, history, library stats)
  • Added Prowlarr indexer response times and search history
  • Added Bazarr subtitle history in movie & show modals
  • Added Wizarr user & invitation analytics page
  • Added Indexers page combining Prowlarr, Jackett, NZBHydra2 & Bazarr providers
  • Push notifications for new Seerr requests
  • Root folder selection when approving pending requests
  • Pending request count badge on Requests tab
  • Already-requested badge on Discover posters
  • Biometric security (Face ID / Touch ID) with three independent lock levels
  • iPad-optimised responsive layout across all screens
  • Consistent icon + title headers across all tab screens
  • Red delete buttons in Downloads for clarity
v1.0.0Initial release

Released 1 January 2025

  • Initial release
  • Radarr, Sonarr, Lidarr, Plex, Tautulli support
  • Downloads with Deluge, qBittorrent, Transmission
  • Seerr requests & discovery
  • Calendar view
  • Dark theme with accent colours per service

Built for people who run their own infrastructure — and just want a good app to manage it.

Plundarr
Home Changelog Support & FAQ Terms of Service Privacy Policy
Plundarr © 2026 — Made for self-hosters