v0.39.0
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")
. Useimport "file.obj"
instead.
Full Changelog: v0.38.0...v0.39.0