Skip to content

v0.3.1 — first release

Choose a tag to compare

@drohack drohack released this 07 Jul 02:42

The first tagged Keeparr release — and the first with a published Docker image:

ghcr.io/drohack/keeparr:latest

Multi-arch (linux/amd64 + linux/arm64), built and tested by CI on every release.

Highlights (everything since 0.1.0)

Platform (0.2.0)

  • Health checks — standing warnings with fix-it links (⚠ chip in the top bar for admins)
  • Update notice — Keeparr now tells you when a new release is out (this release turns that on!)
  • Database backups — scheduled daily with retention, one-click restore, download
  • API docs — interactive reference at /api-docs; API key is now a persistent masked field with copy
  • Reverse proxy docs — subdomain setup for NPM / nginx / Caddy

UI polish (0.3.0)

  • Auto / Light / Dark theme + a color-impaired mode — per-user, in the avatar menu
  • Toasts for failed actions, relative timestamps with exact time on hover
  • Logs viewer — keyword search, auto-refresh with pause, copy-a-line, download as .txt
  • Installable as an app (PWA) with Keep / Browse / Big Picture shortcuts
  • Press ? anywhere for keyboard shortcuts

0.3.1

  • Docker image fix: public/ assets (PWA icons/manifest) are now served correctly
  • CI/CD: tests gate every image; releases auto-publish latest + version tags

Install

Upgrading from a source-built deploy: keep your data/ directory and your SESSION_SECRET — see the migration note in the README.