v7.0.0

resemble-ai/chatterboxv7.0.0Feb 4, 2026by mherrmann

AI Summary

This major release fixes relative search functionality that was failing to locate elements based on spatial relationships. The search algorithm has been modified, resulting in a breaking change.

Key Highlights

  • Fixed relative search logic for buttons
  • Changed elements found during relative searches
  • Major version bump to 7.0.0

Breaking Changes

  • The change in which elements are found during relative searches

New Features

  • Fixed relative search functionality

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.