Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 828 Bytes

Changelog

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

The format is based on Keep a Changelog,

[1.1.0] - 2024-03-19

Added

  • Grok AI Provider support
  • Enhanced cookie consent handling
  • Improved element visibility detection
  • Better error handling for stale elements

Changed

  • Optimized visible elements detection with parallel processing
  • Enhanced selector strategies for better element targeting
  • Improved retry mechanism for dynamic elements

Fixed

  • JSON parsing issues with AI responses
  • Stale element reference errors
  • Cookie consent detection reliability

[1.0.0] - 2024-03-01

Added

  • Initial release
  • OpenAI provider support
  • Ollama provider support
  • Basic browser automation features
  • Selenium WebDriver integration