Merge remote-tracking branch 'origin/dev' into next (#7212)

This commit is contained in:
Lucas Fernandes Nogueira 2023-06-15 05:52:33 -07:00 committed by GitHub
parent 2d2fd6abe2
commit 7bbc626cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
246 changed files with 2283 additions and 969 deletions

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": minor "tauri-cli": 'minor:feat'
"@tauri-apps/cli": minor "@tauri-apps/cli": 'minor:feat'
--- ---
Added `plugin android add` and `plugin ios add` commands to add mobile plugin functionality to existing projects. Added `plugin android add` and `plugin ios add` commands to add mobile plugin functionality to existing projects.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': minor:feat 'tauri': 'minor:feat'
--- ---
Added `tauri::VERSION` const to get Tauri's version from Rust. Added `tauri::VERSION` const to get Tauri's version from Rust.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': minor:feat 'tauri': 'minor:feat'
--- ---
Added `tauri::webview_version` , to get webview version. Added `tauri::webview_version` , to get webview version.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-runtime": minor "tauri-runtime": 'minor:feat'
"tauri-runtime-wry": minor "tauri-runtime-wry": 'minor:feat'
--- ---
Add `find_class`, `run_on_android_context` on `RuntimeHandle`. Add `find_class`, `run_on_android_context` on `RuntimeHandle`.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Do not gitignore the Android project's `buildSrc` folder by default since we removed absolute paths from it. Do not gitignore the Android project's `buildSrc` folder by default since we removed absolute paths from it.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Enhance parsing of annotated Android plugin methods to support private functions. Enhance parsing of annotated Android plugin methods to support private functions.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Added static function `loadConfig` on the Android `PluginManager` class. Added static function `loadConfig` on the Android `PluginManager` class.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Adjust Android plugin exception error. Adjust Android plugin exception error.

View File

@ -1,5 +1,5 @@
--- ---
'@tauri-apps/api': 'patch' '@tauri-apps/api': 'patch:enhance'
--- ---
Add `locale` function in the `os` module to get the system locale. Add `locale` function in the `os` module to get the system locale.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": "patch" "tauri": "patch:enhance"
--- ---
Add `tauri::api::os::locale` function to get the system locale. Add `tauri::api::os::locale` function to get the system locale.

View File

@ -1,5 +1,5 @@
--- ---
'tauri-bundler': patch:bug 'tauri-bundler': 'patch:bug'
--- ---
- Updated the AppImage bundler to follow symlinks for `/usr/lib*`. - Updated the AppImage bundler to follow symlinks for `/usr/lib*`.

View File

@ -1,5 +1,5 @@
--- ---
"tauri-build": patch "tauri-build": 'patch:enhance'
--- ---
Set environment variables used by `tauri::mobile_entry_point`. Set environment variables used by `tauri::mobile_entry_point`.

View File

@ -1,10 +1,10 @@
--- ---
"tauri-bundler": patch "tauri-bundler": 'patch:enhance'
"tauri-codegen": patch "tauri-codegen": 'patch:enhance'
"tauri-macros": patch "tauri-macros": 'patch:enhance'
"tauri-utils": patch "tauri-utils": 'patch:enhance'
"tauri-runtime": patch "tauri-runtime": 'patch:enhance'
"tauri-runtime-wry": patch "tauri-runtime-wry": 'patch:enhance'
--- ---
Pull changes from Tauri 1.3 release. Pull changes from Tauri 1.3 release.

View File

@ -1,5 +1,5 @@
--- ---
"tauri-bundler": patch "tauri-bundler": 'patch:enhance'
--- ---
Removed the `UpdaterSettings::dialog` field. Removed the `UpdaterSettings::dialog` field.

View File

@ -1,6 +1,6 @@
--- ---
"api": patch "api": 'patch:enhance'
"tauri": patch "tauri": 'patch:enhance'
--- ---
Add channel API for sending data across the IPC. Add channel API for sending data across the IPC.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": minor "tauri-cli": 'minor:feat'
"@tauri-apps/cli": minor "@tauri-apps/cli": 'minor:feat'
--- ---
Added `android build` command. Added `android build` command.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
Add `--release` flag for `tauri android dev` however you will need to sign your Android app, see https://next--tauri.netlify.app/next/guides/distribution/sign-android Add `--release` flag for `tauri android dev` however you will need to sign your Android app, see https://next--tauri.netlify.app/next/guides/distribution/sign-android

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
Build only specified rust targets for `tauri android build` instead of all. Build only specified rust targets for `tauri android build` instead of all.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': patch:bug 'tauri-cli': 'patch:bug'
'@tauri-apps/cli': patch:bug '@tauri-apps/cli': 'patch:bug'
--- ---
Fix built-in devserver adding hot-reload code to non-html files. Fix built-in devserver adding hot-reload code to non-html files.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
Use local ip address for built-in dev server on mobile. Use local ip address for built-in dev server on mobile.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Added `ios build` command. Added `ios build` command.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Add `key.properties` file to android's `.gitignore`. Add `key.properties` file to android's `.gitignore`.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
On mobile, fix regression introduced in `tauri-cli` version `2.0.0-alpha.3` where library not found error was thrown. On mobile, fix regression introduced in `tauri-cli` version `2.0.0-alpha.3` where library not found error was thrown.

View File

@ -1,5 +1,5 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
--- ---
Auto select an external IP for mobile development and fallback to prompting the user. Use `--force-ip-prompt` to force prompting. Auto select an external IP for mobile development and fallback to prompting the user. Use `--force-ip-prompt` to force prompting.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": minor "tauri-cli": 'minor:feat'
"@tauri-apps/cli": minor "@tauri-apps/cli": 'minor:feat'
--- ---
Added `android dev` and `ios dev` commands. Added `android dev` and `ios dev` commands.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": minor "tauri-cli": 'minor:feat'
"@tauri-apps/cli": minor "@tauri-apps/cli": 'minor:feat'
--- ---
Add commands to add native Android and iOS functionality to plugins. Add commands to add native Android and iOS functionality to plugins.

View File

@ -1,5 +1,5 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
--- ---
In mobile commands, correctly detect when nodejs binary has the version in its name, for example `node-18` In mobile commands, correctly detect when nodejs binary has the version in its name, for example `node-18`

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
Fix android project build crashing when using `pnpm` caused by extra `--`. Fix android project build crashing when using `pnpm` caused by extra `--`.

View File

@ -1,5 +1,5 @@
--- ---
'tauri-cli': patch:bug 'tauri-cli': 'patch:bug'
--- ---
Fix building with a custom cargo profile Fix building with a custom cargo profile

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Use temp file instead of environment variable to pass CLI IPC websocket address to the IDE. Use temp file instead of environment variable to pass CLI IPC websocket address to the IDE.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': minor 'tauri-cli': 'minor:feat'
'@tauri-apps/cli': minor '@tauri-apps/cli': 'minor:feat'
--- ---
Provide prebuilt CLIs for Windows ARM64 targets. Provide prebuilt CLIs for Windows ARM64 targets.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
Update mobile template to `wry@0.28` Update mobile template to `wry@0.28`

View File

@ -1,5 +1,5 @@
--- ---
'@tauri-apps/cli': patch:bug '@tauri-apps/cli': 'patch:bug'
--- ---
Fix nodejs binary regex when `0` is in the version name, for example `node-20` Fix nodejs binary regex when `0` is in the version name, for example `node-20`

View File

@ -1,5 +1,5 @@
--- ---
"tauri-codegen": patch "tauri-codegen": 'patch:enhance'
--- ---
Change `devPath` URL to use the local IP address on iOS and Android. Change `devPath` URL to use the local IP address on iOS and Android.

View File

@ -1,5 +1,5 @@
--- ---
'tauri-utils': 'minor' 'tauri-utils': 'minor:feat'
--- ---
Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes. Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': 'patch' 'tauri': 'patch:enhance'
--- ---
Use correct HTTP method when making requests to the proxied server on mobile. Use correct HTTP method when making requests to the proxied server on mobile.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': 'patch' 'tauri': 'patch:enhance'
--- ---
Implement `Clone` for `Channel` Implement `Clone` for `Channel`

View File

@ -1,5 +1,5 @@
--- ---
'tauri': 'patch' 'tauri': 'patch:enhance'
--- ---
Fix some configurations not applied when creating the window through Javascript. Fix some configurations not applied when creating the window through Javascript.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": "patch" "tauri": "patch:enhance"
--- ---
Play a sound when showing a notification on Windows. Play a sound when showing a notification on Windows.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': 'patch' 'tauri': 'patch:enhance'
--- ---
On Android, update proguard rules. On Android, update proguard rules.

View File

@ -1,7 +1,7 @@
--- ---
"tauri-utils": patch "tauri-utils": 'patch:enhance'
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Added the `desktop_template` option on `tauri.conf.json > tauri > bundle > deb`. Added the `desktop_template` option on `tauri.conf.json > tauri > bundle > deb`.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": major "tauri": major:feat
--- ---
Added the `default-tls` and `reqwest-default-tls` Cargo features for enabling TLS suppport to connect over HTTPS. Added the `default-tls` and `reqwest-default-tls` Cargo features for enabling TLS suppport to connect over HTTPS.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Add `default_window_icon` getter on `App` and `AppHandle`. Add `default_window_icon` getter on `App` and `AppHandle`.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Implement response cache on the dev server proxy, used when the server responds with status 304. Implement response cache on the dev server proxy, used when the server responds with status 304.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": major "tauri": major:feat
--- ---
**Breaking change:** Use the custom protocol as a proxy to the development server on all platforms except Linux. **Breaking change:** Use the custom protocol as a proxy to the development server on all platforms except Linux.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"tauri": patch "tauri": 'patch:enhance'
--- ---
Change minimum Android SDK version to 21 for the plugin library. Change minimum Android SDK version to 21 for the plugin library.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-runtime-wry": patch "tauri-runtime-wry": 'patch:enhance'
"tauri": patch "tauri": 'patch:enhance'
--- ---
Allow a wry plugin to be registered at runtime. Allow a wry plugin to be registered at runtime.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Change the Android template to enable minification on release and pull ProGuard rules from proguard-tauri.pro. Change the Android template to enable minification on release and pull ProGuard rules from proguard-tauri.pro.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Fixes path commands not being added. Fixes path commands not being added.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Enhance Android's `JSObject` return types. Enhance Android's `JSObject` return types.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Print an error if the Android project was generated with an older bundle identifier or package name. Print an error if the Android project was generated with an older bundle identifier or package name.

View File

@ -1,5 +1,5 @@
--- ---
"@tauri-apps/api": patch "@tauri-apps/api": 'patch:enhance'
--- ---
Expose the window target option on event APIs. Expose the window target option on event APIs.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes the generated mobile build script when using an NPM runner. Fixes the generated mobile build script when using an NPM runner.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Properly proxy dev server requests with query strings and fragments. Properly proxy dev server requests with query strings and fragments.

View File

@ -1,7 +1,7 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
"tauri-macros": patch "tauri-macros": 'patch:enhance'
--- ---
Resolve Android package name from single word bundle identifiers. Resolve Android package name from single word bundle identifiers.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Use actual iOS plugin instance to run command with `throws`. Use actual iOS plugin instance to run command with `throws`.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes running on device using Xcode 14. Fixes running on device using Xcode 14.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes the iOS project script to build the Rust library. Fixes the iOS project script to build the Rust library.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes `TAURI_*` environment variables for hook scripts on mobile commands. Fixes `TAURI_*` environment variables for hook scripts on mobile commands.

View File

@ -1,5 +1,5 @@
--- ---
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Update tauri-mobile to fix running ADB scripts. Update tauri-mobile to fix running ADB scripts.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Update Android project template with fix to crash on orientation change. Update Android project template with fix to crash on orientation change.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Fixes boolean plugin parameters freezing the application. Fixes boolean plugin parameters freezing the application.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Clear Android plugin JSON file before building Rust library to ensure removed plugins are propagated to the Android project. Clear Android plugin JSON file before building Rust library to ensure removed plugins are propagated to the Android project.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Readd the Cargo.toml file to the plugin template. Readd the Cargo.toml file to the plugin template.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Fixes ProGuard rules. Fixes ProGuard rules.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Fix compilation issues without the shell API features. Fix compilation issues without the shell API features.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes the Android build gradle plugin implementation on Windows. Fixes the Android build gradle plugin implementation on Windows.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes iOS build script using the wrong path for the app library file. Fixes iOS build script using the wrong path for the app library file.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Force colored logs on mobile commands. Force colored logs on mobile commands.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Generate `TauriActivity` Kotlin class on the build script. Generate `TauriActivity` Kotlin class on the build script.

View File

@ -1,6 +1,6 @@
--- ---
'tauri-cli': 'patch' 'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch' '@tauri-apps/cli': 'patch:enhance'
--- ---
Update android template to gradle 8.0 Update android template to gradle 8.0

View File

@ -1,7 +1,7 @@
--- ---
"tauri-runtime": minor "tauri-runtime": 'minor:feat'
"tauri-runtime-wry": minor "tauri-runtime-wry": 'minor:feat'
"tauri": minor "tauri": 'minor:feat'
--- ---
Update gtk to 0.16. Update gtk to 0.16.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Improve local IP address detection with user selection. Improve local IP address detection with user selection.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Improve the `run_mobile_plugin` function error handling. Improve the `run_mobile_plugin` function error handling.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Inject Tauri configuration in the Android assets. Inject Tauri configuration in the Android assets.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Inject `proguard-tauri.pro` file in the Android project. Inject `proguard-tauri.pro` file in the Android project.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-macros": patch "tauri-macros": 'patch:enhance'
"tauri": patch "tauri": 'patch:enhance'
--- ---
Added support to attibutes for each command path in the `generate_handler` macro. Added support to attibutes for each command path in the `generate_handler` macro.

View File

@ -1,7 +1,7 @@
--- ---
"tauri-macros": major "tauri-macros": major:feat
"tauri-codegen": major "tauri-codegen": major:feat
"tauri": major "tauri": major:feat
--- ---
Return `bool` in the invoke handler. Return `bool` in the invoke handler.

View File

@ -1,5 +1,5 @@
--- ---
"tauri-build": patch "tauri-build": 'patch:enhance'
--- ---
Read the `IPHONEOS_DEPLOYMENT_TARGET` environment variable to set the Swift iOS target version, defaults to 13. Read the `IPHONEOS_DEPLOYMENT_TARGET` environment variable to set the Swift iOS target version, defaults to 13.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Added `--ios-color` option to the `tauri icon` command. Added `--ios-color` option to the `tauri icon` command.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Keep the process alive even when the iOS application is closed. Keep the process alive even when the iOS application is closed.

View File

@ -1,7 +1,7 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
"tauri": patch "tauri": 'patch:enhance'
--- ---
Show all application logs on iOS. Show all application logs on iOS.

View File

@ -1,6 +1,6 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
"tauri-utils": patch "tauri-utils": 'patch:enhance'
--- ---
Remove `enable_tauri_api` from the IPC scope. Remove `enable_tauri_api` from the IPC scope.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': 'patch' 'tauri': 'patch:enhance'
--- ---
Use correct lib name in xcode project. Use correct lib name in xcode project.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Fixes HMR on mobile when devPath is configured to load a filesystem path. Fixes HMR on mobile when devPath is configured to load a filesystem path.

View File

@ -1,5 +1,5 @@
--- ---
'tauri': minor:bug 'tauri': 'minor:bug'
--- ---
Fix default log path for linux and windows Fix default log path for linux and windows

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Print log output for all tags on Android development. Print log output for all tags on Android development.

View File

@ -1,5 +1,5 @@
--- ---
'tauri-utils': 'patch' 'tauri-utils': 'patch:enhance'
--- ---
Add `MimeType::parse_with_fallback` and `MimeType::parse_from_uri_with_fallback` Add `MimeType::parse_with_fallback` and `MimeType::parse_from_uri_with_fallback`

View File

@ -1,5 +1,5 @@
--- ---
"tauri-utils": patch "tauri-utils": 'patch:enhance'
--- ---
Added `android` configuration object under `tauri > bundle`. Added `android` configuration object under `tauri > bundle`.

View File

@ -1,5 +1,5 @@
--- ---
"tauri-utils": minor "tauri-utils": 'minor:feat'
--- ---
Parse `android` and `ios` Tauri configuration files. Parse `android` and `ios` Tauri configuration files.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Ignore the `gen` folder on the dev watcher. Ignore the `gen` folder on the dev watcher.

View File

@ -1,5 +1,5 @@
--- ---
"tauri-macros": minor "tauri-macros": 'minor:feat'
--- ---
Added the `mobile_entry_point` macro. Added the `mobile_entry_point` macro.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-build": patch "tauri-build": 'patch:enhance'
"tauri-macros": patch "tauri-macros": 'patch:enhance'
--- ---
Refactor mobile environment variables. Refactor mobile environment variables.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": minor "tauri-cli": 'minor:feat'
"@tauri-apps/cli": minor "@tauri-apps/cli": 'minor:feat'
--- ---
Added `android init` and `ios init` commands. Added `android init` and `ios init` commands.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": patch "tauri-cli": 'patch:enhance'
"@tauri-apps/cli": patch "@tauri-apps/cli": 'patch:enhance'
--- ---
Add support to custom and kebab case library names for mobile apps. Add support to custom and kebab case library names for mobile apps.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-cli": minor "tauri-cli": 'minor:feat'
"@tauri-apps/cli": minor "@tauri-apps/cli": 'minor:feat'
--- ---
Added `android open` and `ios open` commands. Added `android open` and `ios open` commands.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": patch "tauri": 'patch:enhance'
--- ---
Expose plugin configuration on the Android and iOS plugin classes. Expose plugin configuration on the Android and iOS plugin classes.

View File

@ -1,5 +1,5 @@
--- ---
"tauri": minor "tauri": 'minor:feat'
--- ---
Run Android and iOS native plugins on the invoke handler if a Rust plugin command is not found. Run Android and iOS native plugins on the invoke handler if a Rust plugin command is not found.

View File

@ -1,6 +1,6 @@
--- ---
"tauri-runtime-wry": minor "tauri-runtime-wry": 'minor:feat'
"tauri": minor "tauri": 'minor:feat'
--- ---
Support `with_webview` for Android platform alowing execution of JNI code in context. Support `with_webview` for Android platform alowing execution of JNI code in context.

View File

@ -1,13 +1,13 @@
--- ---
"api": major "api": major:feat
"tauri-utils": major "tauri-utils": major:feat
"tauri-bundler": major "tauri-bundler": major:feat
"tauri-codegen": major "tauri-codegen": major:feat
"tauri-macros": major "tauri-macros": major:feat
"tauri-build": major "tauri-build": major:feat
"tauri": major "tauri": major:feat
"tauri-cli": major "tauri-cli": major:feat
"@tauri-apps/cli": major "@tauri-apps/cli": major:feat
--- ---
First mobile alpha release! First mobile alpha release!

Some files were not shown because too many files have changed in this diff Show More