github JetBrains/compose-hot-reload v1.3.0-alpha02

4 hours ago

Release Summary

1.3.0-alpha02 improves screenshot capture and continues the error-recovery work started in 1.3.0-alpha01. Screenshots now grab the Compose content directly making the MCP take_screenshot tool more reliable. The "hard reset" recovery strategy is preserving the window's position and size now.

Runtime

  • a76829bCapture screenshots via ComposeDesktopEntryPoint. Screenshots are captured natively using ComposeDesktopEntryPoint.captureContentToImage() for Compose 1.13+ with an automatic fallback to the AWT Robot path for previous Compose versions. This makes the MCP take_screenshot tool more accurate and consistent.
  • f9192edpreserve window position and size after a hard reset (Reset UI). The composition hard-reset strategy recreates the app window to recover from corrupted state; it now restores the previous window bounds so the recovered window reappears where you left it instead of jumping to a default position.

Dev Tools

  • 958598bFix: tooltips displayed behind the error overlay. Tooltips now render above the error overlay so their text is no longer obscured when an error is being shown.

Don't miss a new compose-hot-reload release

NewReleases is sending notifications on new releases.