Skip to content

Commit bc08c82

Browse files
committed
Merge branch 'dev' into feat/api/dpi-toIpc
2 parents 890723b + cbc095e commit bc08c82

File tree

95 files changed

+1649
-578
lines changed

Some content is hidden

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

95 files changed

+1649
-578
lines changed

.changes/android-home-dir.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": "patch:feat"
3+
---
4+
5+
Add `PathResolver::home_dir()` method on Android.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri-bundler": "minor:feat"
3+
"tauri-cli": "minor:feat"
4+
---
5+
6+
Process `bundle > windows > wix > fragmentPaths` with Handlebars to interpolate expressions within it.
7+

.changes/cli-migrate-deno.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri-cli": "patch:bug"
3+
"@tauri-apps/cli": "patch:bug"
4+
---
5+
6+
Fix `tauri migrate` failing to install NPM depenencies when running from Deno.
7+

.changes/cli-yarn-berry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": "patch:bug"
3+
"@tauri-apps/cli": "patch:bug"
4+
---
5+
6+
Fix detecting yarn berry (v2 and higher) in various tauri cli commands.

.changes/config-devtools.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"tauri": "patch:feat"
3+
"tauri-utils": "patch:feat"
4+
"@tauri-apps/api": "patch:feat"
5+
---
6+
7+
Add `app > windows > devtools` config option and when creating the webview from JS, to enable or disable devtools for a specific webview.
8+

.changes/curosr-position-gtk.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": "patch:bug"
3+
"tauri-runtime-wry": "patch:bug"
4+
---
5+
6+
Fix `App/AppHandle/Window/Webview/WebviewWindow::cursor_position` getter method failing on Linux with `GDK may only be used from the main thread`.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": "patch:enhance"
3+
"tauri-macros": "patch:enhance"
4+
---
5+
6+
Enhance the error message when using `async` commands with a reference.

.changes/event-anylabel-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": "patch:bug"
3+
---
4+
5+
Fix listeners created with `EventTarget::AnyLabel` never receiving events.

.changes/js-submenu-in-options.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tauri-apps/api": "patch:bug"
3+
---
4+
5+
Fix submenu created as a menu item instead of a submenu when created by using an object in the `items` field in the options object passed to `Menu.new` or `Submenu.new`.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@tauri-apps/cli": patch:enhance
3+
"tauri-cli": patch:enhance
4+
---
5+
6+
Associate a newly created capability file with the `main` window on the `tauri add` and `tauri permission add` commands.

.changes/rpm-compression-level.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"tauri-bundler": "minor:feat"
3+
"tauri-cli": "minor:feat"
4+
"@tauri-apps/cli": "minor:feat"
5+
"tauri-utils": "minor:feat"
6+
---
7+
8+
Add `bundle > linux > rpm > compression` config option to control RPM bundle compression type and level.
9+
10+

.changes/tray-async-command.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": "patch:bug"
3+
---
4+
5+
Fix tray events not fired for tray icons created inside an async command.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": "minor:feat"
3+
"tauri-utils": "minor:feat"
4+
---
5+
6+
Add `app > windows > useHttpsScheme` config option to choose whether the custom protocols should use `https://<scheme>.localhost` instead of the default `http://<scheme>.localhost` on Windows and Android
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": "minor:feat"
3+
"tauri-runtime": "minor:feat"
4+
"tauri-runtime-wry": "minor:feat"
5+
---
6+
7+
Add `WebviewWindowBuilder/WebviewBuilder::use_https_scheme` to choose whether the custom protocols should use `https://<scheme>.localhost` instead of the default `http://<scheme>.localhost` on Windows and Android

.changes/utils-acl-path-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": minor:enhance
3+
"tauri-utils": minor:enhance
4+
---
5+
6+
Include the path in ACL I/O errors.

.changes/webview-builder-devtools.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"tauri": "patch:feat"
3+
"tauri-runtime": "patch:feat"
4+
"tauri-runtime-wry": "patch:feat"
5+
---
6+
7+
Add `WebviewWindowBuilder::devtools` and `WebviewBuilder::devtools` to enable or disable devtools for a specific webview.
8+

.changes/webview-focus-apis.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": "patch:feat"
3+
---
4+
5+
Add `WebviewBuilder::focused` method to choose whether to focus webview or not on creation.

.changes/webview-window-focused.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": "patch:bug"
3+
"tauri-runtime": "patch:bug"
4+
"tauri-runtime-wry": "patch:bug"
5+
---
6+
7+
Fix webview not focused by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tauri-apps/api": 'minor:feat'
3+
---
4+
5+
Added `windowClassname` option, when constructing a `Webview` or `WebviewWindow`, to specify the name of the window class on Windows.

.changes/window-class-name-config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": 'minor:feat'
3+
"tauri-utils": 'minor:feat'
4+
---
5+
6+
Added `app > windows > windowClassname` config option to specify the name of the window class on Windows.

.changes/window-class-name.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": 'minor:feat'
3+
"tauri-runtime-wry": 'minor:feat'
4+
"tauri-runtime": 'minor:feat'
5+
---
6+
7+
Added `WindowBuilder/WebviewWindowBuilder::window_classname` method to specify the name of the window class on Windows.

.github/workflows/publish-cli-js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
- uses: Swatinem/rust-cache@v1
109109
with:
110110
key: ${{ matrix.settings.target }}
111-
working-directory: 'crates/tauri-cli/'
112111
if: ${{ matrix.settings.docker }}
113112
- name: Setup toolchain
114113
run: ${{ matrix.settings.setup }}

0 commit comments

Comments
 (0)