Commit Graph

2219 Commits

Author SHA1 Message Date
0e708a6c0f -mm Copy and version .99 2024-09-01 20:04:12 -04:00
e4e8b4e156 -mm Deflate 2024-09-01 19:31:14 -04:00
98d667fe0c Fix flag 2024-09-01 19:15:29 -04:00
57bc35f4b6 7z change 2024-09-01 18:20:10 -04:00
e8c858a40e Change Compress-Archive to 7z on Windows 2024-09-01 17:37:40 -04:00
5f4159a863 WIP windows 2024-09-01 16:51:54 -04:00
3b5b0b8f4e WIP windows updater 2024-09-01 16:28:34 -04:00
3c01597263 Fix tar 2024-09-01 15:02:31 -04:00
8d3b069f14 Add v to VERSION part 2 2024-09-01 14:11:37 -04:00
112c374ece Add v to VERSION 2024-09-01 13:49:09 -04:00
4fe32057f1 VERSION fix 2024-09-01 12:37:06 -04:00
b66c27d8a1 Test last_update tauri gen for macOS 2024-09-01 10:08:39 -04:00
f4fb042104 Universal build mac 2024-09-01 09:28:06 -04:00
11c821d0ce Typo 2024-09-01 08:43:45 -04:00
151f1876f9 WIP tauri bundle generation (macOS) 2024-09-01 08:27:29 -04:00
249710987d Merge branch 'main' into pierremtb/issue3528-electron-builder 2024-09-01 06:06:16 -04:00
8dc1461f3c .12 msi push 2024-08-31 20:49:28 -04:00
ebabd59471 perMarchine: false 2024-08-31 20:48:22 -04:00
92b15e72cc MSI params 2024-08-31 20:11:28 -04:00
acf9299dd0 Add msi target 2024-08-31 14:43:27 -04:00
afe7fd25df Back to 11 build 2024-08-31 14:19:06 -04:00
1d99cfda74 Add publisherName as in certificate 2024-08-31 09:23:00 -04:00
cd21c47384 A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) 2024-08-31 11:19:20 +00:00
e9f61e8e97 Push again .12 2024-08-31 07:09:07 -04:00
cb6c450654 A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) 2024-08-31 10:43:51 +00:00
40ac5c5fe5 Back to .11 to test, no publish 2024-08-31 06:33:58 -04:00
27baf135e7 Parse multi-line comments in |> expressions (#3731)
Fixes #3708, ty @mlfarrell for reporting!
2024-08-30 21:12:00 -05:00
8ce5ebaca6 Fix windows and names 2024-08-30 21:57:45 -04:00
9bb291aca9 Back to .12 to push to same dir 2024-08-30 21:34:09 -04:00
6ca61c0fa4 Back to .11 to test 2024-08-30 20:56:55 -04:00
79d1a1c255 Back to .12 to push zips 2024-08-30 20:28:23 -04:00
8b83f70139 WIP mac updater 2024-08-30 19:11:12 -04:00
abccb62b01 Bump down to 0.24.11 to test, disable publish 2024-08-30 18:30:24 -04:00
45e6fbc858 Push again; Fix lint 2024-08-30 18:14:09 -04:00
8670dc5fc7 Test push updater 2024-08-30 17:48:02 -04:00
3cb3b76728 Merge branch 'main' into pierremtb/issue3528-electron-builder 2024-08-30 16:11:15 -04:00
3e9882655d Clean up 2024-08-30 16:10:35 -04:00
dc8c5c16cb More extensive configs 2024-08-30 15:50:25 -04:00
95a2724463 Work on nsis config 2024-08-30 15:43:46 -04:00
ae821bfc77 Add logs 2024-08-30 14:53:03 -04:00
a4cf68c661 replace tanArc(to) with tanArcToRelative (#3729)
* replace tanArc(to) with tanArcToRelative

Closes #3319

* Handle invalid tanArcs
2024-08-30 13:44:20 -05:00
c537f90878 Lint 2024-08-30 07:47:02 -04:00
6c5234261c Clean up and first steps on auto updater 2024-08-30 06:18:53 -04:00
403e074249 Nadro/3686/file swapping while executing (#3703)
* chore: Implemented a executeAst interrupt to stop processing a KCL program

* fix: added a catch since this promise was not being caught

* fix: fmt formatting, need to fix some tsc errors next.

* fix: fixing tsc errors

* fix: cleaning up comment

* fix: only rejecting pending modeling commands

* fix: adding constant for rejection message, adding rejection in WASM send command

* fix: tsc, lint, fmt checks

* fix circ dependency

---------

Co-authored-by: Kurt Hutten Irev-Dev <k.hutten@protonmail.ch>
2024-08-30 10:14:24 +00:00
50259aa052 add edges to Artifact Graph (Fillet UI related) (#3675)
* add edges to artifact graph

* update graph snapshot sizes (too cluttered

* fix adjencent reverse issue

* add comments

* remove log

* Look at this (photo)Graph *in the voice of Nickelback*

* remove log

* remove silly debug

* make wasm-prep windows friendly

* don't swallow error

* more rust tweaks

* Increase test timeout

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
2024-08-30 19:46:48 +10:00
1739f3dafe new snapshots (#3725)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2024-08-29 15:58:38 -07:00
7ceb518446 Fix tests for upcoming PR (#3723)
fix tests for upcoming PR
2024-08-29 15:27:00 -07:00
36a6b8c0ea KCL None needs more specific serialization (#3720)
Previously, many KCL values could be deserialized as KCL None values.
This isn't good -- the only thing you should be able to possibly
deserialize as KCL None is KCL None.

Solution was to add a private field in KCL None, serialize it with a
special magic number value, and then check for that magic number when
deserializing
2024-08-29 13:41:32 -05:00
bbdca7421e New sign-in page and signed-in on-load animation (#3684)
* Basic sign-in page layout

* Better responsive styling

* Add wipe animation

* Fix mobile button styling

* Add juicy on-load animation to logo in app header

* Make video card a link to the sample's code

* Fix video URL on bundled desktop app, add "open default browser" behavior to links

* Revert "Add juicy on-load animation to logo in app header"

This reverts commit c167569d7e.

---------

Co-authored-by: 49fl <ircsurfer33@gmail.com>
2024-08-29 14:21:42 -04:00
03c6f6d60e Fix extrude button (#3718)
* Fix: regression on command bar buttons (remove drag)

* Revert "Fix: regression on command bar buttons (remove drag)"

This reverts commit 2404bcdf31.

* Make all elements opt-out of drag behavior by default, add comments around drag attribute

* Add vendor-specific user-select

* It won't do to make all elements opt-out, it ends up swallowing the drag events themselves!

* Sneaking in this email truncation nit that's bothered me

* Gotta remove that one more attempt at a generic "we made this clickable" element

* Make orbit continue to work when dragging over the AppHeader

---------

Co-authored-by: Frank Noirot <frank@kittycad.io>
2024-08-29 10:38:13 -04:00