Skip to content

Commit 6573a46

Browse files
committed
Release 4.2.4
1 parent b69a440 commit 6573a46

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

CHANGES.rst

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,50 @@ wxPython Changelog
1313

1414
4.2.4
1515
------
16-
* (unreleased)
16+
* 28-Oct-2025
1717

1818
PyPI: https://pypi.python.org/pypi/wxPython/4.2.4
1919
Extras: https://extras.wxPython.org/wxPython4/extras/
2020
Pip: ``pip install wxPython==4.2.4``
2121

2222
New and improved in this release:
23+
* This release was built using the wxWidgets' v3.2.8.1 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44).
2324

25+
* Fix using `setuptools.build_meta` backend (#2732)
26+
27+
* Fix EOL style in wx.py.editwindow.py (#2741)
28+
29+
* Replace imp with types in wx.py.editor.py (#2745)
30+
31+
* Fix floatcanvas Text.ShiftFunDict: convert float to int (#2749)
32+
33+
* Fix up/down option not working on the initial search in wx.py.frame (#2747)
34+
35+
* Fix floatcanvas Arrow, Point, Bitmap drawings (#2750)
36+
37+
* Officially support and build wheels for Python 3.14 and Windows 11 ARM
38+
39+
* Fix crash when calling wx.SystemSettings.GetAppearance() without App (#2771)
40+
41+
* Enable whole word search in wx.py.editwindow (#2769)
42+
43+
* Add MaxSize limit to ScaledBitmap drawing in FloatCanvas (#2768)
44+
45+
* Fix more OGL float/int conversion issues (#2739)
46+
47+
* Major speedups and bug fixes to CustomTreeCtrl and HyperTreeList (#2088)
48+
49+
* Fix duplicated string constants in wx.propgrid (#2790)
50+
51+
* Add non-zero width and height to default tab size to avoid wxWidgets warning in wx.lib.agw.aui.auibook (#2788)
52+
53+
* Fix SetHeaderHeight in UltimateListCtrl (#2239)
54+
55+
* Add ScrollLeft and ScrollDown to PlotCanvas (#2795)
56+
57+
* Add sample of PlotCanvas usage (#2794)
58+
59+
* Fix a linker issue with GCC 16+ and wxHelpControllerBase (#2807)
2460

2561

2662

buildtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
VER_MINOR = 2
2727
VER_RELEASE = 4
2828

29-
VER_FLAGS = "a1" # wxPython release flags
29+
VER_FLAGS = "" # wxPython release flags
3030

3131
# The VER_FLAGS value is appended to the version number constructed from the
3232
# first 3 components and should be set according to the following patterns.

0 commit comments

Comments
 (0)