-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e89193
commit 33d41c9
Showing
30 changed files
with
291 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,65 @@ | ||
{ | ||
"tag": "rc", | ||
"changes": [ | ||
".changes/add-notarize-error.md", | ||
".changes/allow-commands-by-default.md", | ||
".changes/android-dev-open-adb-fix.md", | ||
".changes/android-gradle-8-9.md", | ||
".changes/android-port-forward-fixes.md", | ||
".changes/asset-resolver-dev-fallback.md", | ||
".changes/brotli-6.md", | ||
".changes/change-default-export-option-debugging.md", | ||
".changes/change-pr-10435.md", | ||
".changes/change-pr-10498.md", | ||
".changes/change-pr-10619.md", | ||
".changes/check-android-lib-symbols.md", | ||
".changes/cli-add-no-fmt.md", | ||
".changes/cli-android-template-androidtv.md", | ||
".changes/cli-desktop-port-exposure.md", | ||
".changes/cli-make-app-dir-consistent.md", | ||
".changes/cli-mobile-checks.md", | ||
".changes/cli-signtool-path.md", | ||
".changes/core-plugin-namespace.md", | ||
".changes/dev-url-localhost-mobile.md", | ||
".changes/feat-remove-target-sdk.md", | ||
".changes/fix-adb.md", | ||
".changes/fix-cli-dev-server-android.md", | ||
".changes/fix-cli-panic-bun.md", | ||
".changes/fix-colon-in-file-path.md", | ||
".changes/fix-conf-parsing-error-filepath.md", | ||
".changes/fix-config-override.md", | ||
".changes/fix-ios-bun-support.md", | ||
".changes/fix-ipc-fallback.md", | ||
".changes/fix-manifest-migration.md", | ||
".changes/fix-missing-codesign-error-macos.md", | ||
".changes/fix-usage-without-compression.md", | ||
".changes/fix-v1-frontend-migration.md", | ||
".changes/get-window-async.md", | ||
".changes/improve-cli-init.md", | ||
".changes/infer-signing-identity.md", | ||
".changes/ios-custom-project-template.md", | ||
".changes/ios-default-minversion.md", | ||
".changes/ios-frameworks.md", | ||
".changes/isolation-main-frame-origin.md", | ||
".changes/linux-option-gtk-app-id.md", | ||
".changes/migrate-plugins.md", | ||
".changes/migrate-prevent-duplications.md", | ||
".changes/migrate-vue-svelte.md", | ||
".changes/min-ios-version.md", | ||
".changes/only-validate-ios-lib-debug.md", | ||
".changes/permissions-add-target-specific.md", | ||
".changes/plugin-builder-failable.md", | ||
".changes/rc-migration.md", | ||
".changes/refactor-ipc-error.md", | ||
".changes/refactor-ipc-response.md", | ||
".changes/remove-open-command.md", | ||
".changes/remove-unsecure-configs.md", | ||
".changes/v1-migrate-updater.md" | ||
".changes/resources-map-becoming-dirs.md", | ||
".changes/universal-bin-build-fails.md", | ||
".changes/update-tao-wry.md", | ||
".changes/utils-autogenerated-command-return-list.md", | ||
".changes/utils-fix-plugin-reference.md", | ||
".changes/v1-migrate-updater.md", | ||
".changes/v1-migration-improvement.md" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Changelog | ||
|
||
## \[2.0.1-rc.0] | ||
|
||
### New Features | ||
|
||
- [`0bb7b0f35`](https://www.github.com/tauri-apps/tauri/commit/0bb7b0f352960fb5111a40157c0953d19e76f1fd) ([#10559](https://www.github.com/tauri-apps/tauri/pull/10559) by [@Norbiros](https://www.github.com/tauri-apps/tauri/../../Norbiros)) Added `InlinedPlugin::default_permission` to autogenerate the default permission of an inlined plugin. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-rc.3] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- [`0afee5ed8`](https://www.github.com/tauri-apps/tauri/commit/0afee5ed80265c95c4581e173c4886677cfed593) ([#10436](https://www.github.com/tauri-apps/tauri/pull/10436) by [@nyurik](https://www.github.com/tauri-apps/tauri/../../nyurik)) Updated brotli to v6. | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-rc.3] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-rc.3] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Changelog | ||
|
||
## \[2.0.1-rc.0] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
- [`d39c392b7`](https://www.github.com/tauri-apps/tauri/commit/d39c392b7cec746da423211f9c74632abe4b6af5) ([#10655](https://www.github.com/tauri-apps/tauri/pull/10655) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Update `tao` to 0.29 and `wry` to 0.42. | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## \[2.0.1-rc.0] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- [`d39c392b7`](https://www.github.com/tauri-apps/tauri/commit/d39c392b7cec746da423211f9c74632abe4b6af5) ([#10655](https://www.github.com/tauri-apps/tauri/pull/10655) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Update `tao` to 0.29 and `wry` to 0.42. | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# Changelog | ||
|
||
## \[2.0.0-rc.3] | ||
|
||
### Bug Fixes | ||
|
||
- [`b1d9ffa1a`](https://www.github.com/tauri-apps/tauri/commit/b1d9ffa1abc9eff65acf16792b4fb33d9c45ba8a) ([#10582](https://www.github.com/tauri-apps/tauri/pull/10582) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fix IPC fallback (postMessage implementation when custom protocol fails) hanging when sending responses. | ||
|
||
### What's Changed | ||
|
||
- [`bfc49cc7a`](https://www.github.com/tauri-apps/tauri/commit/bfc49cc7a1d43e3378e93865b9b37ce4bddfa6e6) ([#10558](https://www.github.com/tauri-apps/tauri/pull/10558) by [@ahqsoftwares](https://www.github.com/tauri-apps/tauri/../../ahqsoftwares)) Remove targetSdk from gradle files | ||
- [`fedf93eb7`](https://www.github.com/tauri-apps/tauri/commit/fedf93eb7e09c161997f6ba96a17fc29e727af69) ([#10585](https://www.github.com/tauri-apps/tauri/pull/10585) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Change how IPC handles errors to simplify what's logged in the console. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
- Upgraded to `[email protected]` | ||
- [`d39c392b7`](https://www.github.com/tauri-apps/tauri/commit/d39c392b7cec746da423211f9c74632abe4b6af5) ([#10655](https://www.github.com/tauri-apps/tauri/pull/10655) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Update `tao` to 0.29 and `wry` to 0.42. | ||
|
||
### Breaking Changes | ||
|
||
- [`d0510f52e`](https://www.github.com/tauri-apps/tauri/commit/d0510f52eb7efeabe00df5030cf10be16f99e178) ([#10641](https://www.github.com/tauri-apps/tauri/pull/10641) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Added a dedicated type for IPC response body `InvokeResponseBody` for performance reasons. | ||
This is only a breaking change if you are directly using types from `tauri::ipc`. | ||
|
||
## \[2.0.0-rc.2] | ||
|
||
### Dependencies | ||
|
Oops, something went wrong.