Prebuilt wheel packages version 0.1.20.
- Introduced a
NiceGUIPropertyBinderfor reliable two-way binding between UI elements and data models, reducing sync bugs and race conditions in NiceGUI - Refactored all NiceGUI UI components (e.g., Boolean, Slider, Number, Vector) to use the new property binder system
- Added
is_secretflag toTextAnnotation, enabling password-style input across platforms; implemented in NiceGUI, with partial support in Open3D, TK, and WX - Improved CLI argument handling with
BooleanOptionalActionfor clearer boolean flags - Extended release pipeline to support pre-release and draft GitHub releases via workflow inputs
- Added internal cleanup logic with
dispose()support for components to avoid memory leaks - Updated documentation for
metaandniceguifields to clarify their usage and structure