Nudgarr v5.0.0 - "Overhaul"
Home.md — version bumped to v4.1.0. New "Using Nudgarr on Mobile" section added covering portrait tabs, landscape tabs, and what requires desktop. Exclusions.md — full Auto-Exclusion section added: how it works, four conditions, timing note, desktop and mobile configuration, auto-unexclude, source distinction, desktop status bar badge, mobile nav badge, disabled popup, Reset Auto-Exclusions, and notification trigger. Settings-Reference.md — four auto-exclusion fields added to Advanced tab table with import check interval note. Auto-Exclusion notification trigger added to Notifications table between Import Confirmed and Error. How-Nudgarr-Works.md — import tracking section expanded to cover auto-exclusion evaluation running at end of each import check cycle, with cross-reference to FAQ. Glossary.md — Auto-Exclusion and Auto-Unexclude entries added. FAQ-and-Troubleshooting.md — Auto-Exclusion section added with three questions: timing/interval behaviour, title auto-excluded but downloaded successfully, and bulk clear via Danger Zone.
.m-nav-item gains position:relative so .m-autoexcl-badge (position:absolute)
anchors correctly to the History nav item instead of escaping to the nearest
positioned ancestor. Previously rendered as a stray glyph below the nav.
mLoadExclusions() now called immediately when switching to the History tab
in mSwitchTab(), alongside the existing mLoadExclHistory() call. Previously
the m-excl-count badge was stale until the user tapped the Excluded inner tab.
Popup button label corrected from "Cancel" to "Keep" matching the desktop
Auto-Exclusion Disabled popup (Keep / Clear).
.m-autoexcl-badge, .m-modal-btn-neutral, .m-modal-btn-danger, and
.m-hist-title-auto moved inside the @media screen and (max-width: 500px)
block in ui-mobile.css. Previously sat outside the media query and were
subject to specificity conflicts from ui.css at desktop widths, preventing
amber colouring from rendering on auto-excluded titles.
Wiki: v4.0.0 feature updates — Filters page, sweep pipeline, mobile nav
Adds Filters wiki page covering tag and quality profile filtering,
desktop and landscape mobile usage, sweep pipeline position, logging,
and storage.
Updates _Sidebar.md to insert Filters between Per-Instance Overrides
and Radarr & Sonarr Backlog.
How-Nudgarr-Works: sweep pipeline renumbered 1-9 with filter step
inserted at step 3; Sweep tab stats table replaced with v4.0.0
two-band layout (Library State and This Run).
Per-Instance-Overrides: mobile portrait Quick Settings reference
updated to Settings tab.
Exclusions: mobile nav updated to v4.0.0 structure — Exclusions is
now an inner tab within History, not a standalone nav item.
Settings-Reference: Log Level setting added to Advanced tab.
Setup-and-Configuration: nudgarr.log and nudgarr-secret.key added
to Data files table.
Add GitHub wiki
Adds all 9 wiki pages and a custom sidebar for the GitHub wiki repo.
Pages: Home, Setup & Configuration, How Nudgarr Works, Settings
Reference, Radarr & Sonarr Backlog, Exclusions, Notifications (Apprise),
FAQ & Troubleshooting, Glossary.
Sidebar orders pages from orientation through installation, feature
docs, and reference material.