Skip to content

v0.6.3

Latest

Choose a tag to compare

@HakanSeven12 HakanSeven12 released this 20 Jun 17:47
· 18 commits to main since this release

Features

  • Full command-line interface via clap
  • Surface the unsaved-changes prompt on window close
  • Lazy per-script font loading for international CAD text on the web build
  • Wrap external-plugin calls in a panic guard

Fixes

  • Defer the rollover hit-test until the cursor stops, so it no longer freezes the crosshair on large drawings
  • Restore DIMTAD=Outside placement and route every DIMTAD value through the placement logic
  • Place DIMTAD "above" text by the text-up side rather than the object side
  • Close the boundary loop in the hatch fill shader
  • Paste clipboard text into the TEXT / MText editors
  • Render OSNAP menu symbols as SVG instead of font glyphs on the web build
  • Gate boot() to native so the wasm build compiles
  • Use Wz in the arbitrary-axis algorithm else branch
  • Anchor ribbon tooltips to the right of their button
  • Pick a pierced face's outer loop by area rather than list order
  • Honor layer freeze toggles in the ribbon dropdown and make the layer manager columns sortable
  • Honor layer off/freeze for block sub-entities

Docs

  • Explain pierced-face outer-loop selection in the 3D module

Full Changelog: v0.6.2...v0.6.3