Commit Graph

  • 35c35f27ae fix(cli): features should support a comma separated list (#14931) Lucas Fernandes Nogueira 2026-02-12 12:24:40 -03:00
  • 642fbbb324 fix missing cli options on mobile dev/build commands Lucas Nogueira 2026-02-12 10:51:08 -03:00
  • 78e26c383a fix: appimage wayland support cef-appimage FabianLars 2026-02-11 12:54:04 +01:00
  • 6dad457f24 fix: call on_window_destroyed for all window kinds (#14917) Fabian-Lars 2026-02-10 13:23:51 +01:00
  • ed7b913df8 fix(appimage): add apparmor hook FabianLars 2026-02-10 00:08:03 +01:00
  • e3bb8f73c9 remove dbg! statement Lucas Nogueira 2026-02-09 08:34:07 -03:00
  • d12b176eb3 fix(cef): adjust inner size on Windows to account for borders (#14911) Amr Bashir 2026-02-09 12:50:45 +02:00
  • ad14d4c3ab fix(appimage): enable DEPLOY_CHROMIUM setting Fabian-Lars 2026-02-07 16:02:51 +01:00
  • ad9ab25e07 implement start_window_dragging on linux Lucas Nogueira 2026-02-05 13:39:29 -03:00
  • 98d75fabed single instance management for deep link support Lucas Nogueira 2026-02-05 12:42:20 -03:00
  • 7d01aa0417 chore(deps): update dependency rollup to v4.57.1 (#14868) renovate[bot] 2026-02-05 23:16:42 +08:00
  • 081910f61c remove webview2-com from tauri-runtime FabianLars 2026-02-05 16:06:37 +01:00
  • 7be58a1c64 chore(bundler): bring back binary patching log (#14894) Tony 2026-02-05 17:59:16 +08:00
  • 06374a902a chore(deps): bump bytes from 1.9.0 to 1.11.1 (#14890) tauri-v2.10.2 tauri-macros-v2.5.4 tauri-driver-v2.0.5 tauri-codegen-v2.5.4 tauri-build-v2.5.5 dependabot[bot] 2026-02-04 23:06:29 +08:00
  • 165a24ef83 fix refcell borrow crash Lucas Nogueira 2026-02-04 10:51:13 -03:00
  • 58dbfc6d75 use debug_cell Lucas Nogueira 2026-02-04 10:34:49 -03:00
  • ede0c8ebe8 fix merge conflicts (macOS) FabianLars 2026-02-03 16:18:43 +01:00
  • c37368f339 apply version updates (#14884) github-actions[bot] 2026-02-03 11:54:01 -03:00
  • b29823c226 fix merge conflicts FabianLars 2026-02-03 15:53:43 +01:00
  • 06f911aaff fix: don't inherit stdout from parent (#14871) goosewobbler 2026-02-03 14:20:42 +00:00
  • 4118846d11 Merge remote-tracking branch 'origin/dev' into feat/cef FabianLars 2026-02-03 15:12:07 +01:00
  • eb5d88427a fix(codegen): Context generation with custom assets (#14883) Lucas Fernandes Nogueira 2026-02-03 11:01:12 -03:00
  • 540c5b4e59 chore(deps): update wrangler for undici update @tauri-apps/api-v2.10.1 FabianLars 2026-02-03 00:56:28 +01:00
  • 5dbb37bab1 chore(api.js): Re-release 2.10.0 as 2.10.1 to fix npm package FabianLars 2026-02-03 00:32:07 +01:00
  • 19ded696de apply version updates tauri-v2.10.1 FabianLars 2026-02-02 23:05:28 +01:00
  • 08558b8ba4 chore(bundler): update gtk3 docs links in code comments (#14872) Fabian-Lars 2026-02-02 20:15:28 +01:00
  • ce8fddb464 chore(deps): unlock webkit2gtk patch version (#14873) Fabian-Lars 2026-02-02 20:15:02 +01:00
  • 517b81e970 chore(api): release 2.10 (#14876) Lucas Fernandes Nogueira 2026-02-02 16:09:22 -03:00
  • cd68b03ee5 feat(ci): use trusted publishers for NPM publishing (#14874) Lucas Fernandes Nogueira 2026-02-02 16:09:01 -03:00
  • 8d67af37b6 apply version updates (#14639) tauri-v2.10.0 tauri-utils-v2.8.2 tauri-runtime-wry-v2.10.0 tauri-runtime-v2.10.0 tauri-plugin-v2.5.3 tauri-macros-v2.5.3 tauri-macos-sign-v2.3.3 tauri-codegen-v2.5.3 tauri-cli-v2.10.0 tauri-bundler-v2.8.0 tauri-build-v2.5.4 @tauri-apps/cli-v2.10.0 github-actions[bot] 2026-02-02 09:15:37 -03:00
  • f62b40e86f fix args Lucas Nogueira 2026-02-02 08:54:52 -03:00
  • 2b5f237319 allow media stream Lucas Nogueira 2026-02-01 16:33:48 -03:00
  • 9f0306fbcc refactor: rewrite some &String to &str (#14857) Tunglies 2026-01-31 21:48:00 +08:00
  • f7c083cd41 chore(deps): update dependency rollup to v4.57.0 (#14820) renovate[bot] 2026-01-31 20:32:55 +08:00
  • a2a7c6fbeb fix windows-rs features FabianLars 2026-01-30 14:57:44 +01:00
  • 655edd4d6e remove webkitgtk from tauri-runtime FabianLars 2026-01-30 13:56:15 +01:00
  • 1c24ef8a2a fix appimage bundler for cef using sharun FabianLars 2026-01-29 22:00:48 +01:00
  • 32576120fd Fix busy loop (#14839) sftse 2026-01-29 04:13:03 +01:00
  • e3fdcb5002 refactor tauri-cli (#14836) sftse 2026-01-29 03:39:00 +01:00
  • d453e2e06a refactor(tauri-cli): remove trait implemented only once (#14840) sftse 2026-01-29 03:35:55 +01:00
  • b5573c1db2 update tools versions Fabian-Lars 2026-01-28 20:40:41 +01:00
  • d6f1dde4c9 Merge remote-tracking branch 'origin/dev' into feat/truly-portable-appimage FabianLars 2026-01-28 20:29:08 +01:00
  • 20b99f9281 refactor: split appimage bundler in multiple files to support new backends (#14841) Fabian-Lars 2026-01-28 20:27:51 +01:00
  • 612fadc9db improve window close logic - support user cancelling via onbeforeunload Lucas Nogueira 2026-01-28 14:24:28 -03:00
  • 568afcbcd9 let dev app be signed Lucas Nogueira 2026-01-27 22:01:14 -03:00
  • b1bd198c5f workaround network service crash causing app load failures Lucas Nogueira 2026-01-27 13:18:20 -03:00
  • b118087e6d lock cef versions FabianLars 2026-01-27 15:12:00 +01:00
  • 6be7a8ce7e fix nsis bundler FabianLars 2026-01-27 13:46:19 +01:00
  • 217b70a100 fix wix bundler FabianLars 2026-01-27 13:13:40 +01:00
  • 3a4e165b6f Less statics fixup (#14833) sftse 2026-01-27 09:33:11 +01:00
  • 059c59a9c0 remove log Lucas Nogueira 2026-01-26 14:54:00 -03:00
  • 8c4141469b fix linux impl Lucas Nogueira 2026-01-26 14:47:32 -03:00
  • 4c8863fc59 fix tests Lucas Nogueira 2026-01-26 14:35:14 -03:00
  • 26e5d8f8c3 linux impl? Lucas Nogueira 2026-01-26 14:25:57 -03:00
  • faf7d48f2f cef_entry_point macro Lucas Nogueira 2026-01-26 14:13:53 -03:00
  • efc4c26ebc chore: fix clippy lints (#14834) Fabian-Lars 2026-01-26 17:13:08 +01:00
  • 00426e376a fix: fix RuntimeInitArgs generic in MockRuntime::new_any_thread Fabian-Lars 2026-01-26 14:56:07 +01:00
  • e6e06cb446 update example Lucas Nogueira 2026-01-26 10:01:37 -03:00
  • c741e3f15e fix macos build Lucas Nogueira 2026-01-26 10:00:05 -03:00
  • 98fdc7c5fa new window opener Lucas Nogueira 2026-01-26 09:54:45 -03:00
  • fc405b3ae6 chore: update cef version to 144.1.0+144.0.7 (#14827) Amr Bashir 2026-01-26 13:40:37 +02:00
  • 7fca58230f chore(deps): update nsis_tauri_utils to 0.5.3 (#14830) Tony 2026-01-26 17:55:27 +08:00
  • c769f211fc feat(nsis): add Norwegian language support for installer (#14824) Kf637 2026-01-25 09:30:50 +01:00
  • 4d5d78daf6 fix(specta): don't use #[specta(rename = ...)] with tauri::ipc::Channel (#14812) Oscar Beaumont 2026-01-24 18:00:40 +08:00
  • 5e36353d55 improve default features detection Lucas Nogueira 2026-01-22 14:04:22 -03:00
  • 4794a6ba22 chore(deps): update dependency rollup to v4.55.2 (#14808) renovate[bot] 2026-01-22 14:09:19 +01:00
  • 09a4e7f55a chore(deps-dev): bump wrangler from 4.20.3 to 4.59.1 (#14806) dependabot[bot] 2026-01-22 14:06:29 +01:00
  • 1cde0d72bd fix(cli): xcode-script tauri path resolution fix/ios-dirs-resolution Lucas Nogueira 2026-01-21 09:38:12 -03:00
  • c862a0bd8c fix(core): update error wording for invalid version field (#14800) Fabian-Lars 2026-01-21 03:42:15 +01:00
  • f82594410c feat(cli): allow electron to start tauri (#13253) Quentin Goinaud 2026-01-20 22:19:05 +01:00
  • 853ed4642f fix(android): improve error handling for external storage file access (#14442) Ishita Singh 2026-01-21 02:22:11 +05:30
  • 53611c4d7b fix(cli): only watch dependent workspace members (#14747) Tony 2026-01-20 17:52:34 +08:00
  • 62aa13a124 fix(cli): Android build --apk and --aab flags requiring a value (#14629) Lucas Fernandes Nogueira 2026-01-19 16:32:43 -03:00
  • e919a760ed feat(webview-window): add set_simple_fullscreen to WebviewWindow (#14619) Luke 2026-01-19 12:38:37 +09:00
  • 0575dd287e fix(bundler): patch bundle type via string replacement (#14521) kandrelczyk 2026-01-18 23:51:02 +01:00
  • eccff97588 fix(cli): possibly empty associated-domains entitlement (#14779) Lucas Fernandes Nogueira 2026-01-18 15:01:36 -03:00
  • 08e35fcda0 refactor(cli): remove mutex on config (#14791) Tony 2026-01-18 21:09:36 +08:00
  • 10a8066db3 refactor(cli): reorder a few parameters (#14792) Tony 2026-01-18 20:57:36 +08:00
  • ea31b07f19 fix(cli): inspect's description (#14789) Tony 2026-01-18 01:23:12 +08:00
  • 7f7d9aac21 Less statics (#14668) sftse 2026-01-17 16:52:42 +01:00
  • 7873c4a1c6 docs: fix typos in comments (#14787) yy 2026-01-17 20:30:14 +09:00
  • 123d63a0c1 chore: change webkit2gtk bump to minor Fabian-Lars 2026-01-15 17:00:58 +01:00
  • 3db9268a92 fix empty entitlements Lucas Nogueira 2026-01-15 12:09:58 -03:00
  • 75057c7c08 chore(deps): update wry to 0.54 and webkit2gtk-rs to 2.0.2 (#14778) Fabian-Lars 2026-01-15 14:48:45 +01:00
  • 268bb339f0 build(tauri-macos-sign): remove once-cell-regex (#14766) sftse 2026-01-15 13:14:30 +01:00
  • 07788af13f chore(deps): update rust crate signal-hook-tokio to 0.4 (#14729) renovate[bot] 2026-01-15 12:53:18 +01:00
  • 9a53c84ec0 chore(deps): update dependency globals to v17 (#14730) renovate[bot] 2026-01-15 12:28:04 +01:00
  • 137576e8a4 chore(deps): update dependency rollup to v4.55.1 (#14746) renovate[bot] 2026-01-15 11:51:21 +01:00
  • 05e49099e1 chore: improve iOS local network permission error message chore/ios-network-msg Lucas Nogueira 2026-01-14 08:34:39 -03:00
  • 1b0e335d3f Fix: Updater signer failed signing file without extension (#14713) Wuelfhis Asuaje 2026-01-13 22:09:45 -03:00
  • 152c6e7c60 fix: also add rustls dep on desktop for cef dev server FabianLars 2026-01-13 13:05:28 +01:00
  • 29d3d196b2 Merge remote-tracking branch 'origin/dev' into feat/cef FabianLars 2026-01-13 12:24:51 +01:00
  • 9e04e45d85 fix prod url Lucas Nogueira 2026-01-12 09:08:28 -03:00
  • 84b04c4a8d fix: fix leftover inconsistent env var in tauri signer sign command (#14759) Amr Bashir 2026-01-11 20:37:52 +02:00
  • 897529d7a2 fix: map rustls-tls to reqwest/rustls-no-provider (#14726) Tony 2026-01-08 22:14:51 +08:00
  • 1919b078a2 pull version from Cargo.lock, version specific directory Lucas Nogueira 2026-01-08 08:00:31 -03:00
  • d20ebe461a use old registry for linux for now Lucas Nogueira 2026-01-08 07:26:07 -03:00
  • 270ba683df fix: fix transparency (#14743) Amr Bashir 2026-01-07 19:38:01 +02:00
  • 4b8688cff7 fix build on windows Lucas Nogueira 2026-01-07 11:04:00 -03:00
  • 1aa854cbd3 Merge remote-tracking branch 'origin/dev' into feat/cef Lucas Nogueira 2026-01-07 10:24:53 -03:00