Skip to content

Releases: KittyCAD/modeling-app

v0.22.5

22 Jun 16:14
3f34369
Compare
Choose a tag to compare

What's Changed

  • Go back updater versions (#2746)
  • Fix point and click code pane closed from start (#2750)
  • Retain sketch selection segment color after adding a constraint to the segment (#2700)
  • Allow for editing a sketch where extrude or revolve is in the same pipe (#2749)

v0.22.4

22 Jun 06:02
03e4f45
Compare
Choose a tag to compare

What's Changed

  • Fix sharing a sketch surface between profiles (#2744)
  • Allow passing a vec of sketches or extrudes thru a user value (#2743)
  • Fix one out of bounds error (#2740)
  • Disable extrude button if there is no extrudable geometry (#2730)
  • Fix sketch on face (#2745)

v0.22.3

21 Jun 03:19
1beb6b5
Compare
Choose a tag to compare

What's Changed

  • Reset code on critical onboarding steps (#2727)
  • Implement Core Dump for modeling app state (#2653)
  • Franknoirot/onboarding avatar text (#2726)
  • Fix onboarding example code loading (#2723)
  • Fix clear diagnostics when not wasm (#2715)
  • Add a feature flag to disable printlns in kcl-lib for the lsp (#2712)
  • Disable SSAO temporarily (#2709)
  • Get responses back from batch (#2687)
  • Clear the AST if there was a parse error. (#2706)
  • Recast bug fix (#2703)
  • Rename radius to length for chamfer; (#2702)
  • Better styling for pane and KCL editor focus (#2691)
  • Add a dismiss button to the command bar (#2647)
  • Fix zoom issues with sketch mode (#2664)

Full Changelog: v0.22.2...v0.22.3

v0.22.2

17 Jun 21:46
0add26c
Compare
Choose a tag to compare

What's Changed

  • 3D patterns can now be applied to 3D patterns in KCL (#2680)
  • Add shell in KCL (#2683)
  • Add chamfers in KCL (turns out they're fancy fillets) (#2681)
  • Ensure settings are persisted before onboarding dismissal (#2678)
  • Swap out icons for bug and refresh, tweak tooltip appearance (#2641)
  • Many developer experience improvments

Full Changelog: v0.22.1...v0.22.2

v0.22.1

07 Jun 18:53
541400f
Compare
Choose a tag to compare

What's Changed

  • Fix for trackpad zoom jank by Dan
  • Add a right-click menus to file tree and gizmo by Frank
  • Improvements to selections by Kurt
  • Improvements to engine connection status by Lee
  • Extrusions now create new constants by Frank
  • Click gizmo axis to snap to normal view by Max
  • New remove constraints button in sketch overlays by Kurt
  • New tab in Settings dialog to view keyboard shortcuts by Frank
  • End-to-end test improvements by the team
  • Faster debug builds by Adam
  • Fix to Firefox paste behavior by Frank

Full Changelog: v0.22.0...v0.22.1

v0.22.0

04 Jun 01:54
8eee3e1
Compare
Choose a tag to compare

What's Changed

  • Many constraint fixes by Kurt
  • Improve rectangle code gen by Frank
  • Remove FileTree from ProjectSiderbarMenu by Frank
  • Small refactor and renames by Adam
  • Enable Windows Tauri e2e tests in CI by Pierre
  • Axis hover tooltip fix by Kurt
  • Export now has a loading spinner by Frank
  • Fix and simulate engine disconnect when in sketch mode by Jess
  • New engine connection logic and network status reporting by Lee

Full Changelog: v0.21.9...v0.22.0

v0.21.9

24 May 23:14
1b72c7d
Compare
Choose a tag to compare

What's Changed

  • Symbols overlay by Kurt (#2033)
  • Fixes to file tree pane by Frank (#2525)
  • Other bug fixes, dependency updates, and test improvements (#2507)

Full Changelog: v0.21.8...v0.21.9

v0.21.8

24 May 01:02
777b225
Compare
Choose a tag to compare

What's Changed

  • New 3D orientation gizmo (#2354)
  • Update point-and-click sketch close code generation to use explicit lines (#2489)
  • Home page touch-ups (#2135)
  • KCL language improvements (#2494, #2491, #2493, #2474)
  • Tauri desktop framework improvements (#2497, #2475)
  • Development debugging improvements (#2480, #2490)
  • Bump kittycad library (#2481)
  • Zoom to fit on load (#2201)

Full Changelog: v0.21.7...v0.21.8

v0.21.7

22 May 18:42
e3b9a6e
Compare
Choose a tag to compare
  • Add basic keyboard shortcuts for sketch and modeling tools (#2419)
  • First esc now unequips sketch tools, second exits sketch (#2419)
  • Fix xz-plane (#2376)
  • Add more rust file tests (#2452)
  • Fix rename project directory (#2451)

Full Changelog: v0.21.6...v0.21.7

v0.21.6

22 May 02:08
440eb26
Compare
Choose a tag to compare

What's Changed

  • Fix project list showing projects of double clicked files (#2441)
  • Fix reset settings in browser (#2434)
  • Reset data channel seq every connect (closes #336) (#2431)
  • Throw error on both ranges (#2428)
  • Add stdlib functions for getting sketch profile start and its components (#2373)
  • Fix empty tag on sketch on face (#2424)