fix(deps): update rust crate tauri to 1.5.4 #9
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.
This PR contains the following updates:
1.2.4
->1.5.4
Release Notes
tauri-apps/tauri (tauri)
v1.5.4
: @tauri-apps/cli v1.5.4Compare Source
[1.5.4]
Dependencies
[email protected]
v1.5.3
: tauri v1.5.3Compare Source
Updating crates.io index
Cargo Audit
[1.5.3]
Enhancements
b3e53e72
(#8288) AddedAssetResolver::iter
to iterate on all embedded assets.5e05236b
(#8289) Added tracing for window startup, plugins,Window::eval
, events, IPC, updater and custom protocol request handlers behind thetracing
feature flag.Bug Fixes
2ba88563
(#8095) Fix docs.rs build forx86_64-apple-darwin
.4b6a602a
(#8234) Escape path of the updater msi to avoid crashing on installers with spaces.Dependencies
[email protected]
[email protected]
Cargo Publish
v1.5.2
: tauri v1.5.2Compare Source
Updating crates.io index
Cargo Audit
[1.5.2]
Bug Fixes
21cdbb41
(#7982) Set the correcttruncate
option onOpenOptions
so thatwrite_file
can completely overwrite existing files.Cargo Publish
v1.5.1
: @tauri-apps/api v1.5.1Compare Source
Yarn Audit
[1.5.1]
New Features
2b0212af
(#7961) AddmockConvertFileSrc
inmocks
module, to mockconvertFileSrc
function.Yarn Publish
v1.5.0
: @tauri-apps/api v1.5.0Compare Source
Yarn Audit
[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
)Yarn Publish
v1.4.1
Compare Source
v1.4.0
: @tauri-apps/api v1.4.0Compare Source
Yarn Audit
[1.4.0]
New Features
359058ce
(#5939) Addlocale
function in theos
module to get the system locale.c4d6fb4b
(#2353) Added themaximizable
,minimizable
andclosable
fields onWindowOptions
.c4d6fb4b
(#2353) Added thesetMaximizable
,setMinimizable
,setClosable
,isMaximizable
,isMinimizable
andisClosable
methods.000104bc
(#6472) AddWebviewWindow.is_focused
andWebviewWindow.getFocusedWindow
getters.v1.3.0
: tauri v1.3.0Compare Source
Updating crates.io index
Cargo Audit
[1.3.0]
additional_browser_args
option when creating a window.--profile
to cargo intauri build
causing conflict with--release
passed by the CLI.--profile
. closes #6255 (#6268) on 2023-02-18content_protected
option when creating a window andWindow::set_content_protected
to change it at runtime.Map
when used ininvoke
.Map
to object before serialization, closes #6078 (#6099) on 2023-01-19Window::on_navigation
.__TAURI_METADATA__.__windows
across all windows.UpdaterBuilder::check
returning a parsing error when204
is sent from server where it should instead return aUpToDate
error.OkWithLabel
andOkCancelWithLabels
variants to theapi::dialog::MessageDialogButtons
enum to set the text of the dialog buttons.Builder::device_event_filter
andApp::set_device_event_filter
methods.recursive
option wasfalse
.is_minimized()
window method.open
crate to v3.2 to fix an URL encoding bug on Windows.open
to 3.2 to fix a bug on Windows (#6441) on 2023-04-06mailto:
andtel:
links on the shell API.os_info
to=3.5
.time
to0.3.15
.title
getter on window.title
getter on window, closes #5023 (#5515) on 2022-12-13SystemTray::with_tooltip
andSystemTrayHandle::set_tooltip
for Windows and macOS.with_tooltip
(#5938) on 2023-01-01url()
getter.prefers-color-scheme
support.WindowBuilder
struct to recreate windows from tauri.conf.json configurations.WindowEvent::Focused
inApp::run
callback.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.