github HakanSeven12/OpenCADStudio v0.6.1

latest releases: v2026.38, v2026.37, v2026.36...
3 months ago

Features

  • Copy/paste between drawings carries the entities' referenced records (layer, linetype, text/dim style): missing ones are recreated in the target drawing, an existing same-named record is kept.
  • Paste split into a menu: Paste (pick a point), Paste to Original Coordinates (no prompt), and Paste as Block (wraps the clipboard in a new block definition, then prompts for the insertion point with a live preview).
  • Object-snap selection is now priority-then-distance, so a continuous snap (Nearest, Perpendicular) no longer suppresses the discrete snaps (Endpoint, Midpoint, Center, …) you also have enabled.
  • Perpendicular snap drops its foot from the segment's drawing origin, so the new segment is genuinely perpendicular to the target instead of just nearest-on-line.

Fixes

  • Web: UI chrome and ribbon tool icons render from bundled SVGs instead of font glyphs, which the web build couldn't display (showed empty boxes).
  • Web: dynamic-input value boxes were blank because canvas text used Basic shaping (unsupported on the web backend); they now force Advanced shaping, so coordinates display and accept input.
  • Web: saving an older DWG/DXF version now honours the selected format instead of always writing the newest (AC1032).
  • Modal dialogs capture the keyboard — typed keys no longer leak into the command line and fire as commands after the dialog closes.
  • Copying entities with inline sub-entities (INSERT attributes, 3D-polyline vertices) regenerates their handles, preventing duplicate handles that corrupted the saved DWG.
  • Paste base point is no longer NaN when the clipboard geometry contributes wire separators, which previously froze paste-as-block.

Full Changelog: v0.6.0...v0.6.1

Don't miss a new OpenCADStudio release

NewReleases is sending notifications on new releases.