Skip to content

v4.1.0

Compare
Choose a tag to compare
@sodevel sodevel released this 26 Feb 21:36
· 141 commits to master since this release

This is mostly a maintenance release to fix the packaging error of the previous release.

While the previous release was already using wxWidgets 3.2 or newer where available, that version was not enforced, but it is now.

Binaries

Prebuild binaries are available for Windows, Linux and macOS. These have been built by the GitHub CI and are attached to this release.

Source Code

If you need a source code archive, do not use the automatic created archives, they lack the required submodules. Instead, use the attached full source code archives.

What's Changed

Changed

  • Update required wxWidgets version to 3.2

Fixed

  • Prevent installation of TinyXML2 development files
  • Code generation for wxDataViewTreeCtrl sets an invalid style by default (#799)
  • Error creating code in python. Create "true" Instead of "True" (#803)
  • Generated C++ code cannot be built if wxNO_IMPLICIT_WXSTRING_ENCODING is defined (#801)
  • Fix wxFlexGridSizer XRC output of growablerows and growablecols (#806)
  • Lua: fixed missing parent name for top level box sizer (#808)

New Contributors

Full Changelog: v4.0.0...v4.1.0