Lucas Nogueira
70bcaaace9
fix(cli): apply CliOptions to the initial target build
2025-11-25 13:11:14 -03:00
renovate[bot]
dd7e59a495
chore(deps): update dependency rollup to v4.53.3 ( #14519 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 13:25:01 +08:00
Fabian-Lars
2d2a1be429
docs(cli): fix formatting of paths
2025-11-20 15:02:46 +01:00
Fabian-Lars
afdd288eab
chore(deps): update js-yaml ( #14498 )
2025-11-19 11:53:13 +01:00
Fabian-Lars
79a7d9ec01
fix(cli): change Cargo.toml version check to debug log ( #14468 )
2025-11-18 16:08:17 +01:00
Tony
f855caf8a3
fix(cli): mismatched versions check for pnpm ( #14481 )
2025-11-18 18:16:29 +08:00
Tunglies
ee3cc4a91b
perf: remove needless clones in various files for improved performance ( #14475 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-17 15:27:49 +01:00
Tony
b5ef603d84
chore(deps): update NSIS to 3.11 ( #14478 )
2025-11-16 21:56:05 +08:00
Tunglies
ce98d87ce0
refactor: remove needless collect ( #14474 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-16 12:49:20 +01:00
Aleksey Ponomarev
ad1dec2e24
fix(core): properly handle async errors in addPluginListener ( #14464 )
...
* fix(core): properly handle async errors in addPluginListener
The previous implementation used .then() after invoke() without await, which prevented the catch block from handling rejected promises. Now using await to properly catch errors and allow fallback to camelCase registerListener method.
* Change file and generate `bundle.global.js`
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-11-15 12:07:51 +08:00
renovate[bot]
beffcd880f
chore(deps): update dependency rollup to v4.53.2 ( #14459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 10:23:57 +08:00
github-actions[bot]
956031d73d
apply version updates ( #14458 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tauri-v2.9.3
tauri-build-v2.5.2
tauri-codegen-v2.5.1
tauri-macros-v2.5.1
2025-11-13 09:14:14 -03:00
Lucas Fernandes Nogueira
4b00130b86
refactor(core): improve iOS log messages from stdout/stderr ( #14385 )
...
* refactor(core): improve iOS log messages from stdout/stderr
move the stdout/stderr forward logic to Swift so it does not consume a Rust thread and never deadlocks on the simulator
I had to work on this because i'm facing #12172 again on latest Xcode (26.1)
* patch
2025-11-13 08:18:50 -03:00
Tony
8e3bd63db9
perf(codegen): wrap generated context in a fn ( #14457 )
...
* perf(codegen): wrap generated context in a fn
* Add comment about the reasoning
2025-11-13 15:24:10 +08:00
renovate[bot]
cfe47871a5
chore(deps): update dependency rollup to v4.53.1 ( #14444 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 22:05:17 +08:00
Fabian-Lars
236f55b7aa
docs: enable dynamic-acl feature on docs.rs ( #14452 )
2025-11-12 10:21:18 +01:00
github-actions[bot]
9bb7e79e97
apply version updates ( #14425 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tauri-cli-v2.9.4
@tauri-apps/cli-v2.9.4
2025-11-09 12:48:27 +01:00
FabianLars
d566679a99
ci: don't re-generate lockfile on prepublish
2025-11-09 12:08:57 +01:00
Kushal Meghani
3899d456d4
Address review comments ( #14426 )
...
* Address review comments
* Revert comments in `impl FromStr for ConfigValue`
2025-11-07 09:38:05 +08:00
Tony
b586ecf1f4
fix(cli): demultiply tiny skia pixels ( #14416 )
...
* fix(cli): demultiply tiny skia pixels
* Pull resize out to a function `resize_image`
* Move comments as well
* Use cow for older rust versions
2025-11-06 10:12:10 +08:00
Fabian-Lars
dd70d213cd
chore(deps): update minisign to 0.8 ( #14415 )
2025-11-05 14:58:54 +01:00
Kushal Meghani
d06a1994e9
refactor: improve cli code readability ( #14333 )
2025-11-05 13:48:32 +01:00
github-actions[bot]
b446a858de
apply version updates ( #14409 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@tauri-apps/cli-v2.9.3
tauri-cli-v2.9.3
tauri-bundler-v2.7.3
2025-11-04 17:00:19 +01:00
renovate[bot]
85ba5315c2
chore(deps): update dependency @types/node to v24 ( #14376 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 11:27:01 +01:00
Adam
779612ac84
fix(cli): respect required-features field from Cargo.toml ( #14379 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-04 11:16:01 +01:00
Fabian-Lars
22edc65aad
fix(bundler/cli): set user-agent when fetching build tools ( #14408 )
2025-11-04 10:53:44 +01:00
Tony
9a19226369
fix(nsis): uninstall fails when manually close app on kill app dialog ( #14410 )
2025-11-04 17:18:21 +08:00
Chase Knowlden
fd8c30b4f1
fix: premultiply alpha before resizing ( fix #14351 ) ( #14353 )
...
* fix: Premultiply alpha before resizing
* feat: Use rayon for process speedup
* Fix change tag
* `cargo fmt`
* Document reasoning & use imageops::resize directly
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-11-04 11:16:11 +08:00
renovate[bot]
18464d9481
chore(deps): update dependency vitest to v4 ( #14361 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 17:21:40 +08:00
Tony
b80f9deb5f
chore: fix new clippy warnings (derive default) ( #14395 )
...
* chore: fix new clippy warnings (derive default)
* Fix left over `#[cfg(feature = "isolation")]`
2025-10-31 21:12:41 +08:00
Sebastian Neubauer
1afa9df6d5
fix(tauri-utils): Use write_if_changed more ( #13621 )
...
Replace `fs::write` with `write_if_changed` in two places. This can
prevent unnecessary rebuilds. (I didn’t encounter any, but this should
be ok nonetheless.)
2025-10-31 09:19:35 +08:00
Fabian-Lars
75a1fec705
ci: don't cache pnpm files in version-or-publish workflow ( #14392 )
2025-10-30 10:25:12 +01:00
github-actions[bot]
100dc94c48
apply version updates ( #14378 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@tauri-apps/cli-v2.9.2
tauri-v2.9.2
tauri-cli-v2.9.2
tauri-bundler-v2.7.2
2025-10-29 15:15:51 +01:00
Fabian-Lars
7f710b8f3b
fix(bundler): inline linuxdeploy plugin scripts ( #14390 )
2025-10-29 14:50:33 +01:00
Braden Wong
bda1d22369
docs(webviewWindow): fix incorrect import in JSDoc example ( #14388 )
...
The getByLabel method is a static method on WebviewWindow, not Webview.
Updated the JSDoc example to import and use the correct class name.
2025-10-29 15:34:16 +08:00
Tony
28b9e7c7b8
fix: throw on custom protocol IPC fails ( #14377 )
2025-10-28 18:07:50 +08:00
renovate[bot]
3056d44d96
chore(deps): update dependency @rollup/plugin-typescript to v12.3.0 ( #14364 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 15:57:47 +08:00
kandrelczyk
fc017ee257
add info to error message (fix 14186) ( #14368 )
...
* add info to error message
* changes file and linux only warning
Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net >
* Update change file
---------
Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net >
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-10-28 15:03:48 +08:00
github-actions[bot]
67c7418c06
apply version updates ( #14348 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@tauri-apps/cli-v2.9.1
tauri-bundler-v2.7.1
tauri-macos-sign-v2.3.0
tauri-cli-v2.9.1
tauri-v2.9.1
tauri-plugin-v2.5.1
tauri-runtime-v2.9.1
tauri-runtime-wry-v2.9.1
tauri-build-v2.5.1
2025-10-22 13:38:43 +02:00
Fabian-Lars
f59bf9d539
chore: Add missing changefile for tauri-macos-sign ( #14337 )
2025-10-22 12:28:10 +02:00
Fabian-Lars
4b6b8690ab
chore: remove --cfg docsrs to fix docs.rs builds ( #14347 )
2025-10-22 11:33:30 +02:00
renovate[bot]
cdc5594286
chore(deps): update dependency rollup to v4.52.5 ( #14339 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 17:09:40 +08:00
dependabot[bot]
a1c231ec29
chore(deps-dev): bump vite from 7.1.5 to 7.1.11 ( #14336 )
...
* chore(deps-dev): bump vite from 7.1.5 to 7.1.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.5 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Dedupe
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-10-21 16:30:28 +08:00
Tony
752c923002
chore: fix some typos ( #14334 )
2025-10-20 22:51:28 +08:00
github-actions[bot]
cb28f4368c
apply version updates ( #14137 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@tauri-apps/cli-v2.9.0
tauri-v2.9.0
@tauri-apps/api-v2.9.0
tauri-cli-v2.9.0
tauri-utils-v2.8.0
tauri-bundler-v2.7.0
tauri-macros-v2.5.0
tauri-codegen-v2.5.0
tauri-runtime-v2.9.0
tauri-build-v2.5.0
tauri-plugin-v2.5.0
tauri-runtime-wry-v2.9.0
2025-10-20 09:49:46 -03:00
Lucas Nogueira
6aa7f2d852
chore(deps): minor bump plugin, codegen and macros crates
2025-10-20 09:25:07 -03:00
Lucas Nogueira
06f26bbb24
chore(deps): update tao to 0.34.5
2025-10-20 09:20:13 -03:00
Lucas Fernandes Nogueira
68cb318979
feat(core): add stop, restart, destroy and configuration changed Android hooks ( #14328 )
...
* feat(core): add pause, destroy and configuration changed Android hooks
* Apply suggestions from code review
2025-10-20 08:49:26 -03:00
Lucas Fernandes Nogueira
3397fd9bfe
feat(core): back button event on Android, closes #8142 ( #14133 )
...
* feat(core): back button event and exit on Android, closes #8142
I've used https://github.com/ionic-team/capacitor-plugins/blob/main/app/android/src/main/java/com/capacitorjs/plugins/app/AppPlugin.java as a reference here, checking if there's a back button event handler with a default of webview's goBack implementation
* missing change file
* remove exit impl
* fmt
* update wry
* fix default back press
* add remove_listener
2025-10-15 20:50:15 -03:00
Bipin Pandey
3b4fac2017
feat(android): add auto_increment_version_code option for Android builds ( #14194 )
...
* add new api (auto_increment_version_code) in android configuration
* ensure increment is only ran once
* skip on dev
* update doc
* change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-10-14 15:01:54 -03:00