Skip to content

Commit 477e76c

Browse files
authored
apply version updates
1 parent 284eca9 commit 477e76c

28 files changed

+230
-49
lines changed

.changes/pre.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
".changes/acl-scope-refactor.md",
77
".changes/acl-urlpattern.md",
88
".changes/allow-recursive-asset-scope-on-file-drop-directory.md",
9+
".changes/api-readd-window-created-event.md",
910
".changes/api-tauri-event-file-drop-rename.md",
1011
".changes/api-tray-by-id.md",
1112
".changes/api-webview-window-new-methods.md",
@@ -23,8 +24,10 @@
2324
".changes/capability-builder-platform.md",
2425
".changes/capability-context-refactor.md",
2526
".changes/cli-acl-subcommands.md",
27+
".changes/[email protected]",
2628
".changes/cli-build-no-bundle.md",
2729
".changes/cli-empty-responses.md",
30+
".changes/cli-include-dir-cargo-manifest-dir.md",
2831
".changes/cli-mobile-init-partition.md",
2932
".changes/cli-openssl-cargo-mobile2-removal.md",
3033
".changes/cli-plugin-android-init.md",
@@ -42,15 +45,19 @@
4245
".changes/context-runtime-authority.md",
4346
".changes/core-app-tray-remove-tray-apis-removed.md",
4447
".changes/core-center-window.md",
48+
".changes/core-emit-created-events.md",
4549
".changes/core-emit-js-all-targets.md",
4650
".changes/core-js-event-anytarget.md",
4751
".changes/core-once-event-return-event-id.md",
4852
".changes/core-path-basename-replace.md",
4953
".changes/core-window-hasdisplayhandle.md",
5054
".changes/csp-header-linux.md",
55+
".changes/deb-rpm-post-pre-scripts-bundler.md",
56+
".changes/deb-rpm-post-pre-scripts-config.md",
5157
".changes/dev-fn.md",
5258
".changes/downgrade-minisign.md",
5359
".changes/enhance-event-emit.md",
60+
".changes/enhance-ipc-url-check.md",
5461
".changes/enhance-resource-dir-resolution.md",
5562
".changes/expose-image-constructor.md",
5663
".changes/expose-js-image.md",
@@ -63,6 +70,7 @@
6370
".changes/fix-codegen-rerun-if-changed.md",
6471
".changes/fix-config-arg.md",
6572
".changes/fix-fs-scope-check-symlink.md",
73+
".changes/fix-inner-size.md",
6674
".changes/fix-invoke-devtools-by-hotkey.md",
6775
".changes/fix-ios-dev-logs.md",
6876
".changes/fix-ipc-error-json.md",
@@ -77,18 +85,23 @@
7785
".changes/fix-scope-resolution.md",
7886
".changes/fix-tauri-build-license-field.md",
7987
".changes/fix-tauri-build-unix.md",
88+
".changes/fix-visibility-change.md",
8089
".changes/fix-webview-close.md",
8190
".changes/fix-window-center-monitor-scale.md",
8291
".changes/fix-window-destroy-deadlock.md",
8392
".changes/global-api-script-path-plugins.md",
8493
".changes/handle-empty-permissions.md",
94+
".changes/http-v1.md",
8595
".changes/ico-featrue-flags.md",
8696
".changes/image-crate.md",
8797
".changes/image-rgba-uint8array.md",
8898
".changes/image-size-refactor.md",
8999
".changes/inline-plugins.md",
90100
".changes/ios-signing-optional.md",
91101
".changes/ipc-post-message-fallback.md",
102+
".changes/ipc-request-param-refactor.md",
103+
".changes/isolation-pattern-key-extractable.md",
104+
".changes/isolation-script-remove-itself.md",
92105
".changes/mobile-watcher.md",
93106
".changes/multiwebview-bounds-fixes.md",
94107
".changes/nsis-dpi-aware.md",
@@ -99,16 +112,20 @@
99112
".changes/preserve-channel-order.md",
100113
".changes/progress-bar-state-refactor.md",
101114
".changes/re-export-progress-bar-status.md",
115+
".changes/rect-strcut.md",
102116
".changes/refactor-capabilities-schema.md",
103117
".changes/refactor-capability-remote-option.md",
104118
".changes/refactor-scope-ret-value.md",
105119
".changes/remove-app-custom-protocol-feature.md",
106120
".changes/remove-from-format-image.md",
107121
".changes/remove-unit-uri.md",
122+
".changes/rename-file-drop.md",
108123
".changes/reparent.md",
109124
".changes/rerun-if-permission-created.md",
125+
".changes/resources_table_access.md",
110126
".changes/runtime-add-capability.md",
111127
".changes/runtime-capability-dynamic.md",
128+
".changes/runtime-dpi-mod-moved.md",
112129
".changes/runtime-icon-lifetime.md",
113130
".changes/rwh-06.md",
114131
".changes/schema_str.md",
@@ -129,6 +146,7 @@
129146
".changes/tauri-utils-capability-refactor.md",
130147
".changes/tauri-utils-plugin-module.md",
131148
".changes/tauri-webview-events.md",
149+
".changes/tray-rect.md",
132150
".changes/truncate-before-write-buildtask.md",
133151
".changes/unstable-child-webview.md",
134152
".changes/update-acl-paths-cli.md",
@@ -139,7 +157,9 @@
139157
".changes/utils-debug-eprintln.md",
140158
".changes/utils-named-capability-file.md",
141159
".changes/utils-remove-asset-trait.md",
160+
".changes/webview-bounds.md",
142161
".changes/wry-0.36.md",
143-
".changes/wry-0.37.md"
162+
".changes/wry-0.37.md",
163+
".changes/wry-0.38.md"
144164
]
145165
}

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/tauri-build/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.0.0-beta.11]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
310
## \[2.0.0-beta.10]
411

