Skip to content

Releases: KittyCAD/modeling-app

v0.26.2

26 Oct 07:13
239ab68
Compare
Choose a tag to compare

What's Changed

  • Fix NetworkMachineIndicator and machines dynamically showing in CommandBar (#4311)
  • Bugfix: arc paths were stored as straight line paths (#4310)
  • Make application aware it saved the buffer and not something else (#4314)
  • Add a radius length indicator to the circle sketch tool (#4304)
  • Update machine-api spec (#4305)
  • Chore: Don't let draft lines receive mouseEnter/Leave events, or create invalid overlays (#4306)
  • Tags should refer to full paths, not just base paths. (#4299)

Full Changelog: v0.26.1...v0.26.2

v0.26.1

24 Oct 21:08
4b8ce34
Compare
Choose a tag to compare

KCL

  • Support negative start and end in ranges (#4249)

Bug fixes

  • Disable rotate on start new sketch (#4287)
  • Stop propagation of camera clicks after drags (#4257)
  • Fix engine connection break when starting onboarding from a fresh install (#4263)
  • Fix job name for printers (#4234)

Performance

  • Remove setInterval implementations from camera controls (#4255)
  • Buffer file writes, because writing to file after every keypress has bad consequences (#4242)

Internal dev work

  • Rename Sketch.value to Sketch.paths (#4272)

Full Changelog: v0.26.0...v0.26.1

v0.26.0

18 Oct 16:46
cb8fc33
Compare
Choose a tag to compare

Changed:

  • KCL: the repetitions property of all pattern functions are now instances, and now is the total count. For example, if you previously used repetitions: 3 you should now use instances: 4.

Added:

  • KCL: Ranges now support arbitrary start and end values, eg. [x..100]
  • KCL: Add ==, !=, >, >=, <, <= for use in if/else expressions 🎉
  • Machine API now shows additional printer info when available

Fixed:

  • KCL: Standard library import function works again
  • KCL: Permitting whitespace before colon thanks to community member @guptaarnav ❤️
  • UI: selection order does not matter on multi-select constraints like equal length
  • ...and many more

New contributors:

Thank you @guptaarnav for your first PR!

v0.25.6

08 Oct 00:49
7de0b74
Compare
Choose a tag to compare

What's Changed

  • KCL: No 'let' or 'const' keyword required when declaring vars (#4063)
  • KCL: new standard library 'map' function (#4054)
  • KCL: If-else expressions (#4022)
  • Add menu item and hotkey to center view on current selection (#4068)
  • KCL: Reduce can take and return any KCL values (#4094)
  • File tree and projects now reload when there are external changes on the file system (#4077)
  • and many more bug fixes and improvements

Full Changelog: v0.25.5...v0.25.6

v0.25.5

30 Sep 19:57
6dfadbe
Compare
Choose a tag to compare

What's Changed

  • Breaking change: part001.sketchGroup.tags is now part001.sketch.tags (#4016)
  • Orthographic projection is the new default. You can change it in User settings or toggle to Perspective in the lower-right corner (#3983)
  • Add ability to open KCL samples in-app (#3912)
  • Add ability to sketch on chamfered faces via point-and-click (#3918)
  • Add ability to mirror unclosed sketch profiles (#3851)
  • KCL: you can now apply rotations when using patternTransform (#3979)
  • KCL: new standard library 'rem' function to get remainder (#3999)
  • Bugfix to autocomplete ordering (#4018)
  • An in-app notification will alert you when a new update is downloaded (#3902)
  • and many other bug fixes and infrastructure improvements from the whole team

Full Changelog: v0.25.4...v0.25.5

v0.25.4

23 Sep 17:11
1d1bb8c
Compare
Choose a tag to compare

What's Changed

  • KCL Breaking change: Circle function arguments have changed fromcircle([yourCenterX, yourCenterY], yourRadius, sketch, tag?) to circle({ center: [yourCenterX, yourCenterY], radius: yourRadius }, sketch, tag?) (#3860)
  • Circle now has a point-and-click tool while sketching! (#3860)

Full Changelog: v0.25.3...v0.25.4

v0.25.3

21 Sep 13:49
6e0675c
Compare
Choose a tag to compare

What's Changed

  • Update app to sync with breaking change
  • Implement from for unit length (#3932)
  • Bump the world (kcl-lib) (#3930)
  • Fix edge cut logic (#3928)
  • Fix zoom callback on camera controls (#3924)
  • zoom level increase when swapping sketch modes (#3854)
  • Fix power syntax "4 ^ 2" (#3900)
  • Bug fix: make dismiss during export not fire success toast (#3882)
  • Fix canExtrudeSelectionItem and getSelectionType for multiple selections (#3884)
  • Make light theme borders more contrasting, update sidebar icons (#3883)
  • Fix: Opposite adjacent edge selection (#3896)

Full Changelog: v0.25.2...v0.25.3

v0.25.2

16 Sep 15:46
8602e93
Compare
Choose a tag to compare

What's Changed

  • Sketch segment labels now align to segments (#3796)
  • The "reset settings" button now only resets current level (#3855)
  • Updates to the onboarding example project bracket (#3874)
  • So many bug fixes and architecture improvements from the whole team ❤️

Full Changelog: v0.25.1...v0.25.2

v0.25.1

07 Sep 00:03
e61516f
Compare
Choose a tag to compare

What's Changed

  • Double-click to open KCL files can now open multiple windows (#3777)
  • Extrusion commands are now batched, improving performance (#3764)
  • Mark Loft as "KCL only" in toolbar, add a link to docs (#3798)
  • Bug fix: toolbar buttons are clickable again (#3800)
  • Bug fix: app window is now draggable on sign-in page (#3795)
  • Bug fix: remove flash of white background in dark mode startup (#3794)
  • KCL: small refactors to Extrude (#3768)
  • A bunch of bug fixes and new tests

v0.25.0

05 Sep 01:34
31b0a8a
Compare
Choose a tag to compare

What's Changed

  • We migrated desktop app platforms! and we wrote 50+ new tests to celebrate 😄
  • Lofts are now available in KCL code (#3681)
  • KCL now allows multi-line comments in |> expressions (#3731)
  • KCL breaking change: replace tanArc(to) with tanArcToRelative (#3729)
  • Execution now halts when swapping files (#3703)
  • Newly redesigned sign-in page (#3684)
  • Too many bug fixes, tests, and deep system improvements to count
  • And official welcome to the frontend team for Kevin, Lee, and Jon ❤️

Full Changelog: v0.24.12...v0.25.0