Skip to content

Version 0.1.20

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:35
a6a4aca

Prebuilt wheel packages version 0.1.20.

  • Introduced a NiceGUIPropertyBinder for 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_secret flag to TextAnnotation, enabling password-style input across platforms; implemented in NiceGUI, with partial support in Open3D, TK, and WX
  • Improved CLI argument handling with BooleanOptionalAction for 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 meta and nicegui fields to clarify their usage and structure