mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 04:03:29 +03:00
Merge remote-tracking branch 'origin/dev' into next (#7212)
This commit is contained in:
parent
2d2fd6abe2
commit
7bbc626cc3
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri": patch
|
"tauri": 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Adjust Android plugin exception error.
|
Adjust Android plugin exception error.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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*`.
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri-bundler": patch
|
"tauri-bundler": 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Removed the `UpdaterSettings::dialog` field.
|
Removed the `UpdaterSettings::dialog` field.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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`
|
||||||
|
@ -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 `--`.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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`
|
||||||
|
@ -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`
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
'tauri': 'patch'
|
'tauri': 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Implement `Clone` for `Channel`
|
Implement `Clone` for `Channel`
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
'tauri': 'patch'
|
'tauri': 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
On Android, update proguard rules.
|
On Android, update proguard rules.
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri": patch
|
"tauri": 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Fixes path commands not being added.
|
Fixes path commands not being added.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri": patch
|
"tauri": 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Enhance Android's `JSObject` return types.
|
Enhance Android's `JSObject` return types.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri": patch
|
"tauri": 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Fixes boolean plugin parameters freezing the application.
|
Fixes boolean plugin parameters freezing the application.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri": patch
|
"tauri": 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Fixes ProGuard rules.
|
Fixes ProGuard rules.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
'tauri': 'patch'
|
'tauri': 'patch:enhance'
|
||||||
---
|
---
|
||||||
|
|
||||||
Use correct lib name in xcode project.
|
Use correct lib name in xcode project.
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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`
|
||||||
|
@ -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`.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
"tauri-macros": minor
|
"tauri-macros": 'minor:feat'
|
||||||
---
|
---
|
||||||
|
|
||||||
Added the `mobile_entry_point` macro.
|
Added the `mobile_entry_point` macro.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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
Loading…
Reference in New Issue
Block a user