MouseSearch v1.1.0
This release improves download safety, search usability, deployment flexibility, and Docker platform support.
Highlights
- Added confirmation prompts before purchasing or using Personal Freeleech wedges.
- Prevented wedges from being spent on torrents already covered by VIP Freeleech.
- Search result sorting now persists across sessions.
- Added clear buttons to the main and navigation search fields.
- Added support for hosting MouseSearch under a URL prefix, such as
/mousesearch. - Added multi-platform Docker builds for
linux/amd64andlinux/arm64. - Masked the MAM session ID in settings for improved privacy.
Deployment
MouseSearch can now run behind a reverse proxy on a subpath:
./launch.sh --port 8080 --bind 127.0.0.1 --root-path /mousesearchThe URL prefix can also be configured using ROOT_PATH in .env.
Configuration
Added RESULTS_SORT_MODE to control the initial search-results sorting mode. Subsequent selections are saved automatically in config.json.
Contributors
- Thanks to @tangydolphin (https://github.com/tangydolphin) for adding URL-prefix support in #50 (#50).
Full Changelog: v1.0.3...v1.1.0 (v1.0.3...v1.1.0)