512
### New Features

core/tauri-build/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-build"
3-
version = "2.0.0-beta.10"
3+
version = "2.0.0-beta.11"
44
description = "build time code to pair with https://crates.io/crates/tauri"
55
exclude = [ "CHANGELOG.md", "/target" ]
66
readme = "README.md"
@@ -28,8 +28,8 @@ rustdoc-args = [ "--cfg", "docsrs" ]
2828
[dependencies]
2929
anyhow = "1"
3030
quote = { version = "1", optional = true }
31-
tauri-codegen = { version = "2.0.0-beta.10", path = "../tauri-codegen", optional = true }
32-
tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils", features = [ "build", "resources" ] }
31+
tauri-codegen = { version = "2.0.0-beta.11", path = "../tauri-codegen", optional = true }
32+
tauri-utils = { version = "2.0.0-beta.11", path = "../tauri-utils", features = [ "build", "resources" ] }
3333
cargo_toml = "0.17"
3434
serde = "1"
3535
serde_json = "1"

core/tauri-codegen/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.0-beta.11]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.0-beta.10]
410

511
### New Features

core/tauri-codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-codegen"
3-
version = "2.0.0-beta.10"
3+
version = "2.0.0-beta.11"
44
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
55
exclude = [ "CHANGELOG.md", "/target" ]
66
readme = "README.md"
@@ -20,7 +20,7 @@ quote = "1"
2020
syn = "2"
2121
serde = { version = "1", features = [ "derive" ] }
2222
serde_json = "1"
23-
tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils", features = [ "build" ] }
23+
tauri-utils = { version = "2.0.0-beta.11", path = "../tauri-utils", features = [ "build" ] }
2424
thiserror = "1"
2525
walkdir = "2"
2626
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }

core/tauri-macros/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.0.0-beta.11]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
310
## \[2.0.0-beta.10]
411

512
### Dependencies

core/tauri-macros/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-macros"
3-
version = "2.0.0-beta.10"
3+
version = "2.0.0-beta.11"
44
description = "Macros for the tauri crate."
55
exclude = [ "CHANGELOG.md", "/target" ]
66
readme = "README.md"
@@ -20,8 +20,8 @@ proc-macro2 = { version = "1", features = [ "span-locations" ] }
2020
quote = "1"
2121
syn = { version = "2", features = [ "full" ] }
2222
heck = "0.4"
23-
tauri-codegen = { version = "2.0.0-beta.10", default-features = false, path = "../tauri-codegen" }
24-
tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils" }
23+
tauri-codegen = { version = "2.0.0-beta.11", default-features = false, path = "../tauri-codegen" }
24+
tauri-utils = { version = "2.0.0-beta.11", path = "../tauri-utils" }
2525

2626
[features]
2727
custom-protocol = [ ]

core/tauri-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.0-beta.11]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.0-beta.10]
410

511
### New Features

