-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply Version Updates From Current Changes #11659
Conversation
76762a6
to
0546b29
Compare
2e3b11a
to
5916fe6
Compare
be5a206
to
7932bf9
Compare
70b4fc0
to
14a7348
Compare
ebc4e0d
to
f3813e8
Compare
plan is to merge this on thursday some time around noon |
7371bb5
to
99d468a
Compare
If possible, please consider this PR; the focus event issue prevents many functions from working on the Windows platform. |
I plan to release patch updates faster again after this release like i do in tauri-action and plugins-workspace so that could be released straight after. Since i'm waiting for another PR though i may as well check it out. |
00f24fa
to
75f4ff6
Compare
75f4ff6
to
9247801
Compare
Package Changes Through 9247801No changes. Add a change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
let's see what breaks :) |
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
[email protected]
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
[email protected]
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
[email protected]
[email protected]
tauri-codegen
[2.0.4]
Dependencies
[email protected]
tauri-macros
[2.0.4]
Dependencies
[email protected]
[email protected]
tauri-plugin
[2.0.4]
Dependencies
[email protected]
tauri-build
[2.0.4]
Dependencies
[email protected]
[email protected]
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
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
@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
[email protected]
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
[email protected]
[email protected]