Commit Graph

6053 Commits

Author SHA1 Message Date
Lucas Nogueira
165a24ef83 fix refcell borrow crash 2026-02-04 10:51:13 -03:00
Lucas Nogueira
58dbfc6d75 use debug_cell 2026-02-04 10:34:49 -03:00
FabianLars
ede0c8ebe8 fix merge conflicts (macOS) 2026-02-03 16:18:43 +01:00
FabianLars
b29823c226 fix merge conflicts 2026-02-03 15:53:43 +01:00
FabianLars
4118846d11 Merge remote-tracking branch 'origin/dev' into feat/cef 2026-02-03 15:12:07 +01: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
Lucas Nogueira
f62b40e86f fix args 2026-02-02 08:54:52 -03:00
Lucas Nogueira
2b5f237319 allow media stream 2026-02-01 16:33:48 -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
FabianLars
a2a7c6fbeb fix windows-rs features 2026-01-30 14:57:44 +01:00
FabianLars
655edd4d6e remove webkitgtk from tauri-runtime 2026-01-30 13:56:15 +01:00
FabianLars
1c24ef8a2a fix appimage bundler for cef using sharun 2026-01-29 22:00:48 +01: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
Lucas Nogueira
612fadc9db improve window close logic - support user cancelling via onbeforeunload 2026-01-28 14:46:53 -03:00
Lucas Nogueira
568afcbcd9 let dev app be signed 2026-01-27 22:01:14 -03:00
Lucas Nogueira
b1bd198c5f workaround network service crash causing app load failures 2026-01-27 13:18:20 -03:00
FabianLars
b118087e6d lock cef versions 2026-01-27 15:12:00 +01:00
FabianLars
6be7a8ce7e fix nsis bundler 2026-01-27 13:46:19 +01:00
FabianLars
217b70a100 fix wix bundler 2026-01-27 13:13:40 +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
Lucas Nogueira
059c59a9c0 remove log 2026-01-26 14:54:00 -03:00
Lucas Nogueira
8c4141469b fix linux impl 2026-01-26 14:47:32 -03:00
Lucas Nogueira
4c8863fc59 fix tests 2026-01-26 14:35:14 -03:00
Lucas Nogueira
26e5d8f8c3 linux impl? 2026-01-26 14:25:57 -03:00
Lucas Nogueira
faf7d48f2f cef_entry_point macro 2026-01-26 14:13:53 -03:00
Fabian-Lars
efc4c26ebc chore: fix clippy lints (#14834) 2026-01-26 17:13:08 +01:00
Fabian-Lars
00426e376a fix: fix RuntimeInitArgs generic in MockRuntime::new_any_thread 2026-01-26 14:56:07 +01:00
Lucas Nogueira
e6e06cb446 update example 2026-01-26 10:01:37 -03:00
Lucas Nogueira
c741e3f15e fix macos build 2026-01-26 10:00:05 -03:00
Lucas Nogueira
98fdc7c5fa new window opener 2026-01-26 09:54:45 -03:00
Amr Bashir
fc405b3ae6 chore: update cef version to 144.1.0+144.0.7 (#14827) 2026-01-26 08:40:37 -03: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
Lucas Nogueira
5e36353d55 improve default features detection 2026-01-22 14:04:22 -03: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