Apply Version Updates From Current Changes (v1) #7261
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
[1.5.0]
New Features
6c408b73
(#7269) Add option to specify notification sound.Enhancements
58d6b899
(#7636) Addappend
option toFsOptions
in thefs
JS module, used inwriteTextFile
andwriteBinaryFile
, to be able to append to existing files instead of overwriting it.Bug Fixes
2eab1505
(#7394) FixBody.form
static not reading and sending entries of typeBlob
(including subclasses such asFile
)tauri-utils
[1.5.0]
New Features
4dd4893d
(#5950) Allow specifying resources as a map specifying source and target paths.Enhancements
9aa34ada
(#7645) Add setting to switch tohttp://<scheme>.localhost/
for custom protocols on Windows.Bug Fixes
a6b52e44
(#6519) Fixio::read_line
not including the new line character\n
.Security fixes
eeff1784
(#7367) Changed HTML implementation from unmaintainedkuchiki
tokuchikiki
.tauri-bundler
[1.4.0]
New Features
4dd4893d
(#5950) Allow using a resource map instead of a simple array inBundleSettings::resources_map
.Enhancements
764968ab
(#7398) Sign NSIS uninstaller as well.2f8881c0
(#7775) Read theAPPLE_TEAM_ID
environment variable for macOS notarization arguments.cb1d4164
(#7487) On Windows, code sign the application binaries before trying to create the WiX and NSIS bundles to always sign the executables even if no bundle types are enabled.On Windows, code sign the sidecar binaries if they are not signed already.
57f73f1b
(#7486) On Windows, NSIS installer will write webview2 installer file to the well-known temp dir instead of the install dir, so we don't pollute the install dir.a7777ff4
(#7626) Added Bulgarian language support to the NSIS bundler.e3bfb014
(#7776) Addcompression
configuration option undertauri > bundle > windows > nsis
.Bug Fixes
46df2c9b
(#7360) Fix bundler skipping updater artifacts ifupdater
target shows before other updater-enabled targets in the list, see #7349.2d35f937
(#7481) Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified.dcdbe3eb
(#7774) Remove extended attributes on the macOS app bundle usingxattr -cr $PATH
.dcdbe3eb
(#7774) Code sign sidecars and frameworks on macOS.eba8e131
(#7386) On Windows, fix installation packages not showing correct copyright information.32218a6f
(#7326) On Windows, fix NSIS installer identifying a previous NSIS-installed app as WiX-installed app and then fails to uninstall it.ca977f4b
(#7591) On Windows, Fix NSIS uninstaller deleting the wrong application data if the delete the application data checkbox is checked.0ae53f41
(#7361) On Windows, fix NSIS installer showing an error dialog even when the previous version was uninstalled sucessfully.09f7f57e
(#7711) On Windows, fix NSIS installer trying to kill itself if the installer file name and the appproductName
are the same.6e36ebbf
(#7342) On Windows, fix NSIS uninstaller failing to remove Start Menu shortcut ifperMachine
mode is used.Dependencies
[email protected]
a2be88a2
(#7405) Removed thebitness
dependency to speed up compile time.Breaking Changes
964d81ff
(#7616) The macOS notarization now usesnotarytool
asaltool
will be discontinued on November 2023. When authenticating with an API key, the key.p8
file path must be provided in theAPPLE_API_KEY_PATH
environment variable. To prevent a breaking change, we will try to find the key path in thealtool
default search paths.tauri-runtime
[0.14.1]
Enhancements
9aa34ada
(#7645) Add setting to switch tohttp://<scheme>.localhost/
for custom protocols on Windows.Dependencies
[email protected]
tauri-runtime-wry
[0.14.1]
Enhancements
9aa34ada
(#7645) Add setting to switch tohttp://<scheme>.localhost/
for custom protocols on Windows.Bug Fixes
4bf1e85e
(#7722) Properly respect thefocused
option when creating the webview.Dependencies
[email protected]
[email protected]
tauri-codegen
[1.4.1]
Dependencies
[email protected]
tauri-macros
[1.4.1]
Dependencies
[email protected]
[email protected]
tauri-build
[1.4.1]
Bug Fixes
5ecb46b3
(#7773) Automatically set rpath on macOS if frameworks are bundled and copy frameworks tosrc-tauri/target/Frameworks
for usage in development.290e366a
(#7419) Correctly copy the WebView2 runtime in development whenwebviewInstallMode
is used instead ofwebviewFixedRuntimePath
.Dependencies
[email protected]
[email protected]
tauri
[1.5.0]
New Features
eeb6be54
(#7512) Addtauri::Manager::emit_filter
and only serialize once when emitting to multiple windows.6c408b73
(#7269) Add option to specify notification sound.fdaee9a5
(#7350) Addtauri::plugin::Builder::register_uri_scheme_protocol
10e362d0
(#7432) AddedUpdateBuilder::endpoints
to add request endpoints at runtime.10e362d0
(#7432) AddedUpdateResponse::header
andUpdateResponse::remove_header
to modify the update download request headers.Enhancements
757e959e
(#7344) Open links externally when<base target="_blank" />
existsc9827338
(#7416) EnhancereadDir
API error with path information.58d6b899
(#7636) Addappend
option toFsOptions
in thefs
JS module, used inwriteTextFile
andwriteBinaryFile
, to be able to append to existing files instead of overwriting it.9aa34ada
(#7645) Add setting to switch tohttp://<scheme>.localhost/
for custom protocols on Windows.Bug Fixes
4bf1e85e
(#7722) Properly respect thefocused
option when creating the webview.0797a002
(#7746) On macOS, fixed tapping on custom title bar doesn't maximize the window.1a3dcdb8
(#7185) On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater.fa7f9b77
(#7341) Fix updater not following endpoint redirects.6fbd6dba
(#17) Fix the validation ofstd::env::current_exe
warn the user if AppImage is not mounted instead of panickingDependencies
[email protected]
[email protected]
[email protected]
[email protected]
@tauri-apps/cli
[1.5.0]
New Features
e1526626
(#7723) Support Bun package manager in CLIEnhancements
13279917
(#7713) Add version of Rust Tauri CLI installed with Cargo totauri info
command.Bug Fixes
dad4f54e
(#7277) Removed the automatic version check of the CLI that ran aftertauri
commands which caused various issues.Dependencies
[email protected]
tauri-cli
[1.5.0]
New Features
e1526626
(#7723) Support Bun package manager in CLIEnhancements
13279917
(#7713) Add version of Rust Tauri CLI installed with Cargo totauri info
command.Bug Fixes
dad4f54e
(#7277) Removed the automatic version check of the CLI that ran aftertauri
commands which caused various issues.Dependencies
[email protected]
[email protected]
tauri-driver
[0.1.3]
What's Changed
9edebbba
(#7475) Update locked dependencies to fix a Windows build issue when using them with a recent Rust compiler.9edebbba
(#7475) Bump minimum Rust version to1.60
to be in line with the rest of the Tauri project.