Apply Version Updates From Current Changes #13282
Open
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.6.0]
New Features
setAutoResize
API for webviews in@tauri-apps/api
.Monitor.workArea
field.Bug Fixes
path.join('', 'a')
incorrectly returns "/a" instead of "a".What's Changed
transformCallback
#13325 by @Legend-Master)transformCallback
now registers the callbacks insidewindow.__TAURI_INTERNALS__.callbacks
instead of directly onwindow['_{id}']
tauri-utils
[2.5.0]
New Features
Service-Woker-Allowed
HTTP header #13304 by @39zde) Adds the option to configure the HTTPService-Worker-Allowed
response header inapp > security > headers
Bug Fixes
tauri.conf.json > app > security > capabilities
not working when generating allowed commands.mainBinaryName
doesn't work when there's.
in itWhat's Changed
dynamic-acl
, this is currently enabled by default to align with the previous behaviors, you can disable it throughdefault-features = false
to reduce the final binary size by not including the ACL referencesBreaking Changes
tauri-utils
behined a flag to reduce compile timetauri-bundler
[2.5.0]
New Features
CheckIfAppIsRunning
macro inside NSIS hooks #13502 by @amrbashir) Allow usingCheckIfAppIsRunning
macro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable"
.Bug Fixes
ARCH
env var to the current build target to prevent potential issues withappimagetool
's auto-detection.mainBinaryName
doesn't work when there's.
in itDependencies
[email protected]
tauri-runtime
[2.6.1]
Dependencies
[email protected]
tauri-runtime-wry
[2.6.1]
Enhancements
Bug Fixes
app.set_theme
on main thread #13443 by @Legend-Master) FixAppHandle::set_theme
crashes or has no effect on macOS if not ran on main threadDependencies
[email protected]
[email protected]
tauri-codegen
[2.3.0]
What's Changed
dynamic-acl
, this is currently enabled by default to align with the previous behaviors, you can disable it throughdefault-features = false
to reduce the final binary size by not including the ACL referencesDependencies
[email protected]
tauri-macros
[2.2.1]
Dependencies
[email protected]
[email protected]
tauri-plugin
[2.2.1]
Dependencies
[email protected]
tauri-build
[2.2.1]
Dependencies
[email protected]
[email protected]
tauri
[2.6.0]
New Features
setAutoResize
API for webviews in@tauri-apps/api
.Monitor::work_area
gettertauri::PhysicalRect
andtauri::LogicalRect
types.Service-Woker-Allowed
HTTP header #13304 by @39zde) Adds the option to configure the HTTPService-Worker-Allowed
response header inapp > security > headers
Enhancements
Bug Fixes
format_callback::format_raw
for channels #13288 by @oscartbeaumont) Prevent the JavaScript runtime crashing when channel events fire in a webview that no longer has callbacks for the channel.path.join('', 'a')
incorrectly returns "/a" instead of "a".TrayIcon.getById
returning a new resource ID instead of reusing a previously created id fromTrayIcon.new
.Webview.proxyUrl
had no effect when used in theWebview
constructorPerformance Improvements
What's Changed
dynamic-acl
, this is currently enabled by default to align with the previous behaviors, you can disable it throughdefault-features = false
to reduce the final binary size by not including the ACL referencestransformCallback
#13325 by @Legend-Master)transformCallback
now registers the callbacks insidewindow.__TAURI_INTERNALS__.callbacks
instead of directly onwindow['_{id}']
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Breaking Changes
tauri-utils
behined a flag to reduce compile time@tauri-apps/cli
[2.6.0]
New Features
CheckIfAppIsRunning
macro inside NSIS hooks #13502 by @amrbashir) Allow usingCheckIfAppIsRunning
macro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable"
.Bug Fixes
Dependencies
[email protected]
tauri-cli
[2.6.0]
New Features
CheckIfAppIsRunning
macro inside NSIS hooks #13502 by @amrbashir) Allow usingCheckIfAppIsRunning
macro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable"
.Bug Fixes
dev
,build
andbundle
commands always take 2 seconds to startDependencies
[email protected]
[email protected]