Skip to content

Commit 06a4256

Browse files
committed
Bump to v0.9.10
1 parent 7cd3289 commit 06a4256

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resolver = "2" # Keep resolver = "2"
4545

4646
[workspace.package]
4747
authors = ["Allen Dang <allengnr@gmail.com>"]
48-
version = "0.9.9"
48+
version = "0.9.10"
4949
edition = "2024"
5050
license = "MIT OR Apache-2.0"
5151
repository = "https://github.com/AllenDang/wxDragon"

0 commit comments

Comments
 (0)