Skip to content

MochiPaw v1.1.10

Choose a tag to compare

@github-actions github-actions released this 13 Aug 10:20
a97bf19

What's New

  • Windows Game Mode: Added a Windows-only compatibility mode that watches configurable executable names every two seconds and enters Game Mode when a configured process is running. The default list includes VALORANT-Win64-Shipping.exe and VALORANT.exe; it can be edited in Preferences. (#90)
  • Game focus protection: While Game Mode is active, the pet uses Windows' non-activating display path and WS_EX_NOACTIVATE, so showing the pet does not intentionally claim focus from the running game. (#90)
  • Window behavior preservation: Game Mode temporarily removes the pet's TOPMOST state, preserves mouse passthrough, and restores the user's current always-on-top and passthrough preferences when the configured game process is no longer running. (#90)
  • Lower rendering pressure: The main model is capped at 30 FPS only while Game Mode is active; the configured FPS limit resumes after Game Mode exits. (#90)
  • Configurable controls: Added a persistent Game Mode switch, editable process-name tags, a Ctrl+Shift+G default shortcut, and complete English, Simplified Chinese, Traditional Chinese, Portuguese, and Vietnamese interface text. (#90)
  • More efficient window handling: Replaced the previous 16 ms TOPMOST enforcement loop with single, non-activating window-position updates. (#90)
  • Signed automatic updates: MochiPaw uses project-owned Tauri updater signatures and GitHub Release metadata instead of UpgradeLink. (#83)
  • Distribution-aware installation: Windows installer builds, macOS bundles, and Linux AppImages support native updates; Windows portable archives, DEB packages, and RPM packages open the matching GitHub Release for manual installation. (#83)
  • State-safe updates: Persistent stores are saved before installation, failed downloads or installs remain retryable, and typing statistics resume after failures. (#83)
  • Verified release artifacts: All five release targets generate signed updater assets, and publication verifies versions, architectures, installer mappings, URLs, signatures, and matching assets. (#83, #85, #86)
  • Finalized updater preview channel: The updater key and signed latest-v2.json metadata channel were finalized and kept isolated from stable v1.1.9 clients, which continue using the legacy metadata endpoint. (#83, #85)
  • Complete cross-platform artifacts: Signed Windows NSIS and MSI installers, macOS app archives for Intel and Apple Silicon, and x86_64 and AArch64 Linux packages are included and validated before publication. (#83)
  • Safer release finalization: Draft releases are resolved through authenticated GitHub API pagination, then updater metadata and release assets are verified before publication. (#86)

The updater changes above were first published as the v1.1.9-1 and v1.1.9-2 previews and are included in this stable release. Game Mode is available on Windows only. It is designed to avoid disrupting windowed and borderless games; true exclusive-fullscreen games may hide the pet. This release must be installed manually by clients that already have the deleted v1.1.10 or v1.1.11 preview builds, because the updater will not downgrade versions.