Skip to content

v0.39.0

Compare
Choose a tag to compare
@pierremtb pierremtb released this 31 Jan 17:12
· 816 commits to main since this release
f8f4474

Added

  • Per-file units, use@settings(defaultLengthUnit = in) at the top of your files!

Fixed

  • Clearing sketch DOM elements after redirecting to the home page
  • Center rectangle now works again, works with new LiteralValue structure
  • Open project command lists project names
  • Imports in projects with subdirectories

Deprecated

  • Deprecate import("file.obj"). Use import "file.obj" instead.

Full Changelog: v0.38.0...v0.39.0