Skip to content

Releases: KittyCAD/modeling-app

v0.51.0

26 Mar 19:38
4b2c745
Compare
Choose a tag to compare

Changed

  • Onboarding code updated with extrudes in dedicated variables
  • Removed all tooltip delays throughout the app

Added

  • User warning when using per-project default units
  • Read write access checks on Project Directory
  • Named views
  • Menu bar, starting with the home page

Fixed

  • Bug in edit parameter flow
  • Bug related to editor code update timing with execution
  • Ignore KCL changes when loading settings

Full Changelog: v0.50.0...v0.51.0

kcl-55

26 Mar 16:09
kcl-55
80f91c8
Compare
Choose a tag to compare
Release kcl-55

kcl-54

25 Mar 18:20
e4edffa
Compare
Choose a tag to compare
bump kcl friends (#5993)

Signed-off-by: Jess Frazelle <github@jessfraz.com>

v0.50.0

22 Mar 23:35
3464f93
Compare
Choose a tag to compare

Changed

  • Only show "Edit sketch" button when code pane is focused with sketch selected
  • Add edit flow for parameters (named constants)
  • Machine learning branding more inline & more prominent
  • Breaking: KCL: helixRevolutions merged with helix for cylinder-based helices, see the docs

Added

  • Sectional argument for point-and-click Sweep with edit flow

Fixed

  • Modeling stream resize bug
  • Only show axis planes when there are no errors
  • Revert fix write on refresh changes that caused code deletion after a while with the app opened

Full Changelog: v0.49.0...v0.50.0

kcl-53

22 Mar 00:49
3464f93
Compare
Choose a tag to compare
fix: revert quick file write on refresh (#5943)

* fix: REVERT REVERT REVERT

* fix: one more unused remove

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* Make sure connection is established before advancing settings theme test

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Frank Noirot <frankjohnson1993@gmail.com>

v0.49.0

20 Mar 14:48
83ca08b
Compare
Choose a tag to compare

Changed

  • Breaking: KCL: revolve now uses keyword arguments

Added

  • Ability to create named constants from the command palette
  • KCL: Tag and name end & start caps for sweeps

Fixed

  • Rust unwrap causing panic
  • Issue with empty sketches

Full Changelog: v0.48.0...v0.49.0

kcl-52

20 Mar 15:00
83ca08b
Compare
Choose a tag to compare
Update dependabot config (#5907)

kcl-51

19 Mar 20:26
e7d00f1
Compare
Choose a tag to compare
transform after fillet bug fix (#5882)

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* rotate

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* its not jsut translate

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* its not jsut translate

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fix

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>

v0.48.0

18 Mar 20:52
cccb71f
Compare
Choose a tag to compare

Changed

  • Make any error show on ErrorPage, not just route error responses
  • Hide selection-type args from command palette while in an edit flow
  • KCL: Import geometry now work with transforms
  • KCL: Fix more cryptic errors (incl. when using duplicate edges in fillet call)
  • KCL: Revolve/Sweep multiple sketches at once
  • KCL: Better errors for missing commas in arrays and objects

Added

  • 3-point Arc sketch tool
  • Edit flow for Shell thickness
  • Runtime warning when using a module with no return value

Fixed

  • Move axis meshes behind so they don't block line segments from being selected
  • Implement automatic write to disk on route change or refresh
  • Fix mixed units assemblies to work, regardless of project settings
  • Zoom via mouse scroll on some setups

Full Changelog: v0.47.0...v0.48.0

kcl-50

14 Mar 17:05
9e37e13
Compare
Choose a tag to compare
Further unfrig playwright (#5794)

* Bail on cleanup after 10s; move setup even higher

* Give macos time before starting an electron instance

* Try it again

* Again

* Remove stale TODO

* Use Kolmogorov complexity instead of text for ai assertions

* Help out prompt-to-edit test with being more explicit

* Try to give Mac more time to open a window

* Fix the other var change for prompt-to-edit test

* Forgot this

* Try some crazier shit

* :facepalm: I forgot the return.

* Ok things were actually just not working well at all

* Fix export test to expect smaller size

* yarn tsc && yarn lint && yarn fmt