mirror of https://github.com/tauri-apps/tauri
Apply Version Updates From Current Changes (#8638)
* apply version updates * promote to beta * fix check version * update dependencies section [skip ci] * update npm versions --------- Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
parent
3364b6727c
commit
88a1dd17c3
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"tauri": patch:breaking
|
||||
"tauri-plugin": major:feat
|
||||
"tauri-build": patch:feat
|
||||
"tauri-utils": patch:feat
|
||||
"tauri-codegen": patch:feat
|
||||
"tauri-macros": patch:feat
|
||||
"@tauri-apps/api": patch:feat
|
||||
---
|
||||
|
||||
Implement access control list for IPC usage.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'patch:feat'
|
||||
"@tauri-apps/cli": 'patch:feat'
|
||||
---
|
||||
|
||||
Added `tauri plugin add` command to add a plugin to the Tauri project.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": 'patch:enhance'
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Add `files` option to the AppImage Configuration.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'minor:feat'
|
||||
"@tauri-apps/cli": 'minor:feat'
|
||||
---
|
||||
|
||||
Added `plugin android add` and `plugin ios add` commands to add mobile plugin functionality to existing projects.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
"tauri": 'patch:feat'
|
||||
"tauri-runtime": 'patch:feat'
|
||||
"tauri-runtime-wry": 'patch:feat'
|
||||
"tauri-utils": 'patch:feat'
|
||||
---
|
||||
|
||||
Added `set_progress_bar` to `Window`.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"tauri": 'minor:feat'
|
||||
"tauri-runtime": 'minor'
|
||||
"tauri-utils": 'minor:feat'
|
||||
---
|
||||
|
||||
Added `visible_on_all_workspaces` configuration option to `WindowBuilder`, `Window`, and `WindowConfig`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": patch:feat
|
||||
---
|
||||
|
||||
Added `setAlwaysOnBottom` function on `Window` and the `alwaysOnBottom` option when creating a window.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-utils': 'minor:feat'
|
||||
---
|
||||
|
||||
Added the `always_on_bottom` option to the window configuration.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'tauri': 'minor:feat'
|
||||
'tauri-runtime': 'minor:feat'
|
||||
'tauri-runtime-wry': 'minor:feat'
|
||||
---
|
||||
|
||||
Added `Window::set_always_on_bottom` and the `always_on_bottom` option when creating a window.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-runtime": 'minor:feat'
|
||||
"tauri-runtime-wry": 'minor:feat'
|
||||
---
|
||||
|
||||
Add `find_class`, `run_on_android_context` on `RuntimeHandle`.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Do not gitignore the Android project's `buildSrc` folder by default since we removed absolute paths from it.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": 'patch:enhance'
|
||||
---
|
||||
|
||||
Enhance parsing of annotated Android plugin methods to support private functions.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": 'patch:enhance'
|
||||
---
|
||||
|
||||
Added static function `loadConfig` on the Android `PluginManager` class.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": 'patch:enhance'
|
||||
---
|
||||
|
||||
Listen to `onNewIntent` and forward it to registered plugins.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:enhance'
|
||||
---
|
||||
|
||||
Add support for onResume and onPause events in android plugins.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": 'patch:enhance'
|
||||
---
|
||||
|
||||
Adjust Android plugin exception error.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": patch:breaking
|
||||
---
|
||||
|
||||
The Android `PluginManager.loadConfig` now takes a third parameter to define the class type of the config object.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:feat'
|
||||
---
|
||||
|
||||
Exposed `Resource` class which should be extended for Rust-backed resources created through `tauri::Manager::resources_table`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": 'minor:feat'
|
||||
---
|
||||
|
||||
Add the `app` module back.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:feat'
|
||||
---
|
||||
|
||||
Added `emitTo` api to `event` module which is equivalent to the rust `emit_to` method. Also added `emitTo` method on `Window`, `Webivew` and `WebviewWindow` classes.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': patch:breaking
|
||||
---
|
||||
|
||||
Removed event callback's `windowLabel`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": patch:feat
|
||||
---
|
||||
|
||||
Change the IPC call to align with the new format for the custom protocol based API.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": patch:changes
|
||||
---
|
||||
|
||||
Updated minimum Node.js version to 18.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": "patch:bug"
|
||||
---
|
||||
|
||||
Fix a regression where typescript could not find types when using `"moduleResolution": "node"`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": "patch:bug"
|
||||
---
|
||||
|
||||
Fix a regression where typescript could not find types when using `"moduleResolution": "node"`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:breaking'
|
||||
---
|
||||
|
||||
Changed former `tauri` module from `primitives` to `core`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:breaking'
|
||||
---
|
||||
|
||||
Changed `tauri` module to `primitives` and removed the undocumented `invoke` export from the root module.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:feat'
|
||||
'tauri': 'patch:feat'
|
||||
---
|
||||
|
||||
Add `visibleOnAllWorkspaces` option when creating the window in JS and `Window.setVisibleOnAllWorkspaces` method.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:feat'
|
||||
---
|
||||
|
||||
Add `Window.startResizeDragging`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": "patch:feat"
|
||||
---
|
||||
|
||||
On Windows, add `Effect.Tabbed`,`Effect.TabbedDark` and `Effect.TabbedLight` effects.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:bug'
|
||||
---
|
||||
|
||||
Add top-level `main`, `module` and `types` fields in `package.json` to be compliant with typescripts's `"moduleResolution": "node"`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'minor:feat'
|
||||
---
|
||||
|
||||
Add `tray` and `menu` modules to create and manage tray icons and menus from Javascript.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@tauri-apps/api': 'patch:feat'
|
||||
---
|
||||
|
||||
Add `parent` option when creating a window.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@tauri-apps/api": 'minor:feat'
|
||||
---
|
||||
|
||||
Add the `window` module back.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": patch:enhance
|
||||
---
|
||||
|
||||
Ensure Builder is Send by requiring the menu closure to be Send.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": patch:feat
|
||||
"tauri-cli": patch:feat
|
||||
"@tauri-apps/cli": patch:feat
|
||||
---
|
||||
|
||||
Add `files` object on the `tauri > bundle > macOS` configuration option.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": patch:feat
|
||||
---
|
||||
|
||||
Add `files` map on the `MacOsSettings` struct to add custom files to the `.app` bundle.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': patch:changes
|
||||
---
|
||||
|
||||
Added the `app` plugin back into core.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri-runtime-wry": patch:bug
|
||||
---
|
||||
|
||||
Use `arboard` instead of `tao` clipboard implementation to prevent a crash.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri-build": 'patch:enhance'
|
||||
---
|
||||
|
||||
Set environment variables used by `tauri::mobile_entry_point`.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": 'patch:enhance'
|
||||
"tauri-codegen": 'patch:enhance'
|
||||
"tauri-macros": 'patch:enhance'
|
||||
"tauri-utils": 'patch:enhance'
|
||||
"tauri-runtime": 'patch:enhance'
|
||||
"tauri-runtime-wry": 'patch:enhance'
|
||||
---
|
||||
|
||||
Pull changes from Tauri 1.3 release.
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
"tauri": 'patch:enhance'
|
||||
"tauri-bundler": 'patch:enhance'
|
||||
"tauri-build": 'patch:enhance'
|
||||
"tauri-codegen": 'patch:enhance'
|
||||
"tauri-macros": 'patch:enhance'
|
||||
"tauri-utils": 'patch:enhance'
|
||||
"tauri-runtime": 'patch:enhance'
|
||||
"tauri-runtime-wry": 'patch:enhance'
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
"@tauri-apps/api": 'patch:enhance'
|
||||
---
|
||||
|
||||
Pull changes from Tauri 1.5 release.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": 'patch:enhance'
|
||||
---
|
||||
|
||||
Removed the `UpdaterSettings::dialog` field.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": 'patch:enhance'
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Add RPM packaging
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri-bundler": patch:enhance
|
||||
---
|
||||
|
||||
Support using socks proxy from environment when downloading files.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-bundler': 'patch:bug'
|
||||
---
|
||||
|
||||
Enable `zip`'s `deflate` feature flag to fix issues when downloading nsis and wix tools.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"api": 'patch:enhance'
|
||||
"tauri": 'patch:enhance'
|
||||
---
|
||||
|
||||
Add channel API for sending data across the IPC.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": patch:enhance
|
||||
---
|
||||
|
||||
Added `Channel::new` allowing communication from a mobile plugin with Rust.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:feat'
|
||||
'@tauri-apps/cli': 'patch:feat'
|
||||
---
|
||||
|
||||
Add plugin initialization rust code when using `tauri add`
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'minor:feat'
|
||||
"@tauri-apps/cli": 'minor:feat'
|
||||
---
|
||||
|
||||
Added `android build` command.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@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
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@tauri-apps/cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
Build only specified rust targets for `tauri android build` instead of all.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `--split-per-abi` not building any targets unless specified by `--target` flag.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `tauri info` failing when there is no available iOS code signing certificate.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@tauri-apps/cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
Use local ip address for built-in dev server on mobile.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": patch:bug
|
||||
"@tauri-apps/cli": patch:bug
|
||||
---
|
||||
|
||||
Properly read platform-specific configuration files for mobile targets.
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'major:breaking'
|
||||
'@tauri-apps/cli': 'major:breaking'
|
||||
---
|
||||
|
||||
Changed a number of environment variables used by tauri CLI for consistency and clarity:
|
||||
|
||||
- `TAURI_PRIVATE_KEY` -> `TAURI_SIGNING_PRIVATE_KEY`
|
||||
- `TAURI_KEY_PASSWORD` -> `TAURI_SIGNING_PRIVATE_KEY_PASSWORD`
|
||||
- `TAURI_SKIP_DEVSERVER_CHECK` -> `TAURI_CLI_NO_DEV_SERVER_WAIT`
|
||||
- `TAURI_DEV_SERVER_PORT` -> `TAURI_CLI_PORT`
|
||||
- `TAURI_PATH_DEPTH` -> `TAURI_CLI_CONFIG_DEPTH`
|
||||
- `TAURI_FIPS_COMPLIANT` -> `TAURI_BUNDLER_WIX_FIPS_COMPLIANT`
|
||||
- `TAURI_DEV_WATCHER_IGNORE_FILE` -> `TAURI_CLI_WATCHER_IGNORE_FILENAME`
|
||||
- `TAURI_TRAY` -> `TAURI_LINUX_AYATANA_APPINDICATOR`
|
||||
- `TAURI_APPLE_DEVELOPMENT_TEAM` -> `APPLE_DEVELOPMENT_TEAM`
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": patch:feat
|
||||
"@tauri-apps/cli": patch:feat
|
||||
---
|
||||
|
||||
Expose an environment variable `TAURI_${PLUGIN_NAME}_PLUGIN_CONFIG` for each defined plugin configuration object.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": patch:enhance
|
||||
"@tauri-apps/cli": patch:enhance
|
||||
---
|
||||
|
||||
Ignore global `.gitignore` when searching for tauri directory.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
'@tauri-apps/cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Prevent `Invalid target triple` warnings and correctly set `TAURI_ENV_` vars when target triple contains 4 components.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:breaking'
|
||||
'@tauri-apps/cli': 'patch:breaking'
|
||||
---
|
||||
|
||||
Removed `TAURI_ENV_PLATFORM_TYPE` which will not be set for CLI hook commands anymore, use `TAURI_ENV_PLATFORM` instead. Also Changed value of `TAURI_ENV_PLATFORM` and `TAURI_ENV_ARCH` values to match the target triple more accurately:
|
||||
|
||||
- `darwin` and `androideabi` are no longer replaced with `macos` and `android` in `TAURI_ENV_PLATFORM`.
|
||||
- `i686` and `i586` are no longer replaced with `x86` in `TAURI_ENV_ARCH`.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Added `ios build` command.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": patch:feat
|
||||
"@tauri-apps/cli": patch:feat
|
||||
---
|
||||
|
||||
Expose the `TAURI_IOS_PROJECT_PATH` and `TAURI_IOS_APP_NAME` environment variables when using `ios` commands.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Add `key.properties` file to android's `.gitignore`.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@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.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Don't build library files when building desktop targets.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": patch:bug
|
||||
"@tauri-apps/cli": patch:bug
|
||||
---
|
||||
|
||||
Allow license field in Cargo.toml to be `{ workspace = true }`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'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.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
'@tauri-apps/cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Set current directory to tauri directory before reading config file.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'minor:feat'
|
||||
"@tauri-apps/cli": 'minor:feat'
|
||||
---
|
||||
|
||||
Added `android dev` and `ios dev` commands.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'minor:feat'
|
||||
"@tauri-apps/cli": 'minor:feat'
|
||||
---
|
||||
|
||||
Add commands to add native Android and iOS functionality to plugins.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'minor:feat'
|
||||
'@tauri-apps/cli': 'minor:feat'
|
||||
---
|
||||
|
||||
Add `--no-dev-server-wait` option to skip waiting for the dev server to start when using `tauri dev`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
In mobile commands, correctly detect when nodejs binary has the version in its name, for example `node-18`
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
'@tauri-apps/cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `tauri (android|ios) (dev|build)` failing when using `npx tauri`
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:breaking'
|
||||
'@tauri-apps/cli': 'patch:breaking'
|
||||
---
|
||||
|
||||
The `tauri plugin` subcommand is receving a couple of consitency and quality of life improvements:
|
||||
|
||||
- Renamed `tauri plugin android/ios add` command to `tauri plugin android/ios init` to match the `tauri plugin init` command.
|
||||
- Removed the `-n/--name` argument from the `tauri plugin init`, `tauri plugin android/ios init`, and is now parsed from the first positional argument.
|
||||
- Added `tauri plugin new` to create a plugin in a new directory.
|
||||
- Changed `tauri plugin init` to initalize a plugin in an existing directory (defaults to current directory) instead of creating a new one.
|
||||
- Changed `tauri plugin init` to NOT generate mobile projects by default, you can opt-in to generate them using `--android` and `--ios` flags or `--mobile` flag or initalize them later using `tauri plugin android/ios init`.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
'@tauri-apps/cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Ensure `tauri add` prints `rust_code` with plugin name in snake case.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@tauri-apps/cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
Fix android project build crashing when using `pnpm` caused by extra `--`.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-cli": 'patch:enhance'
|
||||
"@tauri-apps/cli": 'patch:enhance'
|
||||
---
|
||||
|
||||
Use temp file instead of environment variable to pass CLI IPC websocket address to the IDE.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'major:breaking'
|
||||
'@tauri-apps/cli': 'major:breaking'
|
||||
---
|
||||
|
||||
Removed checking for a new version of the CLI.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
Read the following env vars when using the `tauri signer sign` command to make it easier to use in CI.
|
||||
|
||||
- `TAURI_PRIVATE_KEY`
|
||||
- `TAURI_PRIVATE_KEY_PASSWORD`
|
||||
- `TAURI_PRIVATE_KEY_PATH`
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@tauri-apps/cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
Skip Rust target installation if they are already installed.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri-cli': 'patch:enhance'
|
||||
'@tauri-apps/cli': 'patch:enhance'
|
||||
---
|
||||
|
||||
Update mobile template to `wry@0.28`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri-codegen": 'patch:enhance'
|
||||
---
|
||||
|
||||
Change `devPath` URL to use the local IP address on iOS and Android.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"tauri-codegen": patch:enhance
|
||||
"tauri-macros": patch:enhance
|
||||
---
|
||||
|
||||
Use `Target` enum from `tauri_utils::platform`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-utils': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix compile error when parsing config that includes float values.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:feat'
|
||||
---
|
||||
|
||||
Add `incognito` option to the window configuration object.
|
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
'tauri': 'major:breaking'
|
||||
'tauri-utils': 'major:breaking'
|
||||
'tauri-build': 'major:breaking'
|
||||
'tauri-codegen': 'major:breaking'
|
||||
'tauri-cli': 'major:breaking'
|
||||
'@tauri-apps/cli': 'major:breaking'
|
||||
---
|
||||
|
||||
Restructured Tauri config per [RFC#5](https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md):
|
||||
|
||||
- Moved `package.productName`, `package.version` and `tauri.bundle.identifier` fields to the top-level.
|
||||
- Removed `package` object.
|
||||
- Renamed `tauri` object to `app`.
|
||||
- Moved `tauri.bundle` object to the top-level.
|
||||
- Renamed `build.distDir` field to `frontendDist`.
|
||||
- Renamed `build.devPath` field to `devUrl` and will no longer accepts paths, it will only accept URLs.
|
||||
- Moved `tauri.pattern` to `app.security.pattern`.
|
||||
- Removed `tauri.bundle.updater` object, and its fields have been moved to the updater plugin under `plugins.updater` object.
|
||||
- Moved `build.withGlobalTauri` to `app.withGlobalTauri`.
|
||||
- Moved `tauri.bundle.dmg` object to `bundle.macOS.dmg`.
|
||||
- Moved `tauri.bundle.deb` object to `bundle.linux.deb`.
|
||||
- Moved `tauri.bundle.appimage` object to `bundle.linux.appimage`.
|
||||
- Removed all license fields from each bundle configuration object and instead added `bundle.license` and `bundle.licenseFile`.
|
||||
- Renamed `AppUrl` to `FrontendDist` and refactored its variants to be more explicit.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-utils': 'minor:feat'
|
||||
---
|
||||
|
||||
Add option to specify a tooltip text for the tray icon in the config.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-utils': 'major:breaking'
|
||||
---
|
||||
|
||||
`systemTray` config option has been renamed to `trayIcon`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:enhance'
|
||||
---
|
||||
|
||||
Use correct HTTP method when making requests to the proxied server on mobile.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'minor:feat'
|
||||
---
|
||||
|
||||
Add `App::primary_monitor`, `App::available_monitors`, `AppHandle::primary_monitor`, and `AppHandle::available_monitors`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:enhance'
|
||||
---
|
||||
|
||||
Implement `Clone` for `Channel`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:feat'
|
||||
---
|
||||
|
||||
Add `WindowBuilder::incognito`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": 'minor:feat'
|
||||
---
|
||||
|
||||
Added `Window::navigate`.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:breaking'
|
||||
---
|
||||
|
||||
- Removed `tauri::api::file` and `tauri::api::dir` modules, use `std::fs` instead.
|
||||
- Removed `tauri::api::version` module, use `semver` crate instead.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri': 'patch:enhance'
|
||||
---
|
||||
|
||||
On Android, update proguard rules.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
"tauri": patch:breaking
|
||||
"@tauri-apps/api": patch:breaking
|
||||
"@tauri-apps/cli": patch:breaking
|
||||
"tauri-cli": patch:breaking
|
||||
---
|
||||
|
||||
The custom protocol on Android now uses the `http` scheme instead of `https`.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": patch:breaking
|
||||
---
|
||||
|
||||
Changed `Builder::register_uri_scheme_protocol` to return a `http::Response` instead of `Result<http::Response>`. To return an error response, manually create a response with status code >= 400.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'tauri-utils': 'patch:feat'
|
||||
---
|
||||
|
||||
Add `WindowEffect::MicaDark` and `WindowEffect::MicaLight`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"tauri": major:feat
|
||||
---
|
||||
|
||||
Added the `default-tls` and `reqwest-default-tls` Cargo features for enabling TLS suppport to connect over HTTPS.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue