Skip to content

Commit

Permalink
Merge branch 'fix-clear-residual-listeners-#8916' of https://github.c…
Browse files Browse the repository at this point in the history
…om/canxin121/tauri into fix-clear-residual-listeners-#8916
  • Loading branch information
canxin121 committed Feb 23, 2024
2 parents 03abb3c + ff5c8de commit e422726
Show file tree
Hide file tree
Showing 71 changed files with 1,015 additions and 1,730 deletions.
5 changes: 5 additions & 0 deletions .changes/bundler-license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:bug'
---

Fix NSIS installer always containing a license page even though `licenseFile` option is not set in the config.
5 changes: 5 additions & 0 deletions .changes/bundler-rpm-license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": patch:bug
---

Don't fallback to `licenseFile` and use only `license` field when building RPM.
7 changes: 7 additions & 0 deletions .changes/capability-context-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri-utils": patch:breaking
"tauri-cli": patch:breaking
"@tauri-apps/cli": patch:breaking
---

Changed the capability format to allow configuring both `remote: { urls: Vec<String> }` and `local: bool (default: true)` instead of choosing one on the `context` field.
6 changes: 6 additions & 0 deletions .changes/fix-mobile-process-spawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---

Fixes android and iOS process spawning not working on Node.js.
5 changes: 5 additions & 0 deletions .changes/fix-window-center-monitor-scale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-runtime-wry": patch:bug
---

Fix window centering not taking monitor scale into account
5 changes: 5 additions & 0 deletions .changes/fix-window-destroy-deadlock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:bug
---

Fixes a deadlock when the window is destroyed.
6 changes: 6 additions & 0 deletions .changes/ios-signing-optional.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tauri-apps/cli": patch:enhance
"tauri-cli": patch:enhance
---

Setting up code signing is no longer required on iOS when using the simulator.
5 changes: 5 additions & 0 deletions .changes/nsis-dpi-aware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-build': 'patch:enhance'
---

Enable Hight DPI awareness for NSIS installer so it is not blurry on some systems.
15 changes: 14 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,42 @@
".changes/api-webview-window.md",
".changes/api-window-on-filedrop.md",
".changes/beta.md",
".changes/bundler-license.md",
".changes/bundler-rpm-license.md",
".changes/capabilities-multiwebview.md",
".changes/capabilities-tauri-conf.md",
".changes/capability-context-refactor.md",
".changes/cli-plugin-android-init.md",
".changes/cli-windows-build-tools-detect-utf8.md",
".changes/codegen-capabilities-attribute.md",
".changes/context-runtime-authority.md",
".changes/core-center-window.md",
".changes/core-js-event-anytarget.md",
".changes/core-once-event-return-event-id.md",
".changes/downgrade-minisign.md",
".changes/enhance-resource-dir-resolution.md",
".changes/fix-capability-schema-definitions.md",
".changes/fix-codegen-rerun-if-changed.md",
".changes/fix-config-arg.md",
".changes/fix-invoke-devtools-by-hotkey.md",
".changes/fix-migrate-updater.md",
".changes/fix-mobile-process-spawn.md",
".changes/fix-process-ipc-message-fn.md",
".changes/fix-rewrite-schema.md",
".changes/fix-tauri-build-license-field.md",
".changes/fix-tauri-build-unix.md",
".changes/fix-webview-close.md",
".changes/fix-window-center-monitor-scale.md",
".changes/fix-window-destroy-deadlock.md",
".changes/handle-empty-permissions.md",
".changes/inline-plugins.md",
".changes/ios-signing-optional.md",
".changes/nsis-dpi-aware.md",
".changes/progress-bar-state-refactor.md",
".changes/refactor-capabilities-schema.md",
".changes/refactor-capability-remote-option.md",
".changes/remove-unit-uri.md",
".changes/reparent.md",
".changes/rerun-if-permission-created.md",
".changes/runtime-add-capability.md",
".changes/rwh-06.md",
Expand All @@ -46,6 +58,7 @@
".changes/tauri-webview-events.md",
".changes/update-app-template-capabilities-conf.md",
".changes/update-plugin-template.md",
".changes/wry-0.36.md"
".changes/wry-0.36.md",
".changes/wry-0.37.md"
]
}
6 changes: 6 additions & 0 deletions .changes/progress-bar-state-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": patch:breaking
"tauri-utils": patch:breaking
---

Moved `ProgressBarState` from `tauri-utils` to the `tauri::window` module and removed the `unity_uri` field.
5 changes: 5 additions & 0 deletions .changes/remove-unit-uri.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:breaking
---

Removed the `unityUri` option from the progress bar state, no longer required.
8 changes: 8 additions & 0 deletions .changes/reparent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@tauri-apps/api": patch:feat
"tauri": patch:feat
"tauri-runtime": patch:feat
"tauri-runtime-wry": patch:feat
---

Added the `reparent` function to the webview API.
5 changes: 5 additions & 0 deletions .changes/wry-0.37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-runtime-wry": patch:deps
---

Upgraded to `[email protected]`
Loading

0 comments on commit e422726

Please sign in to comment.