Skip to content

Commit ae1543a

Browse files
authored
apply version updates
1 parent 1967ac8 commit ae1543a

File tree

23 files changed

+145
-31
lines changed

23 files changed

+145
-31
lines changed

.changes/pre.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"tag": "rc",
33
"changes": [
4+
".changes/allow-conf-gitignore.md",
45
".changes/allowlist-clipboard.md",
56
".changes/allowlist-dialog.md",
67
".changes/allowlist-process.md",
@@ -53,6 +54,7 @@
5354
".changes/cli-private-key-pwd-panic.md",
5455
".changes/cli-runner-args.md",
5556
".changes/cli-runner-error-message.md",
57+
".changes/cli-template-minimum-mac-system-version.md",
5658
".changes/cli.js-cjs-output.md",
5759
".changes/cli.js-fix-ico.md",
5860
".changes/cli.js-improve-error.md",
@@ -68,6 +70,7 @@
6870
".changes/cli.rs-use-tauri-utils.md",
6971
".changes/cli.rs-validate-dist-dir.md",
7072
".changes/cli.rs-wix-license.md",
73+
".changes/colorful-cli.md",
7174
".changes/command-feature-flag.md",
7275
".changes/command-output-carriage-return.md",
7376
".changes/consistent-event-name-usage.md",
@@ -85,6 +88,7 @@
8588
".changes/emit-and-trigger-tauri-events.md",
8689
".changes/emit-window-created-backend.md",
8790
".changes/enable-linux-cookie-persistence.md",
91+
".changes/enhance-minimum-system-version-deserialization.md",
8892
".changes/expose-escape-json-string.md",
8993
".changes/fix-asset-protocol-panicking.md",
9094
".changes/fix-block-on-runtime.md",
@@ -93,6 +97,8 @@
9397
".changes/fix-cli-signer-sign-cmd.md",
9498
".changes/fix-cli.js-windows-freezing.md",
9599
".changes/fix-close-requested-js-event.md",
100+
".changes/fix-csp-fallback-route.md",
101+
".changes/fix-csp-linux.md",
96102
".changes/fix-deadlock-create-window-from-menu.md",
97103
".changes/fix-deadlock-path-iter.md",
98104
".changes/fix-default-freeze-prototype.md",
@@ -121,6 +127,7 @@
121127
".changes/fix-window-creation-deadlock.md",
122128
".changes/fix-window-label-api.md",
123129
".changes/fix-window-specific-event-system.md",
130+
".changes/fix-windows-resources.md",
124131
".changes/fix-windows-sidecar.md",
125132
".changes/fix-yarn-pnp.md",
126133
".changes/fixed-webview2-runtime.md",
@@ -172,6 +179,7 @@
172179
".changes/refactor-command-feature.md",
173180
".changes/refactor-create-tao-window.md",
174181
".changes/refactor-dialog-apis.md",
182+
".changes/refactor-file-drop.md",
175183
".changes/refactor-notification-permission-check.md",
176184
".changes/refactor-resources-sidecar-copying.md",
177185
".changes/refactor-window-event-close-requested.md",
@@ -183,23 +191,31 @@
183191
".changes/rpc-mod-refactor.md",
184192
".changes/run-on-main-thread.md",
185193
".changes/runtime-any-thread.md",
194+
".changes/runtime-create-proxy.md",
195+
".changes/runtime-file-drop-event.md",
186196
".changes/runtime-handle-run-on-main-thread.md",
187197
".changes/runtime-ipc.md",
188198
".changes/runtime-open-devtools.md",
199+
".changes/runtime-user-event.md",
189200
".changes/runtime-window-creation-result.md",
190201
".changes/rust-1.56.0.md",
191202
".changes/rust-1.57-usage.md",
192203
".changes/rust-1.57.md",
204+
".changes/rust-tauri-events.md",
193205
".changes/scope-config.md",
194206
".changes/scopes.md",
195207
".changes/setup-fn-once.md",
196208
".changes/shell-open-with-refactor.md",
197209
".changes/sidecar-allowlist.md",
198210
".changes/sidecar-runtime-rename.md",
199211
".changes/sidecar-scope-improvement.md",
212+
".changes/simplify-window-creation.md",
200213
".changes/simplify-window-label-types.md",
214+
".changes/state-debug.md",
215+
".changes/state-manage-return-val.md",
201216
".changes/streaming-small-file-fix.md",
202217
".changes/strip.md",
218+
".changes/tauri-build-default-anyhow-fmt.md",
203219
".changes/template-csp-null.md",
204220
".changes/tooling-fix-pnpm-info-error.md",
205221
".changes/tray-set-menu.md",
@@ -208,6 +224,8 @@
208224
".changes/unlisten-fix.md",
209225
".changes/unlisten.md",
210226
".changes/updater-endpoint-url-https.md",
227+
".changes/updater-events.md",
228+
".changes/updater-no-window.md",
211229
".changes/updater-restart-cleanup.md",
212230
".changes/validate-allowlist.md",
213231
".changes/validate-appimage.md",
@@ -221,6 +239,7 @@
221239
".changes/webview2-com.md",
222240
".changes/window-builder.md",
223241
".changes/window-confirm.md",
242+
".changes/window-event-file-drop.md",
224243
".changes/window-request-handler.md",
225244
".changes/windows-0.25.0.md",
226245
".changes/windows-modify-cmd-string-behaviour.md",

core/tauri-build/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[1.0.0-rc.5]
4+
5+
- Print error context on the `build` panic.
6+
- [49546c52](https://www.github.com/tauri-apps/tauri/commit/49546c5269080f38d57365788eb2592bff8f6d10) feat(build): print error context ([#3644](https://www.github.com/tauri-apps/tauri/pull/3644)) on 2022-03-09
7+
38
## \[1.0.0-rc.4]
49

510
- Parse window icons at compile time.

core/tauri-build/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-build"
3-
version = "1.0.0-rc.4"
3+
version = "1.0.0-rc.5"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "web-programming" ]
66
license = "Apache-2.0 OR MIT"
@@ -19,8 +19,8 @@ rustdoc-args = [ "--cfg", "doc_cfg" ]
1919
[dependencies]
2020
anyhow = "1"
2121
quote = { version = "1", optional = true }
22-
tauri-codegen = { version = "1.0.0-rc.3", path = "../tauri-codegen", optional = true }
23-
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils", features = [ "build", "resources" ] }
22+
tauri-codegen = { version = "1.0.0-rc.4", path = "../tauri-codegen", optional = true }
23+
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils", features = [ "build", "resources" ] }
2424
cargo_toml = "0.11"
2525
serde_json = "1"
2626

core/tauri-codegen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.0.0-rc.4]
4+
5+
- Use the default value for `MacConfig.minimumSystemVersion` if the value is set to an empty string.
6+
- Bumped due to a bump in tauri-utils.
7+
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13
8+
39
## \[1.0.0-rc.3]
410

