tauri
tauri copied to clipboard
Apply Version Updates From Current Changes
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
api
[1.1.0]
- Improve shell's
Command,Command.stdoutandCommand.stderrevents with newonce,off,listenerCount,prependListener,prependOnceListenerandremoveAllListenersfunctions. - Fix error when
invoke()arguments contained acmdfield. - Added the
encodingoption to theCommandoptions.
tauri-utils
[1.1.0]
- Allow adding
build > beforeBundleCommandin tauri.conf.json to run a shell command before the bundling phase. - Change
before_dev_commandandbefore_build_commandconfig value to allow configuring the current working directory. - Allow configuring the
before_dev_commandto force the CLI to wait for the command to finish before proceeding. - Added support to configuration files in TOML format (Tauri.toml file).
- Refactored the
config::parsemodule.
tauri-bundler
[1.0.6]
- Avoid re-downloading AppImage build tools on every build.
- Add
fips_compliantconfiguration option for WiX.
tauri-runtime
[0.11.0]
- Added APIs to create a system tray at runtime.
tauri-runtime-wry
[0.11.0]
- Implement theme APIs for Linux.
- Changed
windowsmap to be stored in aRefCellinstead of aMutex. - Added APIs to create a system tray at runtime.
tauri-codegen
[1.1.0]
- Added support to configuration files in TOML format (Tauri.toml file).
- Improve tray icon read error message.
- Fix relative paths in
versionfield oftauri.config.jsonnot being correctly parsed bygenerate_context!(). - Only rewrite temporary icon files when the content change, avoid needless rebuilds.
tauri-macros
[1.1.0]
- Added support to configuration files in TOML format (Tauri.toml file).
tauri-build
[1.1.0]
- Create the
desktopandmobilecfg aliases. - Added support to configuration files in TOML format (Tauri.toml file).
- Enhance the dialog style on Windows via the manifest dependency
Microsoft.Windows.Common-Controls v6.0.0.0. - Fix root of codegen output when using the
CodegenContextAPI. - Return an error if a sidecar is configured with the same file name as the application.
- Only rewrite temporary icon files when the content change, avoid needless rebuilds.
tauri
[1.1.0]
- Implement
api::http::ClientBuilder::max_redirectionsfor the default attohttpc client. - Implement
From<api::process::Command> for std::process::Command. - Added support to configuration files in TOML format (Tauri.toml file).
- Enhance
SystemTray::with_iconto accepttauri::Icon. - Fixes CLI parser ignoring inner subcommands.
- Fix typo in invalid state access panic message.
- Fixes updater breaking the app icon in Finder.
- Fix error when
invoke()arguments contained acmdfield. - Implement theme APIs for Linux.
- Implement
raw_window_handle::HasRawDisplayHandleforAppandAppHandle - Retain command line arguments in
api::process::restart. - Added APIs to create a system tray at runtime.
- Add
api::Command::encodingmethod to set the stdout/stderr encoding. - Do not follow redirects when
api::http::ClientBuilder::max_redirectionsis0. - Added the
SystemTrayHandle::destroymethod. - Added
native-tls-vendoredandreqwest-native-tls-vendoredCargo features to compile and statically link to a vendored copy of OpenSSL on Linux.
cli.js
[1.1.0]
- Allow adding
build > beforeBundleCommandin tauri.conf.json to run a shell command before the bundling phase. - Change
before_dev_commandandbefore_build_commandconfig value to allow configuring the current working directory. - Allow configuring the
before_dev_commandto force the CLI to wait for the command to finish before proceeding. - Prompt for
beforeDevCommandandbeforeBuildCommandintauri init. - Added support to configuration files in TOML format (Tauri.toml file).
- Automatically use any
.taurignorefile as ignore rules for dev watcher and app path finder. - Enable WiX FIPS compliance when the
TAURI_FIPS_COMPLIANTenvironment variable is set totrue. - Fixes dev watcher incorrectly exiting the CLI when sequential file updates are detected.
- Add
libcfield to Node packages. - Set the
MACOSX_DEPLOYMENT_TARGETenvironment variable with the configurationminimum_system_versionvalue. - Added
--no-watchargument to thedevcommand to disable the file watcher. - Validate updater signature matches configured public key.
cli.rs
[1.1.0]
- Allow adding
build > beforeBundleCommandin tauri.conf.json to run a shell command before the bundling phase. - Change
before_dev_commandandbefore_build_commandconfig value to allow configuring the current working directory. - Allow configuring the
before_dev_commandto force the CLI to wait for the command to finish before proceeding. - Add support to cargo-binstall.
- Prompt for
beforeDevCommandandbeforeBuildCommandintauri init. - Added support to configuration files in TOML format (Tauri.toml file).
- Automatically use any
.taurignorefile as ignore rules for dev watcher and app path finder. - Enable WiX FIPS compliance when the
TAURI_FIPS_COMPLIANTenvironment variable is set totrue. - Fixes dev watcher incorrectly exiting the CLI when sequential file updates are detected.
- Set the
MACOSX_DEPLOYMENT_TARGETenvironment variable with the configurationminimum_system_versionvalue. - Added
--no-watchargument to thedevcommand to disable the file watcher. - Validate updater signature matches configured public key.