Apply Version Updates From Current Changes #14137
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
@tauri-apps/api
[2.9.0]
New Features
scrollBarStyle
option to the Webview and WebviewBuilder constructors.app > onBackButtonPress
for Android back button handling.Enhancements
tauri.conf.json
.Bug Fixes
core > addPluginListener
failing on command permission check.tauri-utils
[2.8.0]
New Features
scrollBarStyle
option to the window configuration.tauri.conf.json > bundle > android > autoIncrementVersionCode
config option to automatically increment the Android version code.FileAssociation::exported_type
andFileAssociation::content_types
for better support to defining custom types on macOS.bundle > macOS > infoPlist
andbundle > iOS > infoPlist
configurations to allow defining custom Info.plist extensions.html::normalize_script_for_csp
.plugins > deep-link > desktop > domains
configuration.Enhancements
tauri.conf.json
.tauri-bundler
[2.7.0]
New Features
--no-sign
flag to thetauri build
andtauri bundle
commands to skip the code signing step, improving the developer experience for local testing and development without requiring code signing keys.plist::Value
as macOS entitlements.Enhancements
Bug Fixes
APPIMAGE_EXTRACT_AND_RUN
on top of using the--appimage-extra-and-run
cli arg for linuxdeploy.Dependencies
[email protected]
Breaking Changes
MacOsSettings::info_plist_path
toMacOsSettings::info_plist
.tauri-runtime
[2.9.0]
New Features
scroll_bar_style
option to the Webview and WebviewWindow builders.The possible values for this option are gated behind conditional compilation
flags, and will need to be applied using conditional compilation if customised.
Dependencies
[email protected]
tauri-runtime-wry
[2.9.0]
New Features
scroll_bar_style
option to the Webview and WebviewWindow builders.The possible values for this option are gated behind conditional compilation
flags, and will need to be applied using conditional compilation if customised.
Bug Fixes
Dependencies
[email protected]
[email protected]
tauri-codegen
[2.5.0]
Bug Fixes
Dependencies
[email protected]
[email protected]
tauri-macros
[2.5.0]
Bug Fixes
Dependencies
[email protected]
[email protected]
[email protected]
tauri-plugin
[2.5.0]
Dependencies
[email protected]
[email protected]
tauri-build
[2.5.0]
New Features
tauri.conf.json > bundle > android > autoIncrementVersionCode
config option to automatically increment the Android version code.Dependencies
[email protected]
[email protected]
tauri
[2.9.0]
New Features
scroll_bar_style
option to the Webview and WebviewWindow builders.The possible values for this option are gated behind conditional compilation
flags, and will need to be applied using conditional compilation if customised.
onStop
,onDestroy
,onRestart
,onConfigurationChanged
Android plugin hooks.completionHandler:
) in PluginManager #14148) Support async Swift plugin methods (completionHandler:
) in PluginManagerBug Fixes
is
, closes #14254 #14260) Properly deserialize Android plugin args with key starting withis
(previously treated as a getter instead of a field name).Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
@tauri-apps/cli
[2.9.0]
New Features
tauri.conf.json > bundle > android > autoIncrementVersionCode
config option to automatically increment the Android version code.tauri.conf.json > bundle > fileAssociations > exportedType
via theUTExportedTypeDeclarations
Info.plist property.bundle > macOS > infoPlist
andbundle > iOS > infoPlist
configurations to allow defining custom Info.plist extensions.ios run
andandroid run
commands to run the app in production mode.plugins > deep-link > desktop > domains
configuration.Enhancements
info
#14262) Check mismatched versions intauri info
tauri add log
.Bug Fixes
tauri info
#14261) Replaced the non-standard nerd font character withⱼₛ
intarui info
tauri dev --no-watch
.tauri.conf.json > build > devUrl
host is0.0.0.0
.pnpx
orpnpm dlx
.Dependencies
[email protected]
tauri-cli
[2.9.0]
New Features
scrollBarStyle
option to the window configuration.--no-sign
flag to thetauri build
andtauri bundle
commands to skip the code signing step, improving the developer experience for local testing and development without requiring code signing keys.tauri.conf.json > bundle > android > autoIncrementVersionCode
config option to automatically increment the Android version code.tauri.conf.json > bundle > fileAssociations > exportedType
via theUTExportedTypeDeclarations
Info.plist property.bundle > macOS > infoPlist
andbundle > iOS > infoPlist
configurations to allow defining custom Info.plist extensions.ios run
andandroid run
commands to run the app in production mode.plugins > deep-link > desktop > domains
configuration.Enhancements
info
#14262) Check mismatched versions intauri info
tauri add log
.Bug Fixes
tauri info
#14261) Replaced the non-standard nerd font character withⱼₛ
intarui info
tauri dev --no-watch
.tauri.conf.json > build > devUrl
host is0.0.0.0
.pnpx
orpnpm dlx
.Dependencies
[email protected]
[email protected]