-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply Version Updates From Current Changes (#9348)
Co-authored-by: amrbashir <[email protected]>
- Loading branch information
1 parent
02eaf07
commit 535691a
Showing
28 changed files
with
208 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
".changes/acl-scope-refactor.md", | ||
".changes/acl-urlpattern.md", | ||
".changes/allow-recursive-asset-scope-on-file-drop-directory.md", | ||
".changes/api-position-size-args.md", | ||
".changes/api-readd-window-created-event.md", | ||
".changes/api-simplify-unc-paths.md", | ||
".changes/api-tauri-event-file-drop-rename.md", | ||
".changes/api-tray-by-id.md", | ||
".changes/api-webview-window-new-methods.md", | ||
|
@@ -27,7 +29,9 @@ | |
".changes/[email protected]", | ||
".changes/cli-build-no-bundle.md", | ||
".changes/cli-empty-responses.md", | ||
".changes/cli-frontend-dist-expected-path.md", | ||
".changes/cli-include-dir-cargo-manifest-dir.md", | ||
".changes/cli-migrate-non-utf8.md", | ||
".changes/cli-mobile-init-partition.md", | ||
".changes/cli-openssl-cargo-mobile2-removal.md", | ||
".changes/cli-plugin-android-init.md", | ||
|
@@ -48,12 +52,15 @@ | |
".changes/core-emit-created-events.md", | ||
".changes/core-emit-js-all-targets.md", | ||
".changes/core-js-event-anytarget.md", | ||
".changes/core-jsimage-intoimg.md", | ||
".changes/core-menu-resources-deadlock.md", | ||
".changes/core-once-event-return-event-id.md", | ||
".changes/core-path-basename-replace.md", | ||
".changes/core-window-hasdisplayhandle.md", | ||
".changes/csp-header-linux.md", | ||
".changes/deb-rpm-post-pre-scripts-bundler.md", | ||
".changes/deb-rpm-post-pre-scripts-config.md", | ||
".changes/deb-rpm-provides-conflicts-replaces.md", | ||
".changes/dev-fn.md", | ||
".changes/downgrade-minisign.md", | ||
".changes/enhance-event-emit.md", | ||
|
@@ -75,20 +82,24 @@ | |
".changes/fix-ios-dev-logs.md", | ||
".changes/fix-ipc-error-json.md", | ||
".changes/fix-menu-remove-api.md", | ||
".changes/fix-metadata-on-close.md", | ||
".changes/fix-migrate-updater.md", | ||
".changes/fix-mobile-cmd-case.md", | ||
".changes/fix-mobile-process-spawn.md", | ||
".changes/fix-process-ipc-message-fn.md", | ||
".changes/fix-remote-domain-url.md", | ||
".changes/fix-reparent.md", | ||
".changes/fix-rewrite-schema.md", | ||
".changes/fix-runtime-wry-32bit.md", | ||
".changes/fix-scope-resolution.md", | ||
".changes/fix-tauri-build-license-field.md", | ||
".changes/fix-tauri-build-unix.md", | ||
".changes/fix-visibility-change.md", | ||
".changes/fix-webview-close.md", | ||
".changes/fix-window-center-monitor-scale.md", | ||
".changes/fix-window-center-work-area.md", | ||
".changes/fix-window-destroy-deadlock.md", | ||
".changes/fix-window-inner-size-crash.md", | ||
".changes/global-api-script-path-plugins.md", | ||
".changes/handle-empty-permissions.md", | ||
".changes/http-v1.md", | ||
|
@@ -123,13 +134,15 @@ | |
".changes/reparent.md", | ||
".changes/rerun-if-permission-created.md", | ||
".changes/resources_table_access.md", | ||
".changes/revert-fix-visibility-change.md", | ||
".changes/runtime-add-capability.md", | ||
".changes/runtime-capability-dynamic.md", | ||
".changes/runtime-dpi-mod-moved.md", | ||
".changes/runtime-icon-lifetime.md", | ||
".changes/rwh-06.md", | ||
".changes/schema_str.md", | ||
".changes/set-auto-resize.md", | ||
".changes/set-zoom.md", | ||
".changes/strict-csp-isolation-frame.md", | ||
".changes/tauri-build-codegen-capabilities.md", | ||
".changes/tauri-build-dev-changes.md", | ||
|
@@ -140,6 +153,7 @@ | |
".changes/tauri-icon-removed.md", | ||
".changes/tauri-image-codegen.md", | ||
".changes/tauri-image.md", | ||
".changes/tauri-info-no-node.md", | ||
".changes/tauri-plugin-identifier-alphanumeric.md", | ||
".changes/tauri-runtime-webview-events.md", | ||
".changes/tauri-scope-object-error-sync.md", | ||
|
@@ -160,6 +174,8 @@ | |
".changes/webview-bounds.md", | ||
".changes/wry-0.36.md", | ||
".changes/wry-0.37.md", | ||
".changes/wry-0.38.md" | ||
".changes/wry-0.38.md", | ||
".changes/zoom-hotkeys-enabled.md", | ||
".changes/zoom-polyfill.md" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-beta.12] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-beta.11] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-beta.12] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-beta.11] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-beta.12] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-beta.11] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-beta.12] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-beta.11] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-beta.12] | ||
|
||
### New Features | ||
|
||
- [`58a7a552d`](https://www.github.com/tauri-apps/tauri/commit/58a7a552d739b77b71d61af11c53f7f2dc7a6e7e)([#9378](https://www.github.com/tauri-apps/tauri/pull/9378)) Added the `set_zoom` function to the webview API. | ||
- [`58a7a552d`](https://www.github.com/tauri-apps/tauri/commit/58a7a552d739b77b71d61af11c53f7f2dc7a6e7e)([#9378](https://www.github.com/tauri-apps/tauri/pull/9378)) Add `zoom_hotkeys_enabled` to enable browser native zoom controls on creating webviews. | ||
|
||
### Bug Fixes | ||
|
||
- [`2f20fdf1d`](https://www.github.com/tauri-apps/tauri/commit/2f20fdf1d6b92fa8b9b38caf7321c3ce3e895f1b)([#9361](https://www.github.com/tauri-apps/tauri/pull/9361)) Fixes an issue causing compilation to fail for i686 and armv7 32-bit targets. | ||
- [`4c2e7477e`](https://www.github.com/tauri-apps/tauri/commit/4c2e7477e6869e2ce0578265825bbd42a5f28393)([#9309](https://www.github.com/tauri-apps/tauri/pull/9309)) Fix window centering not taking taskbar into account on Windows | ||
- [`02eaf0787`](https://www.github.com/tauri-apps/tauri/commit/02eaf07872b90225eead22ecdd6ff0a9ed5dd0ff)([#9428](https://www.github.com/tauri-apps/tauri/pull/9428)) Fixes `inner_size` crash when the window has no webviews. | ||
- [`f22ea2998`](https://www.github.com/tauri-apps/tauri/commit/f22ea2998619cc09c2d426f7b42211a80eed578e)([#9465](https://www.github.com/tauri-apps/tauri/pull/9465)) Revert the [fix](https://github.com/tauri-apps/tauri/pull/9246) for webview's visibility doesn't change with the app window on Windows as it caused white flashes on show/restore. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-beta.11] | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-beta.12] | ||
|
||
### New Features | ||
|
||
- [`58a7a552d`](https://www.github.com/tauri-apps/tauri/commit/58a7a552d739b77b71d61af11c53f7f2dc7a6e7e)([#9378](https://www.github.com/tauri-apps/tauri/pull/9378)) Added the `set_zoom` function to the webview API. | ||
- [`58a7a552d`](https://www.github.com/tauri-apps/tauri/commit/58a7a552d739b77b71d61af11c53f7f2dc7a6e7e)([#9378](https://www.github.com/tauri-apps/tauri/pull/9378)) Add `zoom_hotkeys_enabled` to enable browser native zoom controls on creating webviews. | ||
- [`4973d73a2`](https://www.github.com/tauri-apps/tauri/commit/4973d73a237dc5c60618c1011e202278e7a29b5c)([#9386](https://www.github.com/tauri-apps/tauri/pull/9386)) Provide a basic zoom hotkey polyfill for non-Windows platforms | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-beta.11] | ||
|
||
### What's Changed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.