Skip to content

v2.13.1

Latest

Choose a tag to compare

@divshekhar divshekhar released this 02 Sep 13:37
· 39 commits to main since this release
f249c96

Patch release. One fix, for Windows.

Fixed

  • reticle init no longer gives up on a cold Windows dev server that is still starting. Silence from the dev server meant "wedged" after a flat 45 seconds. On Windows that is inside the window a first npm run dev spends optimising dependencies before the bundler prints its first line, so init reported "the dev server neither printed a URL nor bound a port" and exited 1 on an app that was perfectly healthy.
  • Windows now allows three minutes of quiet. Every other platform is unchanged.
  • Only the quiet budget moved: the overall ceiling is untouched, and a launcher that exits is still dead immediately — patience for a server that is starting, none for one that is broken.

Found by the install gate one commit after 2.13.0 went out. Upgrade if you install on Windows; otherwise 2.13.0 behaves identically.

Full changelog: https://github.com/reticlehq/reticle/blob/main/CHANGELOG.md