Skip to content

Commit

Permalink
Merge branch 'tauri-apps:v2' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
J1-takai authored Feb 3, 2025
2 parents 4baf095 + f258692 commit 8bbc30b
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion packages/plugins-workspace
Submodule plugins-workspace updated 63 files
+6 −0 .changes/upload-tls.md
+2 −1 .taurignore
+51 −19 Cargo.lock
+15 −0 examples/api/CHANGELOG.md
+6 −6 examples/api/package.json
+17 −0 examples/api/src-tauri/CHANGELOG.md
+8 −8 examples/api/src-tauri/Cargo.toml
+4 −4 package.json
+4 −0 plugins/clipboard-manager/CHANGELOG.md
+1 −1 plugins/clipboard-manager/Cargo.toml
+1 −1 plugins/clipboard-manager/package.json
+32 −6 plugins/clipboard-manager/src/desktop.rs
+7 −1 plugins/clipboard-manager/src/lib.rs
+1 −1 plugins/deep-link/examples/app/package.json
+4 −0 plugins/geolocation/CHANGELOG.md
+1 −1 plugins/geolocation/Cargo.toml
+1 −1 plugins/geolocation/package.json
+1 −1 plugins/geolocation/src/error.rs
+4 −0 plugins/haptics/CHANGELOG.md
+1 −1 plugins/haptics/Cargo.toml
+1 −1 plugins/haptics/package.json
+1 −1 plugins/haptics/src/error.rs
+4 −0 plugins/http/CHANGELOG.md
+2 −1 plugins/http/Cargo.toml
+1 −1 plugins/http/api-iife.js
+24 −1 plugins/http/guest-js/index.ts
+1 −1 plugins/http/package.json
+28 −0 plugins/http/src/commands.rs
+2 −0 plugins/http/src/error.rs
+4 −0 plugins/log/CHANGELOG.md
+8 −5 plugins/log/Cargo.toml
+17 −1 plugins/log/README.md
+1 −1 plugins/log/package.json
+6 −26 plugins/log/src/lib.rs
+4 −0 plugins/opener/CHANGELOG.md
+5 −3 plugins/opener/Cargo.toml
+1 −1 plugins/opener/package.json
+3 −3 plugins/opener/src/commands.rs
+1 −1 plugins/os/Cargo.toml
+1 −1 plugins/process/permissions/autogenerated/reference.md
+1 −1 plugins/process/permissions/default.toml
+2 −2 plugins/process/permissions/schemas/schema.json
+1 −1 plugins/single-instance/examples/vanilla/package.json
+1 −1 plugins/store/examples/AppSettingsManager/package.json
+4 −0 plugins/updater/CHANGELOG.md
+2 −2 plugins/updater/Cargo.toml
+1 −1 plugins/updater/api-iife.js
+3 −0 plugins/updater/guest-js/index.ts
+1 −1 plugins/updater/package.json
+2 −0 plugins/updater/src/commands.rs
+6 −1 plugins/updater/src/updater.rs
+2 −0 plugins/upload/Cargo.toml
+4 −0 plugins/websocket/CHANGELOG.md
+1 −1 plugins/websocket/Cargo.toml
+1 −1 plugins/websocket/api-iife.js
+1 −1 plugins/websocket/examples/tauri-app/package.json
+9 −5 plugins/websocket/guest-js/index.ts
+1 −1 plugins/websocket/package.json
+4 −0 plugins/window-state/CHANGELOG.md
+1 −1 plugins/window-state/Cargo.toml
+1 −1 plugins/window-state/package.json
+22 −1 plugins/window-state/src/lib.rs
+379 −369 pnpm-lock.yaml
Loading

0 comments on commit 8bbc30b

Please sign in to comment.