Skip to content

v1.7.0

Choose a tag to compare

@mcorino mcorino released this 05 Mar 09:29
· 162 commits to master since this release
bc5c0e2

This is a major upgrade providing support for additional platforms, classes, improvements, bugfixes and last but not
least an upgrade to target the new wxWidgets 3.2.10 and 3.3.2 releases.

What's Changed

  • target wxWidgets 3.3.2 release by default
  • add support for Ruby 4
  • added verified support (CI builds) for latest stable wxWidgets 3.2.x version (currently 3.2.10)
  • add support for MacOS 26 (both ARM64 and AMD64)
  • update support for latest Linux platforms
  • add support for building with SWIG >= 4.4.0
  • add support for wxDisplay (Wx::Display) class
  • add support for wxRichToolTip (Wx::RichToolTip)
  • add support for wxGenericCalendarCtrl (Wx::GenericCalendarCtrl)
  • add support for Wx::TraybarIcon::GetPopupMenu
  • expand Wx::GenericValidator support
  • migrate test suite from Test::Unit to Minitest
  • additional sample code and tests
  • various bugfixes and (stability) improvements

Note: With the release of the Ruby 4.x series it has become time to deprecate support for Ruby 2.x. This release will
the last release to support Ruby versions < 3.0.

Full Changelog: v1.6.1...v1.7.0