Skip to content

Releases: KittyCAD/modeling-app

v0.9.1

22 Sep 00:40
b5387f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

21 Sep 00:40
8881040
Compare
Choose a tag to compare

What's Changed

#506 is the breaking change

Full Changelog: v0.8.2...v0.9.0

v0.8.2

20 Sep 15:00
9ee2484
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

Fixes user-reported issues: ast, function inside show not executing, Win+K not triggering, dark mode dropdowns on Windows, oboarding component positioning, debug panel overflow.

v0.8.1

19 Sep 19:57
b47ebd1
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Bug fix for LSP server restarting on navigation, Bug fix for auth in desktop dev, Bug fix for relative paths in onboarding, and other UX bug fixes

v0.8.0

19 Sep 04:24
075d2de
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Bug fixes for WASM fetching and relative URLs on Windows
Bug fix for link to docs in code menu
Bug fixes for engine errors
Other UX improvements and bug fixes

v0.7.1

15 Sep 20:21
caddac5
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Bug fixes for sketch UI
  • Bug fix for authentication
  • Clean up geometry types
  • Other bug fixes and UI improvements

Full Changelog: v0.7.0...v0.7.1

v0.7.0

14 Sep 11:35
66ba60d
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changes Windows preferred bundle to .msi with EV Code Sign, updates dependencies, and fixes language and execution bugs.

v0.6.1

13 Sep 10:33
33822b5
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fixes camera controls key order, prepares for executor cache, and populates a JSON endpoint for the website.

v0.6.0

13 Sep 00:15
cf39c08
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Fix auth state error
  • Fix angledLine
  • Fix 0-foo and -foo expressions
  • Fix PathError on Linux builds
  • Add "Trackpad Friendly" camera control setting inspired by Blender
  • Add early sketch-on-plane feature
  • Add executor tests
  • Add online indicator

v0.5.0

11 Sep 09:17
9e2a94f
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Change WebRTC metrics to be request/response from the Engine
  • Add menu to code editor, put "Format code" and "Convert to variable" buttons in it
  • Guard Promise resolution with a shouldTrace()
  • Bump kittycad lib and KCL lib
  • Remove .vscode dir
  • Make camera mouse controls configurable
  • Add deferred execution when code editing
  • Make empty defaultProjectName value impossible