The v1.1.1 container image now lets MetaTana own graceful shutdown handling, ensuring runtime leases are removed before Node exits. This addresses premature shutdown behavior in v1.1.0 and means Docker and Unraid users no longer need to add NEXT_MANUAL_SIG_HANDLE=1 manually.
Changes:
- Bakes the corrected signal-handling configuration into the Docker image.
- Strengthens release testing for common Unraid setups: Bridge networking, PUID=99, PGID=100, persistent /app/data, read-only or read/write /media, clean stop/restart, container recreation, and runtime-lease cleanup.
- Verifies the live Docker and Unraid installation pages and rejects soft-404 documentation responses.
- Keeps desktop artifacts version-aligned at 1.1.1. This patch contains no separate desktop-specific feature changes.
Docker and Unraid users should pull and recreate ghcr.io/metatana/metatana-app:stable or use ghcr.io/metatana/metatana-app:1.1.1. Existing appdata and media mappings do not need to change. If you added NEXT_MANUAL_SIG_HANDLE=1 for v1.1.0, leaving it in place is harmless, but it is no longer required.
Full changelog: https://github.com/metatana/app/compare/v1.1.0...v1.1.1