511
- Parse window icons at compile time.

core/tauri-codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-codegen"
3-
version = "1.0.0-rc.3"
3+
version = "1.0.0-rc.4"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "web-programming" ]
66
license = "Apache-2.0 OR MIT"
@@ -20,7 +20,7 @@ proc-macro2 = "1"
2020
quote = "1"
2121
serde = { version = "1", features = [ "derive" ] }
2222
serde_json = "1"
23-
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils", features = [ "build" ] }
23+
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils", features = [ "build" ] }
2424
thiserror = "1"
2525
walkdir = "2"
2626
zstd = { version = "0.10", optional = true }

core/tauri-macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.0.0-rc.4]
4+
5+
- Use the default value for `MacConfig.minimumSystemVersion` if the value is set to an empty string.
6+
- Bumped due to a bump in tauri-utils.
7+
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13
8+
39
## \[1.0.0-rc.3]
410

511
- Parse window icons at compile time.

core/tauri-macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-macros"
3-
version = "1.0.0-rc.3"
3+
version = "1.0.0-rc.4"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "os", "filesystem", "web-programming" ]
66
license = "Apache-2.0 OR MIT"
@@ -20,8 +20,8 @@ proc-macro2 = "1"
2020
quote = "1"
2121
syn = { version = "1", features = [ "full" ] }
2222
heck = "0.4"
23-
tauri-codegen = { version = "1.0.0-rc.3", default-features = false, path = "../tauri-codegen" }
24-
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils" }
23+
tauri-codegen = { version = "1.0.0-rc.4", default-features = false, path = "../tauri-codegen" }
24+
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }
2525

2626
[features]
2727
custom-protocol = [ ]

core/tauri-runtime-wry/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## \[0.3.4]
4+
5+
- The file drop event is now part of the `WindowEvent` enum instead of a having a dedicated handler.
6+
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
7+
- Added `create_proxy` to the `Runtime` and `RuntimeHandle` traits.
8+
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
9+
- Allow specifying a user event type for the event loop message.
10+
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
11+
- Use a random window id instead of `tao::window::WindowId` to not block the thread waiting for the event loop to process the window creation.
12+
- [7cd39c70](https://www.github.com/tauri-apps/tauri/commit/7cd39c70c9ecd62cc9b60d0ab93f10ce0a6dd8b4) refactor(core): use random window id to simplify window creation, closes [#3645](https://www.github.com/tauri-apps/tauri/pull/3645) [#3597](https://www.github.com/tauri-apps/tauri/pull/3597) ([#3684](https://www.github.com/tauri-apps/tauri/pull/3684)) on 2022-03-15
13+
- Added the `WindowEvent::FileDrop` variant.
14+
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
15+
316
## \[0.3.3]
417

518
- Fixes a deadlock on the `Focused` event when the window is not visible.

core/tauri-runtime-wry/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-runtime-wry"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "web-programming" ]
66
license = "Apache-2.0 OR MIT"
@@ -14,8 +14,8 @@ readme = "README.md"
1414

1515
[dependencies]
1616
wry = { version = "0.13.3", default-features = false, features = [ "file-drop", "protocol" ] }
17-
tauri-runtime = { version = "0.3.3", path = "../tauri-runtime" }
18-
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils" }
17+
tauri-runtime = { version = "0.3.4", path = "../tauri-runtime" }
18+
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }
1919
uuid = { version = "0.8.2", features = [ "v4" ] }
2020
rand = "0.8"
2121

core/tauri-runtime/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## \[0.3.4]
4+
5+
- The file drop event is now part of the `WindowEvent` enum instead of a having a dedicated handler.
6+
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
7+
- Added `create_proxy` to the `Runtime` and `RuntimeHandle` traits.
8+
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
9+
- **Breaking change:** Move the `FileDropEvent` struct to the `window` module.
10+
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
11+
- Allow specifying a user event type for the event loop message.
12+
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
13+
- Added the `WindowEvent::FileDrop` variant.
14+
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
15+
316
## \[0.3.3]
417

518
- **Breaking change:** Move `ico` and `png` parsing behind `icon-ico` and `icon-png` Cargo features.

0 commit comments

Comments
 (0)