github-actions[bot]
e81635aa3d
apply version updates ( #14079 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-25 14:25:58 +02:00
Fabian-Lars
0ac89d3b6c
chore(deps): Update cargo-mobile2 for ios 18.6 sim support ( #14078 )
2025-08-25 14:04:43 +02:00
renovate[bot]
11800a0071
chore(deps): update rust crate jsonschema to 0.33 ( #14074 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 09:25:53 +08:00
github-actions[bot]
662b39adb3
apply version updates ( #14070 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-24 11:38:07 -03:00
github-actions[bot]
8d869717da
apply version updates ( #14041 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-19 09:08:54 -03:00
Lucas Nogueira
c3252f72f6
fix(tauri): on_related_view should be behind the wry feature flag
2025-08-18 17:23:06 -03:00
github-actions[bot]
b4abb6cae8
Apply Version Updates From Current Changes ( #13887 )
...
* apply version updates
* chore: minor bump codegen, build, macros
* fix audit
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-08-18 15:50:13 -03:00
Robert
68874c68c5
feat(core): webview window focusable property, closes #11130 ( #13564 )
...
* Adds the ability to set the focused property from tauri.conf.json -- windows
* add set_focusable, pin tao
* fmt
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-08-17 11:50:17 -03:00
Sean Wang
dfadcb764b
feat: add WebView::set_cookie and WebView::delete_cookie ( #13661 )
...
* chore: patch wry
* feat: added `Webview::set_cookie` and `Webview::delete_cookie`
* chore: changes-files
* fmt
* owned cookie, re-export crate
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-08-16 23:41:16 -03:00
THELOSTSOUL
33d0b3f0c1
feat: add WebviewBuilder::on_new_window and WebviewBuilder::on_document_title_changed ( #13876 )
...
* add "new window" and "document title changed" webview handler
* take document title changed handler
* update example, add missing api, change files
* allow creating tauri window for the window.open call
* set size and position, fix linux, example
* enhance document title change
* fix windows deadlock
* wry 0.53
* update wry
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-08-16 14:49:01 -03:00
Fabian-Lars
4475e93e13
feat(bundler/cli): Add feature flag to use system certificates ( #13824 )
2025-08-12 13:30:23 +02:00
renovate[bot]
83032e273b
chore(deps): update rust crate which to v8 ( #13711 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 14:59:02 +02:00
renovate[bot]
bcc7a82a3a
chore(deps): update rust crate notify-debouncer-full to 0.6 ( #13945 )
...
* chore(deps): update rust crate notify-debouncer-full to 0.6
* Bump jsonschema
2025-08-04 10:39:34 +08:00
Tony
ee68c918a1
chore(deps): unpin serialize-to-javascript ( #13932 )
2025-07-31 17:52:51 +08:00
renovate[bot]
d7075b66bd
chore(deps): update rust crate toml to 0.9 ( #13784 )
...
* chore(deps): update rust crate toml to 0.9
* Bump toml_edit and cargo_toml
* Update tauri-winres
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-07-31 17:14:09 +08:00
Pavel Kuzmin
5ba1c3faa4
feat(menu): add icon support for Submenu in Rust and JS/TS APIs ( #13722 )
...
* feat(menu): add icon and nativeIcon support for Submenu in tauri and @tauri-apps/api
* Merge branch 'dev' into dev
* Update muda
* feat(menu): add set_icon and set_native_icon methods to set submenu icons
* feat(menu): unify icon handling by introducing MenuIcon type
* chore: sync bundle.global.js
* Make setIcon actually work
* Regenerate `bundle.global.js`
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-07-30 13:48:55 +08:00
renovate[bot]
a32a4ce3be
chore(deps): update rust crate jsonschema to 0.32 ( #13915 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-30 09:26:04 +08:00
renovate[bot]
5c8182860c
chore(deps): update rust crate jsonschema to 0.31 ( #13903 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-28 23:29:31 +08:00
github-actions[bot]
fd63f229d5
apply version updates ( #13871 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-22 12:32:14 +08:00
github-actions[bot]
ab97f36b64
apply version updates ( #13751 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-21 00:09:52 +02:00
Tony
56277e4722
chore(deps): update napi to v3 ( #13852 )
2025-07-20 23:03:51 +02:00
Lucas Fernandes Nogueira
0f248b111f
fix(cli): install iOS dependencies when needed ( #13799 )
...
currently deps are only installed on init, which might not be executed on someone's machine if the xcode project is commited to the repo. we need to ensure dependencies are installed before running them
applies https://github.com/tauri-apps/cargo-mobile2/pull/468
2025-07-10 10:17:23 -03:00
kandrelczyk
232265c70e
feat: bundle type detection at runtime via binary patching ( #13209 )
...
* patch binary with bundle type info
* only patch if the updater is included
* fix linux warnings
* patch binary when updaer is configured
* patch binary with bundle type info
only patch if the updater is included
fix linux warnings
patch binary when updaer is configured
* fix formatting
* fix license header
* fix taplo error
* move __TAURI_BUNDLE_TYPE to utils
* export get_current_bundle_type
* macos fix
* cleanup, add api
* update change file
* fix windows
* fmt, fix rust version support
* fix macos
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-07-07 12:08:00 -03:00
github-actions[bot]
0277596341
apply version updates ( #13731 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-28 17:48:13 -03:00
github-actions[bot]
4053ad1b58
apply version updates ( #13724 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-27 16:22:27 +02:00
renovate[bot]
b6de1c89c2
chore(deps): update rust crate md5 to 0.8 ( #13712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-06-26 16:29:19 +02:00
renovate[bot]
a3ae2cebbf
chore(deps): update rust crate rand to 0.9 ( #13700 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-06-26 15:47:42 +02:00
github-actions[bot]
a3f11b4f3b
apply version updates ( #13693 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-26 20:47:38 +08:00
Tony
5bbcaaec89
fix: can't set tray menus and icons in js ( #13707 )
2025-06-26 19:42:01 +08:00
renovate[bot]
3eb3162404
chore(deps): update rust crate muda to 0.17 - tray-icon to 0.21 ( #13695 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-06-26 12:31:00 +02:00
renovate[bot]
560067cd7e
chore(deps): update rust crate getrandom to 0.3 ( #13685 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-06-25 23:05:29 +02:00
Fabian-Lars
349bbfc5c7
chore(deps): update axum to 0.8 and worker to 0.6 ( #13677 )
2025-06-25 20:57:52 +02:00
github-actions[bot]
594822aa55
Apply Version Updates From Current Changes ( #13282 )
...
* apply version updates
* minor bump for build, plugin, macros and runtime
---------
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-06-24 15:50:44 -03:00
sftse
9c16eefa31
Update kuchikiki, html5ever, tao, wry, webview2-com ( #13629 )
...
* fix: dont depend on private schemars api
* tauri-cli/deps: update kuchikiki and html5ever
tauri-utils/deps: update kuchikiki and html5ever
tauri-runtime-wry/deps: update wry to match kuchikiki and html5ever versions
* fix: specify exact patch version of schemars
Without this, cargo resolves the patch version of schemars to one that
does not include the _private module on which tauri-utils v1 depends,
which is a dependency of tauri-cli. As a result of this, the build breaks.
* tauri-utils/fix: inline tauri-utils v1 config module
* deps: upgrade and pin schemars 0.8.21 to pick up crate patch in Cargo.toml
* update tao, wry
* lint, license
* lint
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-06-24 14:39:20 -03:00
renovate[bot]
0f0d6a4e02
chore(deps): update rust crate windows-sys to 0.60 (dev) ( #13616 )
...
* chore(deps): update rust crate windows-sys to 0.60
* Fix compile and update lock file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-06-16 17:58:29 +08:00
Tony
f1891540bf
refactor: simplify future in command IPC structs ( #13529 )
2025-06-04 20:32:51 +08:00
renovate[bot]
d15da3daae
chore(deps): update rust crate duct to v1 (dev) ( #13397 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-06-03 16:54:27 +02:00
renovate[bot]
650c91c114
chore(deps): update rust crate zip to v4 ( #13487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-22 09:11:50 +08:00
Tony
626165eeb4
fix: mock context without dynamic-acl feature ( #13455 )
2025-05-17 18:08:53 +08:00
Tony
1686296463
refactor: put dynamic acl to a feature ( #13418 )
...
* refactor: put dynamic acl to a feature
* Add change file
* Tweak remove_unused_commands's docs
* License header
* Document the feature
* Merge remote-tracking branch 'upstream/dev' into dynamic-acl-feature
* Use a inner non generic fn for add_capability
* Clippy and macro stability notice
* Merge remote-tracking branch 'upstream/dev' into dynamic-acl-feature
* Format
2025-05-16 22:54:23 +08:00
renovate[bot]
9687a9b4fb
chore(deps): update rust crate zip to v3 ( #13445 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-15 15:25:25 +08:00
dependabot[bot]
0e616dbbcb
chore(deps): bump ring from 0.17.8 to 0.17.14 ( #13409 )
...
Bumps [ring](https://github.com/briansmith/ring ) from 0.17.8 to 0.17.14.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md )
- [Commits](https://github.com/briansmith/ring/commits )
---
updated-dependencies:
- dependency-name: ring
dependency-version: 0.17.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-10 09:58:21 +08:00
github-actions[bot]
766bccc341
apply version updates ( #13243 )
...
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2025-04-21 05:54:30 +02:00
renovate[bot]
87fdc3b9cd
chore(deps): update rust crate jsonschema to 0.30 ( #13249 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-20 20:37:48 +08:00
renovate[bot]
30e76c7d3a
chore(deps): update rust crate brotli to v8 ( #13264 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-20 20:23:13 +08:00
github-actions[bot]
977c4b496c
apply version updates ( #13123 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-15 14:42:44 -03:00
Mateusz Kurowski
577c7ffc45
fix(webdriver): windows: make native webdriver close with parent process ( fix #8610 ) ( #10108 )
...
* fix(webdriver): windows: make native webdriver close with parent process
* add change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-04-14 17:57:44 -03:00
Lucas Fernandes Nogueira
82406c61e0
feat(cli): improve iOS simulator usage and check SDK installation ( #13231 )
...
applies https://github.com/tauri-apps/cargo-mobile2/pull/453
2025-04-14 14:57:13 -03:00
thewh1teagle
8d994f60fe
fix(bundler): sign DLLs ( #11676 )
...
* fix: sign nsis plugin DLLs
* also sign DLLs on unix
* fix build
* create copy of nsis dir
* always make a copy of nsis (so linux works, permission error otherwise)
* fix windows build
* fix
* to_path_buf
* also create wix copy
* remove unused toolset change
* fix unused var
* fmt
* fix wix build
* fix build
* fix plugin copy
* fix conflict
* fix file download
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-04-13 18:46:14 -03:00
Lucas Fernandes Nogueira
ea36294cbc
feat(core): allow changing or disabling the input accessory view on iOS ( #13208 )
...
* feat(core): allow changing or disabling the input accessory view on iOS
needs https://github.com/tauri-apps/wry/pull/1544
* remove unused code
* fix imports
* lint
* fix features
* wry 0.51.2
2025-04-12 21:10:07 -03:00