Skip to content

Commit 2cd00cb

Browse files
committed
Bump to 0.9.9
1 parent ae140b7 commit 2cd00cb

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 0.9.9
4+
5+
### New Features
6+
7+
- **BitmapToggleButton**: Added BitmapToggleButton widget
8+
- **wxConfig**: Added wxConfig wrapper for persistent configuration storage
9+
- **wxUIActionSimulator**: Added UI automation support for testing
10+
- **wxSingleInstanceChecker**: Added single instance application support
11+
- **wxIPC**: Added inter-process communication support
12+
- **AboutBox**: Added AboutBox dialog and `Button::set_default()`
13+
14+
### Enhancements
15+
16+
- **Menu/MenuBar**: Added `find_item()`, full menu item insertion and removal wrappers
17+
- **ListBox**: Added `set_string()`, `ensure_visible()`, and `insert()` methods
18+
- **CheckListBox/Choice/ComboBox**: Added `insert()` method
19+
- **AuiNotebook**: Wrapped missing functions
20+
- **TreeCtrl**: Added missing tree control functions
21+
- **wxLocale/wxUILocale**: Added comprehensive locale support including `find_language_info()` and language name lookup
22+
- **MSWDisableComposited**: Added Windows-specific composited rendering control
23+
24+
### Bug Fixes
25+
26+
- Fixed issue #109
27+
- Fixed cross-platform integer type conversion compatibility
28+
- Fixed various clippy warnings
29+
30+
### Build System
31+
32+
- Added static CRT linking support for MSVC targets
33+
- Fixed zigbuild linking with proper libc++ for C++ runtime symbols
34+
- Improved Linux CI build compatibility
35+
336
## 0.9.8
437

538
### Enhancements

Cargo.toml

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

4343
[workspace.package]
4444
authors = ["Allen Dang <allengnr@gmail.com>"]
45-
version = "0.9.8"
45+
version = "0.9.9"
4646
edition = "2024"
4747
license = "MIT OR Apache-2.0"
4848
repository = "https://github.com/AllenDang/wxDragon"

0 commit comments

Comments
 (0)