Apply Version Updates From Current Changes #11659
Merged
+254
−240
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.2.0]
New Features
020ea05 (feat: Implement Badging API #11661 by @ahqsoftwares) Add badging APIs:
Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.fc30b20 (feat(api/tray): add
TrayIcon.setShowMenuOnLeftClick
method #11726 by @amrbashir) AddTrayIcon.setShowMenuOnLeftClick
method and deprecateTrayIcon.setMenuOnLeftClick
to match the Rust API.fc30b20 (feat(api/tray): add
TrayIcon.setShowMenuOnLeftClick
method #11726 by @amrbashir) AddTrayIconOptions.showMenuOnLeftClick
field and deprecateTrayIconOptions.menuOnLeftClick
to match the Rust API.Enhancements
TrayIcon.setShowMenuOnLeftClick
method #11726 by @amrbashir) Add support forTrayIconOptions.menuOnLeftClick
option andTrayIcon.setMenuOnLeftClick
on Windows.Bug Fixes
Channel
never callsonmessage
in some casesPredefinedMenuItem.new
to create anAbout
menu item that uses anImage
instance for the about icon.IconMenuItem.new
using anImage
instance for the icon.mockIPC
which prevented its proper use in tests using TypeScript.isAbsolute
would returnCommand not found
.tauri-utils
[2.1.1]
Bug Fixes
config-json5
is enabled #11658 by @Legend-Master) Fix.json5
capability files not recognized even withconfig-json5
feature enabledtauri-bundler
[2.2.0]
New Features
.deb
packages whencreateUpdaterArtifacts
option is enabled.Enhancements
Portuguese
language for NSIS windows installer.CI
for just the dmg bundler #11799 by @FabianLars) The bundler now reads theTAURI_BUNDLER_DMG_IGNORE_CI
env var to decide whether to check forCI: true
when building DMG files.Dependencies
tauri-utils@2.1.1
tauri-runtime
[2.3.0]
New Features
18bd639 (feat(macos): Add
with_data_store_identifier
toWebviewBuilder
#11798 by @lars-berger) AddWebviewWindowBuilder/WebviewBuilder::data_store_identifier
on macOS.dc4d794 (feat(windows, linux): Add
with_extension_path
toWebviewBuilder
#11628 by @SpikeHD) AddWebviewWindowBuilder/WebviewBuilder::extensions_path
on Linux and Windows.020ea05 (feat: Implement Badging API #11661 by @ahqsoftwares) Add badging APIs:
Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.Dependencies
tauri-utils@2.1.1
tauri-runtime-wry
[2.3.0]
New Features
18bd639 (feat(macos): Add
with_data_store_identifier
toWebviewBuilder
#11798 by @lars-berger) AddWebviewWindowBuilder/WebviewBuilder::data_store_identifier
on macOS.dc4d794 (feat(windows, linux): Add
with_extension_path
toWebviewBuilder
#11628 by @SpikeHD) AddWebviewWindowBuilder/WebviewBuilder::extensions_path
on Linux and Windows.020ea05 (feat: Implement Badging API #11661 by @ahqsoftwares) Add badging APIs:
Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.Dependencies
tauri-runtime@2.3.0
tauri-utils@2.1.1
tauri-codegen
[2.0.4]
Dependencies
tauri-utils@2.1.1
tauri-macros
[2.0.4]
Dependencies
tauri-utils@2.1.1
tauri-codegen@2.0.4
tauri-plugin
[2.0.4]
Dependencies
tauri-utils@2.1.1
tauri-build
[2.0.4]
Dependencies
tauri-utils@2.1.1
tauri-codegen@2.0.4
tauri
[2.2.0]
New Features
f884bae (feat: add
tauri::Builder::on_tray_icon_event
#11742 by @amrbashir) Addtauri::Builder::on_tray_icon_event
handler.5188c0f (feat(core): Add
Scope::is_forbidden
#11767 by @FabianLars) AddedScope::is_forbidden
to check if a path was explicitly forbidden.18bd639 (feat(macos): Add
with_data_store_identifier
toWebviewBuilder
#11798 by @lars-berger) AddWebviewWindowBuilder/WebviewBuilder::data_store_identifier
on macOS.dc4d794 (feat(windows, linux): Add
with_extension_path
toWebviewBuilder
#11628 by @SpikeHD) AddWebviewWindowBuilder/WebviewBuilder::extensions_path
on Linux and Windows.020ea05 (feat: Implement Badging API #11661 by @ahqsoftwares) Add badging APIs:
Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.fc30b20 (feat(api/tray): add
TrayIcon.setShowMenuOnLeftClick
method #11726 by @amrbashir) AddTrayIconBuilder::show_menu_on_left_click
method and deprecateTrayIconBuilder::menu_on_left_click
for consistent naming and clarity.Enhancements
TrayIconBuilder::menu_on_left_click
andTrayIcon::set_show_menu_on_left_click
on Windows.webview2-com
to0.34
. This may be a breaking change if you use thewith_webview
method.Bug Fixes
Manager::add_capability
).config-json5
is enabled #11658 by @Legend-Master) Fix.json5
capability files not recognized even withconfig-json5
feature enabledspecta-util
dependency not found error when usingspecta
featureDependencies
tauri-runtime@2.3.0
tauri-runtime-wry@2.3.0
tauri-utils@2.1.1
tauri-macros@2.0.4
tauri-build@2.0.4
@tauri-apps/cli
[2.2.0]
New Features
.deb
packages whencreateUpdaterArtifacts
option is enabled.tauri info
#11653 by @amrbashir) Include Linux destkop environment and session type intauri info
command.Enhancements
Portuguese
language for NSIS windows installer.Bug Fixes
tauri remove
from removing object type ({}
) permissions.Cargo.toml
of plugin template #11914 by @wtto00) Fix the exclude path in fileCargo.toml
of plugin template generated by cli. Path changed in chore(cli/plugin): update plugin template #9346Dependencies
tauri-cli@2.2.0
tauri-cli
[2.2.0]
New Features
.deb
packages whencreateUpdaterArtifacts
option is enabled.tauri info
#11653 by @amrbashir) Include Linux destkop environment and session type intauri info
command.Enhancements
Portuguese
language for NSIS windows installer.Bug Fixes
tauri remove
from removing object type ({}
) permissions.Cargo.toml
of plugin template #11914 by @wtto00) Fix the exclude path in fileCargo.toml
of plugin template generated by cli. Path changed in chore(cli/plugin): update plugin template #9346Dependencies
tauri-bundler@2.2.0
tauri-utils@2.1.1