File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.10
4+
5+ ### New Features
6+
7+ - ** wxGrid** : Wrapped wxGrid widget with full event support wired into the Rust event system
8+ - ** wxMDIParentFrame/wxMDIChildFrame** : Added MDI (Multiple Document Interface) support
9+ - ** wxPrinter/wxPrintout** : Added printing support with printing dialogs
10+ - ** wxStdDialogButtonSizer** : Wrapped wxStdDialogButtonSizer for standard dialog button layouts
11+ - ** wxAccessible** : Added accessibility support wrapper
12+ - ** wxSound** : Added wxSound for WAV playback
13+
14+ ### Enhancements
15+
16+ - ** wxGrid** : Added additional grid functions beyond initial wrapping
17+ - ** wxIPC** : Refined wxServer/wxClient/wxConn to use DDE on Windows and TCP on Linux/macOS
18+ - ** wxTopLevelWindow** : Added ` RequestUserAttention ` wrapper
19+
20+ ### Bug Fixes
21+
22+ - Fixed ` get_value ` and related functions returning null bytes in the middle of strings
23+
324## 0.9.9
425
526### New Features
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resolver = "2" # Keep resolver = "2"
4545
4646[workspace .package ]
4747authors = [" Allen Dang <allengnr@gmail.com>" ]
48- version = " 0.9.9 "
48+ version = " 0.9.10 "
4949edition = " 2024"
5050license = " MIT OR Apache-2.0"
5151repository = " https://github.com/AllenDang/wxDragon"
You can’t perform that action at this time.
0 commit comments