v7.0.0
HKUDS/AutoAgentv7.0.0Feb 4, 2026by mherrmann
AI Summary
This major release fixes relative search functionality to correctly identify button relationships that were previously missed.
Key Highlights
- Fix for relative search behavior
- Changes which elements are found
- Resolves issues with complex button arrangements
Breaking Changes
- Changed which elements are found in relative searches
New Features
- Fixed relative search logic
Full Release Notes
The previous release 6.0.0 was not able to find `Button('Duplicate Button', to_left_of=Button('Duplicate Button', below=Button('Duplicate Button')))` in the following arrangement:
<img width="299" height="66" alt="image" src="https://github.com/user-attachments/assets/68d76dcb-14ba-4ac1-b512-70b00ec949ed" />
This release fixes this. It changes which elements are found and is therefore a major version.