Apply Version Updates From Current Changes #10953
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-utils
[2.0.0-rc.11]
New Features
mainBinaryName
option #10977 by @amrbashir) AddmainBinaryName
config option to set the file name for the main binary.tauri-bundler
[2.0.1-rc.11]
New Features
TAURI_BUNDLER_TOOLS_GITHUB_MIRROR
to specify a GitHub mirror #10866 by @thep0y) AddTAURI_BUNDLER_TOOLS_GITHUB_MIRROR
environment variable to specify a GitHub mirror to download files and tools used by tauri bundler. This is designed for areas like Mainland China where GitHub access can be unreliable.mainBinaryName
option #10977 by @amrbashir) AddmainBinaryName
config option to set the file name for the main binary.Enhancements
identifier
instead of generating random one each build.Bug Fixes
productName
config for theFileDescription
property instead ofshortDescription
.UpgradeCode
for MSI #10967 by @amrbashir) Fix generatedUpgradeCode
for MSI not matching MSI installers created with tauri-bundler@v1.Dependencies
[email protected]
Breaking Changes
mainBinaryName
option #10977 by @amrbashir) Changed changelog file location indeb
tousr/share/doc/<product_name>/changelog.gz
instead ofusr/share/doc/<main_binary_name>/changelog.gz
. For tauri v1 users, the path is unchanged asproduct_name
andmain_binary_name
used the same value.mainBinaryName
option #10977 by @amrbashir) Changed resources directory location indeb
andrpm
to/usr/lib/<product_name>
instead of/usr/lib/<main_binary_name>
. For tauri v1 users, the path is unchanged asproduct_name
andmain_binary_name
used the same value.tauri-runtime
[2.0.0-rc.11]
Dependencies
[email protected]
tauri-runtime-wry
[2.0.0-rc.11]
Dependencies
[email protected]
[email protected]
tauri-codegen
[2.0.0-rc.11]
Dependencies
[email protected]
tauri-macros
[2.0.0-rc.10]
Dependencies
[email protected]
[email protected]
tauri-plugin
[2.0.0-rc.11]
Dependencies
[email protected]
tauri-build
[2.0.0-rc.11]
Bug Fixes
productName
config for theFileDescription
property instead ofshortDescription
.Dependencies
[email protected]
[email protected]
tauri
[2.0.0-rc.12]
New Features
mainBinaryName
option #10977 by @amrbashir) AddmainBinaryName
config option to set the file name for the main binary.Enhancements
process::restart
function.Bug Fixes
core:default
schema generation #10971 by @amrbashir) Fix schema generation forcore:default
set.requestPermissions
not resolving on Android.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Breaking Changes
PermissionState::Unknown
toPermissionState::Prompt
.@tauri-apps/cli
[2.0.0-rc.14]
Enhancements
log
plugin to the app template, which is required to visualize logs on Android and iOS.-vv
is provided to theios dev
command.Dependencies
[email protected]
tauri-cli
[2.0.0-rc.13]
New Features
TAURI_BUNDLER_TOOLS_GITHUB_MIRROR
to specify a GitHub mirror #10866 by @thep0y) AddTAURI_BUNDLER_TOOLS_GITHUB_MIRROR
environment variable to specify a GitHub mirror to download files and tools used by tauri bundler. This is designed for areas like Mainland China where GitHub access can be unreliable.mainBinaryName
option #10977 by @amrbashir) AddmainBinaryName
config option to set the file name for the main binary.Enhancements
log
plugin to the app template, which is required to visualize logs on Android and iOS.-vv
is provided to theios dev
command.Dependencies
[email protected]
[email protected]