Skip to content

Releases: DONEWio/Do

DoNew v0.1.9

13 Feb 09:46
Compare
Choose a tag to compare

DoNew v0.1.8

12 Feb 03:37
Compare
Choose a tag to compare

Changelog

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

[0.1.8] - 2024-03-25

Changed

  • Version bump for maintenance release

[0.1.7] - 2024-03-22

Changed

  • Version bump for maintenance release

[0.1.6] - 2024-03-21

Changed

  • Experimental release with version bump

[0.1.5] - 2024-01-03

Fixed

  • Fixed package distribution issues:
    • Corrected script file paths for installed package
    • Added proper wheel packaging configuration
    • Implemented dynamic script loading to work in both development and installed environments
  • Restructured package assets to be properly included in distribution
  • Added proper resource loading using importlib.resources

[0.1.4] - 2025-01-03

Fixed

  • Fixed test discovery in VS Code by adding importlib mode
  • Fixed package imports to work correctly in installed package

[0.1.3] - 2025-01-03

Other

  • Version number is not read from pyproject.toml anymore.

[0.1.2] - 2024-01-02

Fixed

  • Fixed element ID type from string to integer for better type safety
  • Fixed element handling issues during website navigation
  • Fixed Chromium bug handling for 404 status codes

Other

  • Added status badges to documentation
  • Removed work-in-progress files

[0.1.1] - 2023-12-29

  • Initial release with core functionality

v0.1.5

03 Jan 20:00
Compare
Choose a tag to compare

see CHANGELOG.md

Full Changelog: v0.1.4...v0.1.5

v0.1.0 - hello world

29 Dec 22:51
Compare
Choose a tag to compare

🚀 DoNew v0.1.0 - Initial Release

🌟 Highlights

  • Introducing DO.Browse: Powerful web automation with Playwright integration
  • Smart element detection and context-aware interactions
  • Async-first architecture for optimal performance

🛠️ Core Features

  • Browser automation with state management
  • Visual debugging tools for AI agents
  • Cookie and storage handling
  • Element detection with contextual understanding

🔧 Technical Details

  • Built on Playwright for reliable web automation
  • Async support for better performance
  • Type hints and comprehensive documentation
  • AI-friendly interfaces for autonomous operation