Lucas Nogueira
a75e3b1bcd
feat(cli): include stderr in command error
2026-02-28 10:04:00 -03:00
BiggerRain
f20256bca5
chore: fix clippy warnings ( #14999 )
2026-02-26 14:35:45 +01:00
renovate[bot]
03514414d9
chore(deps): update dependency rollup to v4.58.0 ( #14991 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-25 11:13:03 +08:00
montyc1999
7b16dafb1d
fix(tauri-utils): sort csp/plugin/header config maps during codegen so generate_context! is deterministic ( #14986 )
...
* fix(tauri-utils): sort csp/plugin/header config maps during codegen so generate_context! is deterministic
* add comments explaining rationale, and todo for removing the hack in v3
2026-02-23 23:14:56 +08:00
dependabot[bot]
7782c5525a
chore(deps-dev): bump svelte from 5.35.6 to 5.51.5 ( #14973 )
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.35.6 to 5.51.5.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.51.5/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.51.5
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-20 21:14:55 +08:00
renovate[bot]
aa0bf8bd19
chore(deps): update eslint monorepo to v10 (major) ( #14922 )
...
* chore(deps): update eslint monorepo to v10
* Update typescript-eslint and plugin security
2026-02-20 20:58:41 +08:00
dependabot[bot]
91fb0e161f
chore(deps): bump keccak from 0.1.5 to 0.1.6 ( #14972 )
...
Bumps [keccak](https://github.com/RustCrypto/sponges ) from 0.1.5 to 0.1.6.
- [Commits](https://github.com/RustCrypto/sponges/compare/keccak-v0.1.5...keccak-v0.1.6 )
---
updated-dependencies:
- dependency-name: keccak
dependency-version: 0.1.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-20 19:39:52 +08:00
montyc1999
88c05689c8
fix(deps): disable default-features in objc2 crates ( #14967 )
2026-02-18 21:31:23 +01:00
Varun Chawla
6252432f07
fix(bundler): swap WIX registry search order to prioritize InstallDir ( #14945 )
2026-02-16 17:34:58 +01:00
FabianLars
2d0b80eb1c
Revert "chore(deps): update rust crate time to v0.3.47 [security] ( #14902 )"
...
This reverts commit 86c8c870c8 .
2026-02-15 14:19:06 +01:00
renovate[bot]
86c8c870c8
chore(deps): update rust crate time to v0.3.47 [security] ( #14902 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-15 14:02:39 +01:00
cui
476e8ee7f3
fix(core): fix content-boundaries start/end order in asset protocol ( #14938 )
2026-02-15 13:53:01 +01:00
Lucas Fernandes Nogueira
0d1cb83bab
fix(cli): missing options on mobile dev/build commands ( #14932 )
...
* fix(cli): missing options on mobile dev/build commands
* avoid duplicated flags
* clippy
2026-02-12 21:12:00 -03:00
Lucas Fernandes Nogueira
35c35f27ae
fix(cli): features should support a comma separated list ( #14931 )
2026-02-12 12:24:40 -03:00
renovate[bot]
7d01aa0417
chore(deps): update dependency rollup to v4.57.1 ( #14868 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-05 23:16:42 +08:00
Tony
7be58a1c64
chore(bundler): bring back binary patching log ( #14894 )
...
* chore(bundler): bring back binary patching log
* Fix change tag
2026-02-05 17:59:16 +08:00
dependabot[bot]
06374a902a
chore(deps): bump bytes from 1.9.0 to 1.11.1 ( #14890 )
...
Bumps [bytes](https://github.com/tokio-rs/bytes ) from 1.9.0 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.9.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: bytes
dependency-version: 1.11.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tauri-build-v2.5.5
tauri-macros-v2.5.4
tauri-v2.10.2
tauri-codegen-v2.5.4
tauri-driver-v2.0.5
2026-02-04 23:06:29 +08:00
github-actions[bot]
c37368f339
apply version updates ( #14884 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-03 11:54:01 -03:00
goosewobbler
06f911aaff
fix: don't inherit stdout from parent ( #14871 )
2026-02-03 11:20:42 -03:00
Lucas Fernandes Nogueira
eb5d88427a
fix(codegen): Context generation with custom assets ( #14883 )
...
when custom assets are provided (`tauri::generate_context!(assets = my_assets)`) we can't use the fn inner logic directly and capture variables - we must pass them as arguments
2026-02-03 11:01:12 -03:00
FabianLars
540c5b4e59
chore(deps): update wrangler for undici update
@tauri-apps/api-v2.10.1
2026-02-03 00:56:28 +01:00
FabianLars
5dbb37bab1
chore(api.js): Re-release 2.10.0 as 2.10.1 to fix npm package
2026-02-03 00:32:07 +01:00
FabianLars
19ded696de
apply version updates
tauri-v2.10.1
2026-02-02 23:05:28 +01:00
Fabian-Lars
08558b8ba4
chore(bundler): update gtk3 docs links in code comments ( #14872 )
2026-02-02 20:15:28 +01:00
Fabian-Lars
ce8fddb464
chore(deps): unlock webkit2gtk patch version ( #14873 )
2026-02-02 20:15:02 +01:00
Lucas Fernandes Nogueira
517b81e970
chore(api): release 2.10 ( #14876 )
...
api, CLI and tauri crates must be in sync
2026-02-02 16:09:22 -03:00
Lucas Fernandes Nogueira
cd68b03ee5
feat(ci): use trusted publishers for NPM publishing ( #14874 )
...
* feat(ci): use trusted publishers for NPM publishing
* bump npm version
* update npm
* use empty NODE_AUTH_TOKEN
* entire workflow permissions
2026-02-02 16:09:01 -03:00
github-actions[bot]
8d67af37b6
apply version updates ( #14639 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@tauri-apps/cli-v2.10.0
tauri-utils-v2.8.2
tauri-cli-v2.10.0
tauri-build-v2.5.4
tauri-macros-v2.5.3
tauri-v2.10.0
tauri-plugin-v2.5.3
tauri-macos-sign-v2.3.3
tauri-codegen-v2.5.3
tauri-bundler-v2.8.0
tauri-runtime-wry-v2.10.0
tauri-runtime-v2.10.0
2026-02-02 09:15:37 -03:00
Tunglies
9f0306fbcc
refactor: rewrite some &String to &str ( #14857 )
...
* perf(tauri-build): refactor find_icon to use &str to remove unnecessary clones
* refactor(perf-tauri-build): remove obsolete changelog for find_icon refactor
* refactor(tauri-build): inline find_icon logic to simplify window icon path retrieval
* refactor(context): update find_icon predicate to use &str
* refactor(context): simplify predicate in find_icon to accept &&String
* Update crates/tauri-build/src/lib.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-01-31 21:48:00 +08:00
renovate[bot]
f7c083cd41
chore(deps): update dependency rollup to v4.57.0 ( #14820 )
2026-01-31 20:32:55 +08:00
sftse
32576120fd
Fix busy loop ( #14839 )
...
* refactor(tauri-cli): remove unneeded Arc<Mutex>
* fix(tauri-cli): remove busy-looping
2026-01-29 11:13:03 +08:00
sftse
e3fdcb5002
refactor tauri-cli ( #14836 )
...
* refactor(tauri-cli): use OsString where possible
* refactor(tauri-cli): remove needless scoping blocks
* refactor(tauri-cli): make return type concrete
* refactor(tauri-cli): use ?
* refactor(tauri-cli): coerce later to trait object
* refactor(tauri-cli): remove clone
* refactor(tauri-cli): make better use of static OnceLock
* fix(tauri-cli): upgrade atomics to SeqCst
* Add change file
* Update .changes/change-pr-14836.md
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-01-29 10:39:00 +08:00
sftse
d453e2e06a
refactor(tauri-cli): remove trait implemented only once ( #14840 )
2026-01-29 10:35:55 +08:00
Fabian-Lars
20b99f9281
refactor: split appimage bundler in multiple files to support new backends ( #14841 )
2026-01-28 20:27:51 +01:00
sftse
3a4e165b6f
Less statics fixup ( #14833 )
...
* fix(tauri-cli): be more conservative to preserve behavior (#14804 )
* refactor(tauri-cli): move app path initialization into commands
2026-01-27 16:33:11 +08:00
Fabian-Lars
efc4c26ebc
chore: fix clippy lints ( #14834 )
2026-01-26 17:13:08 +01:00
Tony
7fca58230f
chore(deps): update nsis_tauri_utils to 0.5.3 ( #14830 )
2026-01-26 17:55:27 +08:00
Kf637
c769f211fc
feat(nsis): add Norwegian language support for installer ( #14824 )
...
* feat(nsis): add Norwegian language support for installer
* feat(nsis): add Norwegian language support for installer strings
* Add change file
2026-01-25 16:30:50 +08:00
Oscar Beaumont
4d5d78daf6
fix(specta): don't use #[specta(rename = ...)] with tauri::ipc::Channel ( #14812 )
2026-01-24 11:00:40 +01:00
renovate[bot]
4794a6ba22
chore(deps): update dependency rollup to v4.55.2 ( #14808 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 14:09:19 +01:00
dependabot[bot]
09a4e7f55a
chore(deps-dev): bump wrangler from 4.20.3 to 4.59.1 ( #14806 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 14:06:29 +01:00
Fabian-Lars
c862a0bd8c
fix(core): update error wording for invalid version field ( #14800 )
...
* fix(core): update error wording for invalid version field
fixes #14799
* fmt
2026-01-21 10:42:15 +08:00
Quentin Goinaud
f82594410c
feat(cli): allow electron to start tauri ( #13253 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2026-01-20 22:19:05 +01:00
Ishita Singh
853ed4642f
fix(android): improve error handling for external storage file access ( #14442 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2026-01-20 21:52:11 +01:00
Tony
53611c4d7b
fix(cli): only watch dependent workspace members ( #14747 )
...
* fix(cli): only watch dependent workspace members
* Use manifest path instead of `workspace_default_members`
* Add change file
* Merge remote-tracking branch 'upstream/dev' into only-watch-dependencies
* `bug` not `fix`
* Merge branch 'dev' into only-watch-dependencies
* Remove `CargoMetadataExpended`
* Merge remote-tracking branch 'upstream/dev' into only-watch-dependencies
* Remove top level `.taurignore`
* Load ignore files from workspace root
2026-01-20 17:52:34 +08:00
Lucas Fernandes Nogueira
62aa13a124
fix(cli): Android build --apk and --aab flags requiring a value ( #14629 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2026-01-19 20:32:43 +01:00
Luke
e919a760ed
feat(webview-window): add set_simple_fullscreen to WebviewWindow ( #14619 )
...
* feat(webview): add set_simple_fullscreen to WebviewWindow
* add changes
* Combine per platform fn to one
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-01-19 11:38:37 +08:00
kandrelczyk
0575dd287e
fix(bundler): patch bundle type via string replacement ( #14521 )
...
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
Co-authored-by: FabianLars <github@fabianlars.de >
2026-01-18 23:51:02 +01:00
Lucas Fernandes Nogueira
eccff97588
fix(cli): possibly empty associated-domains entitlement ( #14779 )
2026-01-18 19:01:36 +01:00
Tony
08e35fcda0
refactor(cli): remove mutex on config ( #14791 )
...
* refactor(cli): remove mutex on config
* Fix ios
* Clippy
* Fix ios
* Unused import
* Fix ios closure and clippy
* Import `ConfigMetadata`
* Remove life time tags
2026-01-18 21:09:36 +08:00