Apply Version Updates From Current Changes #10166
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.0.0-beta.14]
New Features
defaultWindowIcon
toapp
module #9979) AdddefaultWindowIcon
to the JSapp
module to retrieve the default window icon in JS.Bug Fixes
mocks
module in@tauri-apps/api
npm package.tauri-utils
[2.0.0-beta.18]
New Features
bundle > homepage
option #9977) Addbundle > homepage
option, if unset, it will fallback tohomepage
defined inCargo.toml
.include_image
macro #9959) Addinclude_image
macro to help embedding instances ofImage
struct at compile-time in rust to be used with window, menu or tray icons.bundle > nsis > compression: "none"
bundle > nsis > startMenuFolder
option to customize start menu folder for NSIS installerEnhancements
permissions
array with unique itemsBreaking Changes
NsisSettings::compression
field fromOption<NsisCompression>
to justNsisCompression
bundle > targets
to a separate fieldbundle > createUpdaterArtifacts
NsisConfig::compression
field fromOption<NsisCompression>
to justNsisCompression
tauri-bundler
[2.0.1-beta.17]
New Features
bundle > homepage
option #9977) Addbundle > homepage
option, if unset, it will fallback tohomepage
defined inCargo.toml
.bundle > nsis > compression: "none"
bundle > nsis > startMenuFolder
option to customize start menu folder for NSIS installerEnhancements
AUTOLAUNCHAPP
andLAUNCHAPPARGS
public properties #10117) Added a public property to the msi to tell the installer to launch the app after installation. This was added for the updater plugin.Bug Fixes
productName
forrpm
package name instead of main binary name, to be consistent with other bundle types.${If}
check to clean up deep link on uninstall #10103) Fix NSIS uninstaller failing to clean up deep linksperMachine
install modeDependencies
[email protected]
dirs_next
todirs
asdirs_next
is now unmaintained whiledirs
isBreaking Changes
%AppData%\Microsoft\Windows\Start Menu\Programs
without an additional folder. You can get the old behavior by settingbundle > nsis > startMenuFolder
to the same value as yourproductName
bundle > targets
to a separate fieldbundle > createUpdaterArtifacts
tauri-runtime
[2.0.0-beta.19]
Dependencies
[email protected]
windows
crate to version0.57
andwebview2-com
crate to version0.31
tauri-runtime-wry
[2.0.0-beta.19]
Bug Fixes
f29b788 (fix(core/wry): implement resizing natively on Windows #9862) On Windows, handle resizing undecorated windows natively which improves performance and fixes a couple of annoyances with previous JS implementation:
data-tauri-drag-region
element exists there.What's Changed
tauri.conf.json
to ensure the app uniqueness.Dependencies
[email protected]
[email protected]
windows
crate to version0.57
andwebview2-com
crate to version0.31
tauri-codegen
[2.0.0-beta.18]
New Features
include_image
macro #9959) Addinclude_image_codegen
function to help embedding instances ofImage
struct at compile-time in rust to be used with window, menu or tray icons.Bug Fixes
Dependencies
[email protected]
tauri-macros
[2.0.0-beta.18]
New Features
include_image
macro #9959) Addinclude_image
macro to help embedding instances ofImage
struct at compile-time in rust to be used with window, menu or tray icons.Dependencies
[email protected]
[email protected]
tauri-plugin
[2.0.0-beta.18]
Dependencies
[email protected]
tauri-build
[2.0.0-beta.18]
Enhancements
Dependencies
[email protected]
[email protected]
dirs_next
todirs
asdirs_next
is now unmaintained whiledirs
istauri
[2.0.0-beta.23]
New Features
defaultWindowIcon
toapp
module #9979) AdddefaultWindowIcon
to the JSapp
module to retrieve the default window icon in JS.include_image
macro #9959) Addinclude_image
macro to help embedding instances ofImage
struct at compile-time in rust to be used with window, menu or tray icons.WebviewWinowBuilder::on_download
#9922) AddWebviewWindowBuilder::on_download
.Enhancements
tray:default
andmenu:default
include all tray and menu permissionsBug Fixes
e93ca1d (fix(core): fix
InvokeBody::Raw
deserialization #10138) FixInvokeBody::deserialize
method deserialization forInvokeBody::Raw
variante6e17ad (fix(core): add std feature to raw-window-handle #9954) Add
std
feature toraw-window-handle
crate so that usingdefault-features = false
ontauri
crate can workf29b788 (fix(core/wry): implement resizing natively on Windows #9862) On Windows, handle resizing undecorated windows natively which improves performance and fixes a couple of annoyances with previous JS implementation:
data-tauri-drag-region
element exists there.What's Changed
tauri.conf.json
to ensure the app uniqueness.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
dirs_next
todirs
asdirs_next
is now unmaintained whiledirs
iswindows
crate to version0.57
andwebview2-com
crate to version0.31
Breaking Changes
Webview::navigate
to return result #10134) ChangedWebviewWindow::navigate
andWebview::navigate
method signature to return aResult
@tauri-apps/cli
[2.0.0-beta.21]
New Features
Enhancements
permissions/default.toml
and default capabilities file for the example application.Bug Fixes
clipboard
andglobalShortcut
plugins #9931) Fix wrong migration ofclipboard
andglobalShortcut
modules--profile=<profile>
syntax #10135) Fix parsing of cargo profile when using--profile=<profile>
syntax.tauri icon
from rendering<text>
nodes in SVG files.libayatana-appindicator3.so.1
for rpm package.(https://developer.apple.com/design/human-interface-guidelines/app-icons), because
transparent icons with alpha channel are not allowed, and will be rejected
upon upload to Apple appstore.
What's Changed
Dependencies
[email protected]
dirs_next
todirs
asdirs_next
is now unmaintained whiledirs
isBreaking Changes
bundle > targets
to a separate fieldbundle > createUpdaterArtifacts
tauri-cli
[2.0.0-beta.21]
New Features
Enhancements
permissions/default.toml
and default capabilities file for the example application.Bug Fixes
clipboard
andglobalShortcut
plugins #9931) Fix wrong migration ofclipboard
andglobalShortcut
modules--profile=<profile>
syntax #10135) Fix parsing of cargo profile when using--profile=<profile>
syntax.tauri icon
from rendering<text>
nodes in SVG files.libayatana-appindicator3.so.1
for rpm package.(https://developer.apple.com/design/human-interface-guidelines/app-icons), because
transparent icons with alpha channel are not allowed, and will be rejected
upon upload to Apple appstore.
What's Changed
Dependencies
[email protected]
[email protected]
dirs_next
todirs
asdirs_next
is now unmaintained whiledirs
isBreaking Changes
bundle > targets
to a separate fieldbundle > createUpdaterArtifacts