Skip to content

Release v2026.9.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 23:49

Downloads

OS Download
Windows GameSentenceMiner-Setup-2026.9.2.exe
Windows (unpacked) GameSentenceMiner-2026.9.2-win-unpacked.zip
Linux GameSentenceMiner-2026.9.2.AppImage
macOS (Apple Silicon) GameSentenceMiner-2026.9.2-arm64.dmg

Intel Mac builds are no longer provided. If you need GSM on Intel Mac, run it from source.

What's Changed

A small release focused on being a better neighbor to Jiten's API in the Overlay, with a few settings and Linux fixes. If you notice Jiten Highlighting is slower than before, that's because it is waiting for the overlay result to finalize before doing the final parse. These are necessary changes to play nice with Jiten's completely free API.

Highlights

  1. Reduced unnecessary Jiten API requests by sharing cached results across overlay features, batching new text, and skipping repeated or outdated OCR work.
  2. Added shared request pacing and cooldowns that respect Jiten's rate-limit responses and avoid repeated requests during service trouble. Grading retries are also protected against duplicate submissions.
  3. Fixed saving GSM settings resetting options managed by the overlay.
  4. Improved Linux tray compatibility and text-hooking startup when SSL initialization fails.
  5. Disabled an experimental optimization that skipped OCR on visually unchanged frames.