- Drop support for Ruby version 2.7
- Depend on GirFFI 0.17.0 (and GirFFI-Gtk 0.17.0 in development)
- Drop support for Ruby version 2.6
- Depend on
gir_ffi
0.16.0 andgir_ffi-gtk
0.16.0
- Add missing version.rb file
- Drop support for Ruby version 2.5
- Support up to Ruby 3.1
- Drop support for Ruby version 2.4
- Remove
AtspiAppDriver#press_ctrl_q
because it does not and likely will never work on Wayland. Use a regular action to quit your application instead. - Provide access to the main application Atspi object through AtspiAppDriver#application
- Depend on GirFFI 0.15.0 and GirFFI-Gtk 0.15.0
- Drop support for Ruby versions 2.2 and 2.3
- Depend on GirFFI 0.14.0 and GirFFI-Gtk 0.14.0
- Drop support for Ruby 2.1
- Depend on GirFFI 0.13.0 and GirFFI-Gtk 0.13.0
- Restore support for Ruby 2.1 and 2.2
- Depend on GirFFI 0.12.0 and GirFFI-Gtk 0.12.0
- Drop support for Ruby versions below 2.3
- Revert to using GirFFI to provide GLib bindings. Use
gnome_app_driver
if you want to drive a Ruby-GNOME2 application.
- Use Ruby-GNOME2 instead of GirFFI to provide GLib bindings
- Depend on GirFFI 0.11.x
- Depend on GirFFI 0.10.x
- Depend on GirFFI 0.9.x
- Fix boot failure handling
- Loosen dependencies
- Ensure frame is focused by waiting for it to be :active
- Print self during recursive inspect
- Update dependencies
- Initial release