Skip to content

Releases: ESnark/blowback

v1.1.0

11 Sep 05:43
12fa592
Compare
Choose a tag to compare

Minor Changes

  • 20c57d6: Add multiple browser support
  • 3bc9076: refactor browser-manager to context-manager with shared browser architecture

Patch Changes

  • 062ae98: resolve undefined return for function strings (browser-evaluate)

v1.0.1

27 Jul 00:40
86f4332
Compare
Choose a tag to compare

Patch Changes

  • f21f64d: - Replaced better-sqlite3 with node-sqlite3-wasm for node version compatibility
    • Fixed typo in init prompt message

v1.0.0

26 Jul 15:48
4410431
Compare
Choose a tag to compare

Major Changes

  • 4f73613: - Add MCP prompt for AI guidance on checkpoints and screenshots

    • Return screenshot metadata instead of base64 by default
    • Add ENABLE_BASE64 env var to control image encoding
    • Improve URL parsing and pathname normalization

    BREAKING CHANGE: Screenshot resources now return metadata only. Use ENABLE_BASE64=true for base64 images

Minor Changes

  • 5c44b5a: Replace Puppeteer with Playwright

v0.4.0

29 Mar 15:00
43e093b
Compare
Choose a tag to compare

Minor Changes

  • 75ed979: - Update capture-screenshot tool description
    • Add guidance on handling screenshot images due to MCP client limitations

v0.3.1

19 Mar 13:33
23081ed
Compare
Choose a tag to compare

Patch Changes

v0.3.0

19 Mar 13:01
Compare
Choose a tag to compare

Minor Changes

  • 005b0f9: Package name is changed (Blowback)