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
6a4ea10274
fix(worker): add workaround to fix build on rust 1.87
2025-06-25 22:19:47 +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
Fabian-Lars
32a84650c0
ci: disable renovate for 1.x branch ( #13673 )
2025-06-25 17:36:07 +02:00
Tony
b19f16aba1
ci: enable create-pull-request sign commits ( #13668 )
2025-06-25 15:50:45 +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 >
@tauri-apps/api-v2.6.0
tauri-runtime-v2.7.0
tauri-codegen-v2.3.0
tauri-runtime-wry-v2.7.0
tauri-build-v2.3.0
tauri-v2.6.0
tauri-utils-v2.5.0
tauri-cli-v2.6.0
tauri-plugin-v2.3.0
tauri-bundler-v2.5.0
tauri-macros-v2.3.0
@tauri-apps/cli-v2.6.0
2025-06-24 15:50:44 -03:00
Lucas Nogueira
e4aa35e083
fix(cli): init tests
2025-06-24 15:02:22 -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
Lucas Fernandes Nogueira
3242e1c946
feat(cli): allow passing Cargo commands to mobile dev/build commands ( #13659 )
...
* feat(cli): allow passing Cargo commands to mobile dev/build commands
* fmt
2025-06-23 14:47:21 -03:00
Lucas Fernandes Nogueira
4a880ca697
feat(cli): synchronize productName changes with iOS Xcode project ( #13658 )
...
* feat(cli): synchronize productName changes with iOS Xcode project
* fmt
2025-06-23 14:47:10 -03:00
Lucas Fernandes Nogueira
d1ce9af628
feat(cli): add --config arg to the mobile init cmds, closes #13284 ( #13660 )
2025-06-23 12:55:07 -03:00
Lucas Fernandes Nogueira
ec6065fa4a
fix(cli): use original identifier to fix mobile options reading ( #13625 )
...
* fix(cli): read original identifier to fix mobile options reading
the iOS and Android CLI commands leverage an android_studio_script/xcode_script that is executed by the native IDE or build tool. This script reads the Tauri configuration to find the app identifier used to communicate with the parent Tauri CLI process to read CLI options.
The communication is broken when the `--config` arg is used, since the IDE script does not have access to that value before reaching the parent process, which is impossible without knowing the actual identifier used.
To bypass this we'll agree on using the original identifier. This obviously won't work if the original tauri.conf.json do not have an identifier, so we error out in this case
* fix build, lint
2025-06-23 09:29:46 -03:00
Tony
18b5299952
docs: where does resource dir resolve to ( #13640 )
...
* docs: where does resource dir resolve to
* Add note about potential change
2025-06-21 10:22:24 +08:00
Tony
eb3f0248c2
fix: write default permission words if not empty ( #13646 )
...
* fix: write default permission words if not empty
* Remove left over format!
2025-06-21 09:52:36 +08:00
Tony
c03cc586e3
chore: check generated file on package lock change ( #13641 )
...
* chore: check generated file on package lock change
* Build bundle.global.js
looks like it's already outdated
2025-06-20 20:13:16 +08:00
renovate[bot]
488bcea970
chore(deps): update dependency rollup to v4.44.0 ( #13635 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-19 19:20:17 +08:00
kandrelczyk
d48e7a39a7
chore: improve contributing guide ( #13594 )
2025-06-18 11:34:19 +02:00
renovate[bot]
221254738a
chore(deps): update dependency @rollup/plugin-typescript to v12.1.3 ( #13628 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 23:43:38 +08:00
Naman Khandelwal
9fb0586909
fix(cli) : final changes for macOS identifier issue ( fix #12674 ) ( #13627 )
...
* fix(cli) : final changes for macOS identifier issue
* chore:formatted the code
2025-06-17 12:18:50 -03:00
Naman Khandelwal
8ee14a8648
fix(cli): prevent .app identifier ( fix #12674 ) ( #13618 )
...
* fix(cli): prevent .app identifier
* chore(cli): changed warn log of non macOS
* Add change file
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-06-16 23:48:54 +08: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
f9bdb9b230
fix: failing scope test on Windows ( #13596 )
2025-06-11 15:10:25 +02:00
renovate[bot]
f34acf161d
chore(deps): update dependency rollup to v4.43.0 (dev) ( #13604 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-06-11 14:52:46 +02:00
Emmanuel Ferdman
87b3cdce48
fix: resolve typos in schema ( #13591 )
...
* fix: update `English.nsh` reference
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
* fix: resolve typos in schema
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
* Generate schema
---------
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-06-08 00:50:10 +08:00
renovate[bot]
aa1131a047
chore(deps): update dependency rollup to v4.42.0 ( #13583 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 23:10:34 +02:00
Pierre de la Martinière
bd8a7cf39d
fix(bundler/linux): fix app icon not showing on Gnome+Wayland ( #5258 ) ( #13581 )
2025-06-06 22:46:24 +02: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
Tunglies
414619c36e
feat: add bundleName field to schema and MacConfig ( #13110 ) ( #13536 )
2025-06-03 15:44:49 +02:00
Fabian-Lars
25757fece4
chore(cli): Remove outdated licensing errata in readme ( #13548 )
2025-06-03 13:58:40 +02:00
Tony
78d15e892d
fix(windows): allow web fullscreen APIs to work ( #13558 )
...
* fix(windows): allow web fullscreen APIs to work
* tauri-runtime-wry not tauri-wry
* Remove last clone
* Change file on windows
2025-06-03 19:04:14 +08:00
Tony
6a39f49991
refactor: dynamic dispatch async commands in debug ( #13464 )
...
* Dynamic dispatch async commands
* format
* Preserve `'static`
* Use a inner function instead
* Only do it for dev for now
* Add change file
* Tag respond_async_serialized_dyn with debug
2025-05-29 22:02:56 +08:00
Tony
a35600cbd7
docs: fix setAutoResize typo ( #13526 )
2025-05-29 17:54:22 +08:00
Tunglies
1c53640ac3
fix(schema): update hardened_runtime description to include link ( #13512 )
2025-05-27 17:38:18 +02:00
Amr Bashir
e7f2d8cba4
chore: remove leftover in utils.nsh ( #13507 )
2025-05-26 06:20:31 +03:00
Amr Bashir
7322f05792
feat(nsis): allow using CheckIfAppIsRunning macro inside NSIS hooks ( #13502 )
2025-05-25 23:03:10 +03:00
renovate[bot]
06c75fd98b
chore(deps): update dependency rollup to v4.41.1 ( #13499 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 21:37:42 +08:00
Lucas Fernandes Nogueira
c8a30a61d2
fix(core): capability filtering crashing allowed command generation ( #13476 )
...
* fix(core): capability filtering crashing allowed command generation
tauri-plugin and tauri build scripts cannot have access to the capabilities file (generated by tauri-build) and can only infer capabilities from the config path
* cleanup
* unused import
* followup
* fix reassign
* mut
* Update crates/tauri-utils/src/acl/build.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2025-05-22 07:45:32 -03: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
Lucas Fernandes Nogueira
5a5291d66c
fix(cli): use platform name to detect iOS architecture to build ( #13483 )
2025-05-21 14:12:44 -03:00
renovate[bot]
dbcfaa18d7
chore(deps): update dependency rollup to v4.41.0 ( #13467 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-19 09:10:35 +08:00
WofWca
923b7c7bc6
docs: fix build instructions somewhat ( #13463 )
2025-05-18 20:43:49 +02:00
Tony
626165eeb4
fix: mock context without dynamic-acl feature ( #13455 )
2025-05-17 18:08:53 +08:00
Kingsword
638804e9c4
fix: ensure set_window_effects runs on main thread in WindowBuilder ( #13422 ) ( #13423 )
...
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2025-05-16 23:38:12 +02: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
dependabot[bot]
85baacd18b
chore(deps): bump undici from 5.28.5 to 5.29.0 ( #13450 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-05-15 18:41:01 +02:00
Tony
c31c75fffc
docs: fix missing docs for a few methods ( #13449 )
2025-05-16 00:17:28 +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
Tony
4acae1ec02
fix(macos): run app.set_theme on main thread ( #13443 )
...
* fix(macos): run `app.set_theme` on main thread
* Change file
2025-05-15 15:13:23 +08:00
Tony
d38d90b8d9
refactor: reduce the code in macro pass ( #13441 )
2025-05-15 09:26:49 +08:00