v1.1.1
MouseSearch v1.1.1
This patch release improves Docker startup compatibility and fixes MAM download links generated from search results.
Highlights
- Fixed container startup when configured
PUIDorPGIDvalues collide with users or groups already present in the base image. - Added the required torrent ID (
tid) to MAM download links, preventing the “Invalid download link: missing tid” error from search results (#55). - Normalized MAM-provided
tidparameters so result rows, client downloads, and Save.torrentlinks contain exactly one torrent ID.
Docker Startup
- Reuses an existing group when the requested
PGIDis already in use, including the common SynologyPGID=100setup. - Allows the requested
PUIDto coexist with a base-image user ID. - Changes ownership by numeric UID/GID so startup does not depend on user or group names.
- Validates
PUIDandPGIDvalues and reports clearer errors for inaccessible app or data mounts.
Upgrade
No configuration changes are required. Pull the v1.1.1 Docker image and recreate the container.
Contributors
Full Changelog: v1.1.0...v1.1.1