Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.36 KB

File metadata and controls

70 lines (45 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.3]

  • Include finish task in CLI replay

[0.2.2]

  • Prefer Gemini over OpenAI models

[0.2.1]

  • Add model dependency in CLI

[0.2.0]

  • Replay navigation. Support Gemini models. Make element selection more robust

[0.1.9]

  • Populated hover cursor:pointer div as interactive element

[0.1.8]

  • Added verbose logging option

[0.1.7]

  • Used patchright and fixed testing

[0.1.6]

Changed

  • Set ignoreHTTPSErrors to true by default

[0.1.5]

Changed

  • Updated playwright to version 1.49

[0.1.4]

Changed

  • Disabled thinking action by default for more robust pagination

[0.1.3]

Changed

  • Robust pagination across all pages
  • Updated playwright to previous version 1.48.2

[0.1.2] - 2025-06-15

Changed

  • Updated playwright to version 1.52

[0.1.1] - 2025-06-14

Fixed

  • Used playwright-core in serverless environments

[0.1.0] - 2025-06-13

Added

  • Initial release with serverless and remote browser support
  • Test and release workflow

Changed

  • Used npm instead of yarn
  • Used merge-images instead of sharp (having issue with cross-platform build)