Release 0.9.5
Pre-release
Pre-release
[v0.9.5] - 2026-08-23
馃摑 Auto-Wrapping WrappingLabel Component & Text Formatting
- Multiline Text Wrapping Support:
- Implemented the
WrappingLabelcomponent to solve macOS Cocoa Toga single-line text constraint limitations. - Automatically calculates dynamic intrinsic height based on the container width (
cellSizeForBounds_) while leaving width unconstrained, completely preventing long pathnames and text from expanding windows horizontally.
- Implemented the
- Prober & Detail View Formatting:
- Applied
WrappingLabelacrossProbeView(Prober analysis reports, compatibility evaluations, sandbox status),CloneDetailWindow(launch arguments, bundle id, data directories), andWizardWindow(strategy descriptions and advice).
- Applied
馃И Test Hermeticity & State Isolation
- Dynamic Configuration & Test Isolation:
- Enhanced
StateManagerandRecipeLoaderto dynamically evaluate configuration paths at runtime rather than module import time. - Ensured unit tests remain strictly hermetic and isolated from local user state and custom recipe files.
- Enhanced
- Testing:
- Expanded automated test suite to 347 unit and GUI integration tests.