Added
- Toolbar button for Text-to-CAD
- Prompt-to-edit and its toolbar button
- 3-point circle sketch tool and KCL stdlib function
- First draft of a feature tree pane
- KCL: support for non-integer fractional numbers in KCL rem() arguments
- Enable enter for autocompletions in the command palette KCL input
- Add parsing keyword function calls inside pipelines
Changed
- Breaking: Remove backwards compatibility for snake case in KCL objects
Fixed
- Don't error on failure to fetch privacy settings to fix LSP in dev mode by @TomPridham (thank you!)
- Match package license to LICENSE file by @mattmundell (thank you!)
- CodeMirror KCL: Support
=
in record init and new function syntax by @mattmundell (thank you!) - Remove the old Loft GitHub issue link in the toolbar
- Use app foreground color for focus outline button color so there's no hue collision
Full Changelog: v0.34.0...v0.35.0