Skip to content

Commit bf6d977

Browse files
committed
Merge remote-tracking branch 'origin/v2' into pr_body_download
2 parents 2403ef9 + 6dbc304 commit bf6d977

File tree

215 files changed

+6174
-2898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+6174
-2898
lines changed

.changes/config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,13 @@
5656
"dependencies": [
5757
"barcode-scanner",
5858
"biometric",
59-
"log-plugin",
59+
"log",
6060
"cli",
6161
"clipboard-manager",
6262
"dialog",
6363
"fs",
6464
"global-shortcut",
65+
"opener",
6566
"http",
6667
"nfc",
6768
"notification",
@@ -87,6 +88,7 @@
8788
"dialog-js",
8889
"fs-js",
8990
"global-shortcut-js",
91+
"opener-js",
9092
"http-js",
9193
"nfc-js",
9294
"notification-js",
@@ -186,6 +188,14 @@
186188
"path": "./plugins/global-shortcut",
187189
"manager": "javascript"
188190
},
191+
"opener": {
192+
"path": "./plugins/opener",
193+
"manager": "rust"
194+
},
195+
"opener-js": {
196+
"path": "./plugins/opener",
197+
"manager": "javascript"
198+
},
189199
"haptics": {
190200
"path": "./plugins/haptics",
191201
"manager": "rust"
@@ -207,7 +217,7 @@
207217
"path": "./plugins/localhost",
208218
"manager": "rust"
209219
},
210-
"log-plugin": {
220+
"log": {
211221
"path": "./plugins/log",
212222
"manager": "rust"
213223
},

.changes/fs-writeTextFile-utf8-path.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/check-generated-files.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- .github/workflows/check-generated-files.yml
5454
- plugins/global-shortcut/guest-js/**
5555
- plugins/global-shortcut/src/api-iife.js
56+
opener:
57+
- .github/workflows/check-generated-files.yml
58+
- plugins/opener/guest-js/**
59+
- plugins/opener/src/api-iife.js
5660
haptics:
5761
- .github/workflows/check-generated-files.yml
5862
- plugins/haptics/guest-js/**

.github/workflows/lint-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
tauri-plugin-global-shortcut:
6767
- .github/workflows/lint-rust.yml
6868
- plugins/global-shortcut/**
69+
tauri-plugin-opener:
70+
- .github/workflows/lint-rust.yml
71+
- plugins/opener/**
6972
tauri-plugin-haptics:
7073
- .github/workflows/lint-rust.yml
7174
- plugins/haptics/**

.github/workflows/test-rust.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,109 +47,140 @@ jobs:
4747
tauri-plugin-autostart:
4848
- .github/workflows/test-rust.yml
4949
- Cargo.toml
50+
- Cargo.lock
5051
- plugins/autostart/**
5152
tauri-plugin-cli:
5253
- .github/workflows/test-rust.yml
5354
- Cargo.toml
55+
- Cargo.lock
5456
- plugins/cli/**
5557
tauri-plugin-clipboard-manager:
5658
- .github/workflows/test-rust.yml
5759
- Cargo.toml
60+
- Cargo.lock
5861
- plugins/clipboard-manager/**
5962
tauri-plugin-deep-link:
6063
- .github/workflows/test-rust.yml
6164
- Cargo.toml
65+
- Cargo.lock
6266
- plugins/deep-link/**
6367
tauri-plugin-dialog:
6468
- .github/workflows/test-rust.yml
6569
- Cargo.toml
70+
- Cargo.lock
6671
- plugins/dialog/**
6772
- plugins/fs/**
6873
tauri-plugin-fs:
6974
- .github/workflows/test-rust.yml
7075
- Cargo.toml
76+
- Cargo.lock
7177
- plugins/fs/**
7278
tauri-plugin-geolocation:
7379
- .github/workflows/test-rust.yml
7480
- Cargo.toml
81+
- Cargo.lock
7582
- plugins/geolocation/**
7683
tauri-plugin-global-shortcut:
7784
- .github/workflows/test-rust.yml
7885
- Cargo.toml
86+
- Cargo.lock
7987
- plugins/global-shortcut/**
88+
tauri-plugin-opener:
89+
- .github/workflows/test-rust.yml
90+
- Cargo.toml
91+
- Cargo.lock
92+
- plugins/opener/**
8093
tauri-plugin-haptics:
8194
- .github/workflows/test-rust.yml
8295
- Cargo.toml
96+
- Cargo.lock
8397
- plugins/haptics/**
8498
tauri-plugin-http:
8599
- .github/workflows/test-rust.yml
86100
- Cargo.toml
101+
- Cargo.lock
87102
- plugins/http/**
88103
- plugins/fs/**
89104
tauri-plugin-localhost:
90105
- .github/workflows/test-rust.yml
91106
- Cargo.toml
107+
- Cargo.lock
92108
- plugins/localhost/**
93109
tauri-plugin-log:
94110
- .github/workflows/test-rust.yml
95111
- Cargo.toml
112+
- Cargo.lock
96113
- plugins/log/**
97114
tauri-plugin-notification:
98115
- .github/workflows/test-rust.yml
99116
- Cargo.toml
117+
- Cargo.lock
100118
- plugins/notification/**
101119
tauri-plugin-os:
102120
- .github/workflows/test-rust.yml
103121
- Cargo.toml
122+
- Cargo.lock
104123
- plugins/os/**
105124
tauri-plugin-persisted-scope:
106125
- .github/workflows/test-rust.yml
107126
- Cargo.toml
127+
- Cargo.lock
108128
- plugins/persisted-scope/**
109129
- plugins/fs/**
110130
tauri-plugin-positioner:
111131
- .github/workflows/test-rust.yml
112132
- Cargo.toml
133+
- Cargo.lock
113134
- plugins/positioner/**
114135
tauri-plugin-process:
115136
- .github/workflows/test-rust.yml
116137
- Cargo.toml
138+
- Cargo.lock
117139
- plugins/process/**
118140
tauri-plugin-shell:
119141
- .github/workflows/test-rust.yml
120142
- Cargo.toml
143+
- Cargo.lock
121144
- plugins/shell/**
122145
tauri-plugin-single-instance:
123146
- .github/workflows/test-rust.yml
124147
- Cargo.toml
148+
- Cargo.lock
125149
- plugins/single-instance/**
126150
tauri-plugin-sql:
127151
- .github/workflows/test-rust.yml
128152
- Cargo.toml
153+
- Cargo.lock
129154
- plugins/sql/**
130155
tauri-plugin-store:
131156
- .github/workflows/test-rust.yml
132157
- Cargo.toml
158+
- Cargo.lock
133159
- plugins/store/**
134160
tauri-plugin-stronghold:
135161
- .github/workflows/test-rust.yml
136162
- Cargo.toml
163+
- Cargo.lock
137164
- plugins/stronghold/**
138165
tauri-plugin-updater:
139166
- .github/workflows/test-rust.yml
140167
- Cargo.toml
168+
- Cargo.lock
141169
- plugins/updater/**
142170
tauri-plugin-upload:
143171
- .github/workflows/test-rust.yml
144172
- Cargo.toml
173+
- Cargo.lock
145174
- plugins/upload/**
146175
tauri-plugin-websocket:
147176
- .github/workflows/test-rust.yml
148177
- Cargo.toml
178+
- Cargo.lock
149179
- plugins/websocket/**
150180
tauri-plugin-window-state:
151181
- .github/workflows/test-rust.yml
152182
- Cargo.toml
183+
- Cargo.lock
153184
- plugins/window-state/**
154185
155186
test:

.taurignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
plugins/*/permissions/autogenerated/

0 commit comments

Comments
 (0)