Skip to content

v0.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:14
· 2 commits to main since this release
78a50f8
v0.1.5 — named Ghost profiles

Chrome locks a user-data dir exclusively, so two sessions sharing profiles/default
could not both run; the second failed with an opaque startup timeout.

- NEOBROWSER_PROFILE names the Ghost profile (default "default"), giving
  concurrent sessions isolated user-data dirs. Validated so it cannot escape
  the profiles directory; invalid names fall back to "default".
- A profile held by a live Chrome now fails fast with the profile, the holding
  pid and the debug port to attach to, instead of a timeout with no cause.