0.17.0

takahirom/arbigent0.17.0Jan 28, 2025by takahirom

AI Summary

Fixes Windows compatibility issues, resolves erroneous image assertions, and improves auto-focus functionality.

Key Highlights

  • Fixed Windows ADB connection issues
  • Fixed erroneous image assertions that ran without being set
  • Improved auto focus logic

New Features

  • Windows compatibility fixes
  • Image assertion bug fix
  • Auto-focus improvement

Full Release Notes

## Fix for Windows Compatibility Issues
Though I don't have a Windows environment for testing, the issue might be resolved now. Thank you for reporting this, @anunay1!  
If you're still experiencing issues, please let me know.  
https://github.com/takahirom/arbigent/issues/118

## Bugfix
Fixed erroneous image assertion executions even when not explicitly set. These assertions were being triggered upon Agent task completion, resulting in redundant executions. We've addressed this behavior and implemented test cases to verify the fix.

## What's Changed
* Fix issue where image assertion runs even if image assertions are not set by @takahirom in https://github.com/takahirom/arbigent/pull/116
* Improve auto focus by @takahirom in https://github.com/takahirom/arbigent/pull/117
* Fix windows adb connection by @takahirom in https://github.com/takahirom/arbigent/pull/119
* Add perUserInstall for Windows by @takahirom in https://github.com/takahirom/arbigent/pull/120


**Full Changelog**: https://github.com/takahirom/arbigent/compare/0.16.0...0.17.0