Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 06 Aug 22:39
· 8 commits to main since this release

Added

  • The browser solver runs in auto mode: hidden first, a window only when that fails and only where a display exists, so a challenge that wants a person can be cleared by one.
  • ItemList.script, naming an element whose JSON carries the rows, for a page that renders its list from a payload rather than into markup. RFC-0001 section 3.8.

Fixed

  • A stage's default request no longer renders the address it was given. A URL read off a page went through the template renderer a second time, so a site whose markup contains braces had its own text read as a placeholder and the crawl failed naming a placeholder the spec never wrote.
  • A solver is configured only when its transport is installed too. Without it the solver was built and raised on first use, so a host the browser never reached looked like a host that refused.