File tree
6 files changed
+108
-8
lines changed- packages
- src/content/docs
- distribute/Sign
- es/plugin
- plugin
- start
6 files changed
+108
-8
lines changed- .changes/bundler-bundleName.md+9
- .changes/dynamic-dispatch-async-commands.md+5
- .changes/fix-dock-icon-gnome-wayland.md+5
- .changes/windows-fullscreen.md+5
- Cargo.lock+14-43
- crates/tauri-bundler/src/bundle/linux/freedesktop/main.desktop+1
- crates/tauri-bundler/src/bundle/macos/app.rs+9-1
- crates/tauri-bundler/src/bundle/settings.rs+4
- crates/tauri-cli/Cargo.toml+1-1
- crates/tauri-cli/README.md-25
- crates/tauri-cli/config.schema.json+8-1
- crates/tauri-cli/src/interface/rust.rs+1
- crates/tauri-codegen/src/context.rs+9-2
- crates/tauri-runtime-wry/src/lib.rs+27-6
- crates/tauri-schema-generator/schemas/config.schema.json+8-1
- crates/tauri-utils/src/config.rs+9-3
- crates/tauri/Cargo.toml-1
- crates/tauri/src/ipc/command.rs+9-27
- crates/tauri/src/ipc/mod.rs+32-2
- packages/api/package.json+1-1
- packages/api/src/webview.ts+1-1
- pnpm-lock.yaml+95-95
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 92 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + |
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 |
| |
74 | 80 |
| |
75 | 81 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
| 354 | + | |
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 |
| - | |
360 |
| - | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 |
| - | |
| 362 | + | |
363 | 363 |
| |
| 364 | + | |
| 365 | + | |
364 | 366 |
| |
365 | 367 |
| |
366 | 368 |
| |
| |||
371 | 373 |
| |
372 | 374 |
| |
373 | 375 |
| |
374 |
| - | |
| 376 | + | |
375 | 377 |
| |
376 | 378 |
| |
377 | 379 |
| |
|
0 commit comments