Skip to content

Commit

Permalink
Merge branch 'dev' into feat/use-https-scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 4, 2024
2 parents 3aee85e + f8994b2 commit dd53f27
Show file tree
Hide file tree
Showing 46 changed files with 403 additions and 258 deletions.
5 changes: 5 additions & 0 deletions .changes/android-home-dir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch:feat"
---

Add `PathResolver::home_dir()` method on Android.
5 changes: 5 additions & 0 deletions .changes/event-anylabel-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch:bug"
---

Fix listeners created with `EventTarget::AnyLabel` never receiving events.
6 changes: 6 additions & 0 deletions .changes/permission-add-default-windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tauri-apps/cli": patch:enhance
"tauri-cli": patch:enhance
---

Associate a newly created capability file with the `main` window on the `tauri add` and `tauri permission add` commands.
6 changes: 6 additions & 0 deletions .changes/utils-acl-path-errors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": minor:enhance
"tauri-utils": minor:enhance
---

Include the path in ACL I/O errors.
5 changes: 5 additions & 0 deletions .changes/webview-focus-apis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch:feat"
---

Add `WebviewBuilder::focused` method to choose whether to focus webview or not on creation.
7 changes: 7 additions & 0 deletions .changes/webview-window-focused.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": "patch:bug"
"tauri-runtime": "patch:bug"
"tauri-runtime-wry": "patch:bug"
---

Fix webview not focused by default.
1 change: 0 additions & 1 deletion .github/workflows/publish-cli-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
- uses: Swatinem/rust-cache@v1
with:
key: ${{ matrix.settings.target }}
working-directory: 'crates/tauri-cli/'
if: ${{ matrix.settings.docker }}
- name: Setup toolchain
run: ${{ matrix.settings.setup }}
Expand Down
Loading

0 comments on commit dd53f27

Please sign in to comment.