Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feat/webview-builder-d…
Browse files Browse the repository at this point in the history
…evtools
  • Loading branch information
lucasfernog committed Nov 5, 2024
2 parents b48b752 + 2a75c64 commit b5523ce
Show file tree
Hide file tree
Showing 91 changed files with 1,500 additions and 553 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.
7 changes: 7 additions & 0 deletions .changes/bundler-fragment-handlebars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri-bundler": "minor:feat"
"tauri-cli": "minor:feat"
---

Process `bundle > windows > wix > fragmentPaths` with Handlebars to interpolate expressions within it.

7 changes: 7 additions & 0 deletions .changes/cli-migrate-deno.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri-cli": "patch:bug"
"@tauri-apps/cli": "patch:bug"
---

Fix `tauri migrate` failing to install NPM depenencies when running from Deno.

6 changes: 6 additions & 0 deletions .changes/cli-yarn-berry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": "patch:bug"
"@tauri-apps/cli": "patch:bug"
---

Fix detecting yarn berry (v2 and higher) in various tauri cli commands.
6 changes: 6 additions & 0 deletions .changes/enhance-async-commands-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": "patch:enhance"
"tauri-macros": "patch:enhance"
---

Enhance the error message when using `async` commands with a reference.
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.
5 changes: 5 additions & 0 deletions .changes/js-submenu-in-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": "patch:bug"
---

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`.
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.
10 changes: 10 additions & 0 deletions .changes/rpm-compression-level.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"tauri-bundler": "minor:feat"
"tauri-cli": "minor:feat"
"@tauri-apps/cli": "minor:feat"
"tauri-utils": "minor:feat"
---

Add `bundle > linux > rpm > compression` config option to control RPM bundle compression type and level.


5 changes: 5 additions & 0 deletions .changes/tray-async-command.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch:bug"
---

Fix tray events not fired for tray icons created inside an async command.
6 changes: 6 additions & 0 deletions .changes/use_https_windows-and-android-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": "minor:feat"
"tauri-utils": "minor:feat"
---

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
7 changes: 7 additions & 0 deletions .changes/use_https_windows-and-android.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": "minor:feat"
"tauri-runtime": "minor:feat"
"tauri-runtime-wry": "minor:feat"
---

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
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.
5 changes: 5 additions & 0 deletions .changes/window-class-name-config-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": 'minor:feat'
---

Added `windowClassname` option, when constructing a `Webview` or `WebviewWindow`, to specify the name of the window class on Windows.
6 changes: 6 additions & 0 deletions .changes/window-class-name-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": 'minor:feat'
"tauri-utils": 'minor:feat'
---

Added `app > windows > windowClassname` config option to specify the name of the window class on Windows.
7 changes: 7 additions & 0 deletions .changes/window-class-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": 'minor:feat'
"tauri-runtime-wry": 'minor:feat'
"tauri-runtime": 'minor:feat'
---

Added `WindowBuilder/WebviewWindowBuilder::window_classname` method to specify the name of the window class on Windows.
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 b5523ce

Please sign in to comment.