Skip to content

Releases: Krippler/Starr

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 05 Jul 16:24
1c9b214

Patch release: polish for the Database path field shipped in 1.2.3.

Changed

  • Database path field is now app-aware and more concise (#65) — the hint and placeholder reflect the selected app's default DB filename (sonarr.db on Sonarr, radarr.db on Radarr, …) instead of always citing Whisparr; the whisparr2.db example now only appears on the Whisparr tab. Copy trimmed to a one-liner, and on wide screens the field flows onto the same row as URL + API Key (wrapping gracefully as the window narrows).

Docker images

docker pull krippler52/starr:1.2.4
docker pull ghcr.io/krippler/starr:1.2.4

Also published as latest, 1.2, and 1.

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:20
0012bce

Added

  • Custom database name / path override (#62) — a new Database path field on the Connection panel (and the add-instance form) lets you point Starr at a non-standard DB name, e.g. hotio's Whisparr v2 uses whisparr2.db instead of whisparr.db. Accepts a bare filename (resolved next to the auto-detected DB) or a full container path; persists per-instance via Save Credentials and is honoured by manual runs, scheduled runs, and restore. New db_path_override field on /api/instances.

Changed

  • Unraid Community Applications readiness — the template (templates/unraid.xml) is now ready to submit to CA:
    • Added a template <Icon> (templates/starr-icon.png, a 256×256 PNG) — CA rejects templates without one.
    • Added <Beta>False</Beta>.
    • The Docker socket mount is now optional (Required="false") instead of mandatory, with a description that spells out the root-equivalent trade-off and the shutdown-API fallback — CA moderators scrutinise forced docker.sock mounts, and the app works without it.
    • SECRET_KEY description rewritten to match the app's actual security behaviour (unset ⇒ unauthenticated + insecure banner).

Docker images

docker pull krippler52/starr:1.2.3
docker pull ghcr.io/krippler/starr:1.2.3

Also published as latest, 1.2, and 1.

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:42
e1fb845

Patch release: a dashboard density pass.

Changed

  • Dashboard density pass — action buttons now live in the panel bar they belong to instead of a separate row below the panel, matching the "Add Schedule" pattern already used by Scheduled Repairs:
    • Run Repair / Stop move into the Repair Operations bar (next to the Dry Run / Skip Shutdown toggles); the last-run pill moves there too.
    • Refresh Backups moves into the Backups bar (next to "Stored in /backups").
    • *Detect arr containers / Save Credentials / Test Connection move into the Connection bar (next to the connection-status text).
    • The now-empty standalone action row between Repair Operations and Trends is removed.
    • URL and API Key sit side-by-side on wide viewports instead of stacking full-width (existing 600px breakpoint still stacks them on narrow screens).

Docker images

docker pull krippler52/starr:1.2.2
docker pull ghcr.io/krippler/starr:1.2.2

Also published as latest, 1.2, and 1.

latest

Choose a tag to compare

@Krippler Krippler released this 24 Jun 15:31
065f343