Skip to content

Spoolman NG v2026.7.6

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:49

Spoolman NG — a community-maintained continuation of Spoolman.

⚠️ Before upgrading: Spoolman applies database migrations automatically on startup. Back up your database first so you can roll back if needed.

Docker images

Multi-arch images are published to GHCR and Docker Hub:

docker pull ghcr.io/sherrmann/spoolman-ng:2026.7.6
docker pull docker.io/cookiemonster95/spoolman-ng:2026.7.6

Also tagged :latest (newest release) and :edge (latest master). Architectures: amd64, arm64, and armv7 (all with NFC support).

Android companion app (proof of concept)

When attached below, spoolman-companion-*.apk is the sideloadable Android companion app: the full web UI plus native QR/barcode and NFC scanning, working against plain-HTTP LAN servers with no TLS setup. Install it directly or track releases with Obtainium — details in mobile/README.md.


What's Changed

  • Scanner: retail-barcode lookup, camera selector, and a reserved clear sentinel (#97, #110, #132) by @sherrmann in #196
  • Build the client bundle inside the Dockerfile (#111) by @sherrmann in #197
  • Add an experimental Home Assistant Supervisor add-on package (#89) by @sherrmann in #198
  • Optional user accounts: password login + admin/read-only roles — backend (#52) by @sherrmann in #199
  • User accounts: login modal and admin user management UI (#52) by @sherrmann in #200
  • Docs: Podman/SELinux, uninstall & migration, printer clients, RC-522 readers, accounts, QR scheme (#96, #123, #136, #80) by @sherrmann in #201
  • docs: add mobile companion app feasibility & design proposal by @sherrmann in #203
  • Filament list grid view, column management, and analytics improvements by @sherrmann in #205
  • Mobile companion app P0: Android Expo shell with native QR/NFC scanning + release APKs by @sherrmann in #204
  • Mobile: vendor the shared scan grammar — fixes the release APK build by @sherrmann in #206
  • i18n: complete all 29 locales, add UK English default, enforce placeholder integrity by @sherrmann in #208

Full Changelog: v2026.7.5...v2026.7.6