Back to Prompt Optimizer

Prompt Optimizer v2.11.7

releases/v2.11.7.en.md

2.11.72.3 KB
Original Source

Prompt Optimizer v2.11.7

Summary

  • Restores standard desktop page zoom controls, including menu actions, keyboard shortcuts, and Ctrl/Cmd + wheel behavior.
  • Adds a dedicated /healthz endpoint so container health checks do not depend on the web root or static asset availability.
  • Starts the bundled Docker MCP server with node server.js instead of pnpm start to avoid pnpm verify-deps crashes in packaged containers.

Highlights

  • Desktop users can zoom pages again with the familiar shortcuts, and the zoom reset path now stays consistent without visual-zoom drift.

Product Updates

Desktop

  • Restored Cmd/Ctrl +, Cmd/Ctrl -, and Cmd/Ctrl 0 page zoom actions through the application menu and keyboard shortcut handling.
  • Added explicit page-zoom helpers and tests so wheel-based zoom, menu actions, and reset behavior stay aligned in the Electron shell.

Web

  • No web-specific user-facing changes shipped in this patch.

Extension

  • No extension-specific user-facing changes shipped in this patch beyond version metadata sync.

Core/Infra

  • Added a dedicated /healthz route for Docker and orchestration health probes.
  • Switched Docker MCP startup to launch server.js directly with Node so packaged environments no longer fail on pnpm verify-deps.

Fixes

  • Fixed desktop page zoom shortcuts being ignored after the earlier zoom fallback change.
  • Fixed container health checks relying on the main application entrypoint instead of a lightweight probe endpoint.
  • Fixed Dockerized MCP startup failing when pnpm start triggered dependency verification in packaged environments.

Breaking Changes / Upgrade Notes

  • None.

Developer Notes

  • The release range is v2.11.6..HEAD.
  • Version sync updates the root package, desktop package, and extension manifest to 2.11.7.
  • Verification covered pnpm test:gate, node scripts/release-notes.js check v2.11.7, and git diff --check.
<!-- Release drafting reference: Remove every TODO placeholder before running "pnpm release:notes:check v2.11.7". - Range: v2.11.6..HEAD - fix(desktop): support page zoom shortcuts (1554e8a4) - fix(docker): add dedicated healthz endpoint (c08c329b) - Merge pull request #315 from Neclode/fix/mcp-server-pnpm-verify-deps-crash (14bb1897) - fix(docker): launch mcp-server via node directly to avoid pnpm verify-deps crash (2358b0a0) -->