Skip to content

Commit

Permalink
Merge branch 'tauri-apps:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tillmann-crabnebula authored Sep 24, 2024
2 parents 50c5084 + ae12f3c commit 2626754
Show file tree
Hide file tree
Showing 1,716 changed files with 106,637 additions and 122,943 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"
5 changes: 0 additions & 5 deletions .changes/UriSchemeResponder-export.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/acl-default-permission-verification.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/acl-platform-refactor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/acl-scope-refactor.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/acl-urlpattern.md

This file was deleted.

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.

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/always-enable-linux-ipc-custom-protocol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": patch:breaking
"tauri-runtime-wry": patch:breaking
---

The `linux-ipc-protocol` feature is now always enabled, so the Cargo feature flag was removed.
This increases the minimum webkit2gtk version to a release that does not affect the minimum target Linux distros for Tauri apps.
6 changes: 6 additions & 0 deletions .changes/android-dev-open-adb-fix.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 running `android dev --open`.
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.
6 changes: 0 additions & 6 deletions .changes/android-warning.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/api-app-defaultWindowIcon.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-isTauri-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-isTauri.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/api-permissions-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:enhance
---

Added `PermissionState`, `checkPermissions` and `requestPermissions` base APIs to the core module, designed for plugin authors to extend.
5 changes: 0 additions & 5 deletions .changes/api-position-size-args.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-readd-window-created-event.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-simplify-unc-paths.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/api-tauri-event-file-drop-rename.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/api-to-physical.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tauri-apps/api": "patch:feat"
---

Add `toPhysical` method on `LogicalPositon` and `LogicalSize` classes.

5 changes: 0 additions & 5 deletions .changes/api-tray-by-id.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-type-definitions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-webview-window-new-methods.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-webview-window.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-window-on-filedrop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-handle-set-activation-policy.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/app-manifest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-region-drag.md

This file was deleted.

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`.
5 changes: 0 additions & 5 deletions .changes/appimage-duplicate-desktop-file.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/asset-resolver-dev-fallback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": patch:enhance
"tauri-codegen": patch:enhance
---

Enhance `AssetResolver::get` in development mode by reading distDir directly as a fallback to the embedded assets.
6 changes: 6 additions & 0 deletions .changes/assets-iter-cow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-utils": patch:breaking
"tauri": patch:breaking
---

The `Assets::iter` function now must return a iterator with `Item = (Cow<'_, str>, Cow<'_, [u8]>)` to be more flexible on contexts where the assets are not `'static`.
5 changes: 0 additions & 5 deletions .changes/assets-setup.md

This file was deleted.

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.
15 changes: 0 additions & 15 deletions .changes/beta.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/better-error-for-invalid-plugin-config.md

This file was deleted.

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.
5 changes: 0 additions & 5 deletions .changes/build-android-version-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/build-resource-target-same-src.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/build-schema-generation.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/bunderl-installer-hooks.md

This file was deleted.

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

Use appimage files instead of debian files when building appimage
5 changes: 0 additions & 5 deletions .changes/bundler-compression-option.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-deep-link-reg-path.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/bundler-github-mirror-from-env.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-bundler": patch:feat
"tauri-cli": patch:feat
---

Add `TAURI_BUNDLER_TOOLS_GITHUB_MIRROR` environment variable to specify a GitHub mirror to download files and tools used by tauri bundler. This is designed for areas like Mainland China where GitHub access can be unreliable.
7 changes: 0 additions & 7 deletions .changes/bundler-homepage-url.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-license.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/bundler-long_description.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-nsis-deep-links.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-nsis-license-file-bom.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-nsis-tauri-utils.md

This file was deleted.

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.
5 changes: 0 additions & 5 deletions .changes/bundler-r-flag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-resources-unix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/bundler-rpm-filename.md

This file was deleted.

Loading

0 comments on commit 2626754

Please sign in to comment.