Skip to content

v1.1.0

Latest

Choose a tag to compare

@sevenlayercookie sevenlayercookie released this 17 Jul 18:38

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/amd64 and linux/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 /mousesearch

The 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

Full Changelog: v1.0.3...v1.1.0 (v1.0.3...v1.1.0)