Skip to content

v1.2.0 – Preview Window Controls & Live Status

Latest

Choose a tag to compare

@the-bipu the-bipu released this 28 Jul 07:00

What's New

Preview window controls

  • Added a "Resizable window" checkbox on the main screen — leave it unchecked for a fixed-size preview, or check it to freely resize/maximize the window.
  • When resizable, the window now respects a minimum size of 360×640 (roughly a small phone viewport) so it can never be shrunk to something unusably small.
  • Added a Close App Window button to close the open preview window directly from the main screen, without needing to switch to it manually.
  • Opening the app while a preview window is already active now focuses the existing window instead of stacking duplicate windows.

Live status feedback

  • Status text now accurately reflects what's actually happening, instead of getting stuck on "Opening...":
    • Checking... while verifying the URL
    • It's live! Opening... once confirmed reachable
    • App window is open. once the preview has actually finished loading
    • Already open — window focused. if you click Check & Open again
    • App window closed. when the preview window is closed (manually or via the Close button)

Developer experience

  • Added electron-reloader for automatic reload on file changes during development — no more manually restarting the app after every edit.

Fixes

  • Fixed preview window status being stuck on "Opening..." even after the window fully loaded or was closed.
  • Fixed preview window size being changeable even when it wasn't supposed to be.

Full Changelog

v0.1.0...v1.2.0