Releases: Krippler/Starr
Releases · Krippler/Starr
Release list
v1.2.4
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.dbon Sonarr,radarr.dbon Radarr, …) instead of always citing Whisparr; thewhisparr2.dbexample 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.4Also published as latest, 1.2, and 1.
v1.2.3
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.dbinstead ofwhisparr.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. Newdb_path_overridefield 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 forceddocker.sockmounts, and the app works without it. SECRET_KEYdescription rewritten to match the app's actual security behaviour (unset ⇒ unauthenticated + insecure banner).
- Added a template
Docker images
docker pull krippler52/starr:1.2.3
docker pull ghcr.io/krippler/starr:1.2.3Also published as latest, 1.2, and 1.
v1.2.2
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
600pxbreakpoint still stacks them on narrow screens).
Docker images
docker pull krippler52/starr:1.2.2
docker pull ghcr.io/krippler/starr:1.2.2Also published as latest, 1.2, and 1.
latest
Full Changelog: https://github.com/Krippler/Starr/commits/latest