core/tauri-plugin/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin"
3-
version = "2.0.0-beta.10"
3+
version = "2.0.0-beta.11"
44
description = "Build script and runtime Tauri plugin definitions"
55
authors = { workspace = true }
66
homepage = { workspace = true }
@@ -30,7 +30,7 @@ runtime = [ ]
3030
[dependencies]
3131
anyhow = { version = "1", optional = true }
3232
serde = { version = "1", optional = true }
33-
tauri-utils = { version = "2.0.0-beta.10", default-features = false, features = [ "build" ], path = "../tauri-utils" }
33+
tauri-utils = { version = "2.0.0-beta.11", default-features = false, features = [ "build" ], path = "../tauri-utils" }
3434
serde_json = { version = "1", optional = true }
3535
glob = { version = "0.3", optional = true }
3636
toml = { version = "0.8", optional = true }

core/tauri-runtime-wry/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## \[2.0.0-beta.11]
4+
5+
### Bug Fixes
6+
7+
- [`4c0c780e0`](https://www.github.com/tauri-apps/tauri/commit/4c0c780e00d8851be38cb1c22f636d9e4ed34a23)([#2690](https://www.github.com/tauri-apps/tauri/pull/2690)) Fix window inner size evaluation on macOS.
8+
- [`5bd47b446`](https://www.github.com/tauri-apps/tauri/commit/5bd47b44673f74b1b4e8d704b7a95539915ede76)([#9246](https://www.github.com/tauri-apps/tauri/pull/9246)) Fix webview's visibility doesn't change with the app window
9+
10+
### What's Changed
11+
12+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) Updated `http` crate to `1.1`
13+
14+
### Dependencies
15+
16+
- Upgraded to `[email protected]`
17+
- Upgraded to `[email protected]`
18+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) Upgraded to `[email protected]`
19+
20+
### Breaking Changes
21+
22+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) The IPC handler closure now receives a `http::Request` instead of a String representing the request body.
23+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) Rename `FileDrop` to `DragDrop` on structs, enums and enum variants. Also renamed `file_drop` to `drag_drop` on fields and function names.
24+
325
## \[2.0.0-beta.10]
426

527
### Dependencies

core/tauri-runtime-wry/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-runtime-wry"
3-
version = "2.0.0-beta.10"
3+
version = "2.0.0-beta.11"
44
description = "Wry bindings to the Tauri runtime"
55
exclude = [ "CHANGELOG.md", "/target" ]
66
readme = "README.md"
@@ -15,8 +15,8 @@ rust-version = { workspace = true }
1515
[dependencies]
1616
wry = { version = "0.39", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
1717
tao = { version = "0.27", default-features = false, features = [ "rwh_06" ] }
18-
tauri-runtime = { version = "2.0.0-beta.10", path = "../tauri-runtime" }
19-
tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils" }
18+
tauri-runtime = { version = "2.0.0-beta.11", path = "../tauri-runtime" }
19+
tauri-utils = { version = "2.0.0-beta.11", path = "../tauri-utils" }
2020
raw-window-handle = "0.6"
2121
http = "1.1"
2222
url = "2"

core/tauri-runtime/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## \[2.0.0-beta.11]
4+
5+
### What's Changed
6+
7+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) Updated `http` crate to `1.1`
8+
9+
### Dependencies
10+
11+
- Upgraded to `[email protected]`
12+
13+
### Breaking Changes
14+
15+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) The IPC handler closure now receives a `http::Request` instead of a String representing the request body.
16+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) Rename `FileDrop` to `DragDrop` on structs, enums and enum variants. Also renamed `file_drop` to `drag_drop` on fields and function names.
17+
- [`06833f4fa`](https://www.github.com/tauri-apps/tauri/commit/06833f4fa8e63ecc55fe3fc874a9e397e77a5709)([#9100](https://www.github.com/tauri-apps/tauri/pull/9100)) Moved `window::dpi` module to the root of the crate.
18+
319
## \[2.0.0-beta.10]
420

521
### Dependencies

core/tauri-runtime/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-runtime"
3-
version = "2.0.0-beta.10"
3+
version = "2.0.0-beta.11"
44
description = "Runtime for Tauri applications"
55
exclude = [ "CHANGELOG.md", "/target" ]
66
readme = "README.md"
@@ -29,11 +29,11 @@ targets = [
2929
serde = { version = "1.0", features = [ "derive" ] }
3030
serde_json = "1.0"
3131
thiserror = "1.0"
32-
tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils" }
32+
tauri-utils = { version = "2.0.0-beta.11", path = "../tauri-utils" }
3333
http = "1.1"
3434
raw-window-handle = "0.6"
3535
url = { version = "2" }
36-
dpi = { version = "0.1", features = ["serde"] }
36+
dpi = { version = "0.1", features = [ "serde" ] }
3737

3838
[target."cfg(windows)".dependencies.windows]
3939
version = "0.54"

0 commit comments

Comments
 (0)