File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ resolver = "2" # Keep resolver = "2"
4242
4343[workspace .package ]
4444authors = [" Allen Dang <allengnr@gmail.com>" ]
45- version = " 0.9.8 "
45+ version = " 0.9.9 "
4646edition = " 2024"
4747license = " MIT OR Apache-2.0"
4848repository = " https://github.com/AllenDang/wxDragon"
You can’t perform that action at this time.
0 commit comments