Apply Version Updates From Current Changes (v2) #7242
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-alpha.5]
New Features
e0f0dce2
(#6442) Added thewindowEffects
option when creating a window andsetWindowEffects
method to change it at runtime.Enhancements
9e3a18e0
(#7132) Expose the window target option on event APIs.6d3f3138
(#7160) Changedsep
anddelimiter
frompath
module into functions to fix import in frameworks likenext.js
4652c446
(#7144) AddtempDir
function topath
moduletauri-utils
[2.0.0-alpha.6]
New Features
e0f0dce2
(#6442) Added thewindow_effects
option to the window configuration.tauri-bundler
[2.0.0-alpha.6]
Dependencies
tauri-utils
tauri-runtime
[0.13.0-alpha.6]
New Features
e0f0dce2
(#6442) Added thewindow_effects
option when creating a window andWindow::set_effects
to change it at runtime.tauri-runtime-wry
[0.13.0-alpha.6]
New Features
e0f0dce2
(#6442) Added thewindow_effects
option when creating a window andWindow::set_effects
to change it at runtime.tauri-codegen
[2.0.0-alpha.6]
Dependencies
tauri-utils
tauri-macros
[2.0.0-alpha.6]
Dependencies
tauri-utils
tauri-build
[2.0.0-alpha.6]
Bug Fixes
3256a372
(#7016) Fixes injection of the proguard rules on the Android project.tauri
[2.0.0-alpha.10]
New Features
f2d68cf7
(#6767) Addincognito
option to the window configuration object.f2d68cf7
(#6767) AddWindowBuilder::incognito
e0f0dce2
(#6442) Added thewindow_effects
option when creating a window andWindow::set_effects
to change it at runtime.Enhancements
2d2fd6ab
(#7191) Use correct HTTP method when making requests to the proxied server on mobile.b66e7d60
(#7174) ImplementClone
forChannel
8124145d
(#7171) Fixes path commands not being added.4652c446
(#7144) Addtemp_dir
method toPathResolver
Bug Fixes
8e855765
(#6809) Fix default log path for linux and windows@tauri-apps/cli
[2.0.0-alpha.10]
New Features
7e5905ae
(#7023) Addedtauri plugin add
command to add a plugin to the Tauri project.b0f94775
(#7008) Addedmigrate
command.Enhancements
aa6c9164
(#7007) Don't build library files when building desktop targets.a28fdf7e
(#7044) Skip Rust target installation if they are already installed.735db1ce
(#7044) Add--skip-targets-install
flag fortauri android init
andtauri ios init
to skip installing needed rust targets vie rustup.Bug Fixes
1ed2600d
(#6771) Set current directory to tauri directory before reading config file.4847b87b
(#7209) Fixtauri (android|ios) (dev|build)
failing when usingnpx tauri
655c714e
(#7240) Fixes panic when exiting theios dev
command with Ctrl + C.6252380f
(#7241) ExitbeforeDevCommand
process if the android or iOSdev
command fails.tauri-cli
[2.0.0-alpha.10]
New Features
7e5905ae
(#7023) Addedtauri plugin add
command to add a plugin to the Tauri project.b0f94775
(#7008) Addedmigrate
command.Enhancements
aa6c9164
(#7007) Don't build library files when building desktop targets.a28fdf7e
(#7044) Skip Rust target installation if they are already installed.735db1ce
(#7044) Add--skip-targets-install
flag fortauri android init
andtauri ios init
to skip installing needed rust targets vie rustup.Bug Fixes
3f4c4ce8
(#7028) Fix--split-per-abi
not building any targets unless specified by--target
flag.1ed2600d
(#6771) Set current directory to tauri directory before reading config file.4847b87b
(#7209) Fixtauri (android|ios) (dev|build)
failing when usingnpx tauri
655c714e
(#7240) Fixes panic when exiting theios dev
command with Ctrl + C.6252380f
(#7241) ExitbeforeDevCommand
process if the android or iOSdev
command fails.