Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into prevent-window-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Aug 28, 2024
2 parents d7fd244 + f4bfd07 commit ec6e483
Show file tree
Hide file tree
Showing 1,099 changed files with 27,416 additions and 54,266 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[env]
# workaround needed to prevent `STATUS_ENTRYPOINT_NOT_FOUND` error in tests
# see https://github.com/tauri-apps/tauri/pull/4383#issuecomment-1212221864
__TAURI_WORKSPACE__ = "true"
6 changes: 6 additions & 0 deletions .changes/add-notarize-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---

Include notarization error output in the error message if it fails.
5 changes: 5 additions & 0 deletions .changes/allow-commands-by-default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-build": patch:feat
---

Added `InlinedPlugin::default_permission` to autogenerate the default permission of an inlined plugin.
6 changes: 6 additions & 0 deletions .changes/android-gradle-8-9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Update gradle to 8.9 and the gradle android plugin to 8.5.1 in the android templates (requires latest Android Studio). This should add support for Java 21 but Java 17 keeps being the recommended version.
6 changes: 6 additions & 0 deletions .changes/android-port-forward-fixes.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 dev` port forward failing under some conditions, add better logging and error handling.
5 changes: 5 additions & 0 deletions .changes/append_invoke_initialization_script.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:enhance
---

Added `Builder::append_invoke_initialization_script`.
7 changes: 7 additions & 0 deletions .changes/avoid-rebuilds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": patch:bug
"tauri-build": patch:bug
"tauri-utils": patch:bug
---

Prevent build script from rerunning unnecessarily by only writing files when the content changes.
6 changes: 6 additions & 0 deletions .changes/brotli-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-codegen": patch:deps
"tauri-utils": patch:deps
---

Updated brotli to v6.
8 changes: 8 additions & 0 deletions .changes/bundler-object-custom-sign-command.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"tauri-bundler": patch:feat
"tauri-utils": patch:feat
"@tauri-apps/cli": patch:feat
"tauri-cli": patch:feat
---

Custom sign command with object notation for whitespaces in the command path and arguments.
6 changes: 6 additions & 0 deletions .changes/change-default-export-option-debugging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:changes
"@tauri-apps/cli": patch:changes
---

Change iOS template default export method from deprecated `development` to `debugging`.
5 changes: 5 additions & 0 deletions .changes/change-pr-10619.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": "patch:bug"
---

Fixed an issue that caused the bundler to not be able to download the AppImage tooling when building for ARM 32bit.
6 changes: 6 additions & 0 deletions .changes/change-pr-10676.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tauri-apps/cli": 'patch:bug'
"tauri-cli": 'patch:bug'
---

Change plugin template call to `register_ios_plugin` params to snake case
6 changes: 6 additions & 0 deletions .changes/change-pr-10718.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": 'patch:bug'
"tauri-utils": 'patch:bug'
---

Update swift-rs fixing a plugin build when native dependencies are used.
6 changes: 6 additions & 0 deletions .changes/cli-add-no-fmt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": "patch:enhance"
"@tauri-apps/cli": "patch:enhance"
---

Added `--no-fmt` option to the `add` command to skip formatting the code after applying changes.
6 changes: 6 additions & 0 deletions .changes/cli-android-template-androidtv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": "patch:feat"
"@tauri-apps/cli": "patch:feat"
---

Add necessary options to `AndroidManifest.xml` in android template to support AndroidTV.
6 changes: 6 additions & 0 deletions .changes/cli-info-include-arch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:enhance
"@tauri-apps/cli": patch:enhance
---

Include architecture in the `tauri info` output.
6 changes: 6 additions & 0 deletions .changes/cli-info-plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": "patch:feat"
"@tauri-apps/cli": "patch:feat"
---

Add plugins information in `tauri info` output
6 changes: 6 additions & 0 deletions .changes/cli-make-app-dir-consistent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---

CLI commands will now consistently search for the `app_dir` (the directory containing `package.json`) from the current working directory of the command invocation.
5 changes: 5 additions & 0 deletions .changes/cli-signtool-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": patch:feat
---

`TAURI_WINDOWS_SIGNTOOL_PATH` environment variable for specifying the path to signtool.exe.
Loading

0 comments on commit ec6e483

Please sign in to comment.