Changelog¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2026-06-11¶
Added¶
Changelog initialized.
Branch Selection Control API endpoints: New methods on the
Viewinterface for programmatic 3D selection management:addBranchesToSelectionAsync: Adds specified branches to the current 3D selection. Supports multi-project selection and configurable error handling for invalid branch handles.removeBranchesFromSelectionAsync: Removes specified branches from the current 3D selection. Supports multi-project selection and configurable error handling for invalid branch handles.