Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@tauri-apps/api ^2^2.9.1 age confidence dependencies minor
@tauri-apps/cli ^2^2.9.6 age confidence devDependencies minor
tauri (source) 22.9.5 age confidence dependencies minor
tauri-build (source) 22.5.3 age confidence build-dependencies minor

Release Notes

tauri-apps/tauri (@​tauri-apps/api)

v2.9.1: @​tauri-apps/cli v2.9.1

Compare Source

[2.9.1]

Dependencies
  • Upgraded to tauri-cli@2.9.1

v2.9.0: @​tauri-apps/cli v2.9.0

Compare Source

[2.9.0]

New Features
  • 3b4fac201 (#​14194) Add tauri.conf.json > bundle > android > autoIncrementVersionCode config option to automatically increment the Android version code.
  • 673867aa0 (#​14094) Try to detect ANDROID_HOME and NDK_HOME environment variables from default system locations and install them if needed using the Android Studio command line tools.
  • 3d6868d09 (#​14128) Added support to defining the content type of the declared file association on macOS (maps to LSItemContentTypes property).
  • 3d6868d09 (#​14128) Added support to defining the metadata for custom types declared in tauri.conf.json > bundle > fileAssociations > exportedType via the UTExportedTypeDeclarations Info.plist property.
  • ed7c9a410 (#​14108) Added bundle > macOS > infoPlist and bundle > iOS > infoPlist configurations to allow defining custom Info.plist extensions.
  • 75082cc5b (#​14120) Added ios run and android run commands to run the app in production mode.
  • cc8c0b531 (#​14031) Added support to universal app links on macOS with the plugins > deep-link > desktop > domains configuration.
Enhancements
Bug Fixes
  • 19fb6f7cb (#​14146) Strip Windows-only extensions from the binary path so an Android project initialized on Windows can be used on UNIX systems.
  • 19fb6f7cb (#​14146) Enhance Android build script usage on Windows by attempting to run cmd, bat and exe formats.
  • 28a2f9bc5 (#​14101) Fix iOS CLI usage after modifying the package name.
  • d2938486e (#​14261) Replaced the non-standard nerd font character with ⱼₛ in tarui info
  • 25e920e16 (#​14298) Wait for dev server to exit before exiting the CLI when the app is closed on tauri dev --no-watch.
  • b0012424c (#​14115) Resolve local IP address when tauri.conf.json > build > devUrl host is 0.0.0.0.
  • abf7e8850 (#​14118) Fixes mobile project initialization when using pnpx or pnpm dlx.
Dependencies
  • Upgraded to tauri-cli@2.9.0

v2.8.0: @​tauri-apps/cli v2.8.0

Compare Source

[2.8.0]

New Features
Enhancements
  • 8b465a12b (#​13913 by @​FabianLars) The bundler now pulls the latest AppImage linuxdeploy plugin instead of using the built-in one. This should remove the libfuse requirement.
  • 390cb9c36 (#​13953 by @​FabianLars) Reduced the log level of the binary patcher crate goblin to only show its debug logs in -vv and above.
  • 4475e93e1 (#​13824 by @​FabianLars) The bundler and cli will now read TLS Certificates installed on the system when downloading tools and checking versions.
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.8.0

v2.7.0: @​tauri-apps/cli v2.7.0

Compare Source

[2.7.0]

New Features
  • 33d079392 (#​13811 by @​mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as { "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] } while maintaining backwards compatibility with the existing string format.
Enhancements
  • 232265c70 (#​13209 by @​kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.7.0

v2.6.0: @​tauri-apps/cli v2.6.0

Compare Source

[2.6.0]

New Features
Bug Fixes
Dependencies

v2.5.0: @​tauri-apps/cli v2.5.0

Compare Source

[2.5.0]

New Features
  • 0aa48fb9e (#​13030) Added bundleVersion to iOS and macOS configuration to support specifying a CFBundleVersion.
Enhancements
  • ad3fd3890 (#​13152) Detect package manager from environment variable npm_config_user_agent first
  • 82406c61e (#​13231) Improve iOS simulator usage, checking if Xcode iOS SDK is installed and allowing usage of Simulator for older iOS releases (previously only supported when running on Xcode via ios dev --open).
Bug Fixes
  • 2dccfab53 (#​13236) Fix fileAssociations missing LSHandlerRank on macOS.
  • 080252903 (#​13210) Fixes iOS dev not working on Xcode 16.3 simulators. To apply the fix, either regenerate the Xcode project with rm -r src-tauri/gen/apple && tauri ios init or remove the arm64-sim architecture from the Xcode project.
Dependencies
  • Upgraded to tauri-cli@2.5.0

v2.4.1: @​tauri-apps/cli v2.4.1

Compare Source

[2.4.1]

Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.4.1

v2.4.0: @​tauri-apps/cli v2.4.0

Compare Source

[2.4.0]

New Features
  • d91bfa5cb (#​12970 by @​lucasfernog) Allow merging multiple configuration values on tauri dev, tauri build, tauri bundle, tauri android dev, tauri android build, tauri ios dev and tauri ios build.
  • 30f5a1553 (#​12366 by @​FabianLars) Added trafficLightPosition window configuration to set the traffic light buttons position on macOS.
Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.4.0

v2.3.0: @​tauri-apps/cli v2.3.0

Compare Source

[2.3.0]

Enhancements
Dependencies
  • Upgraded to tauri-cli@2.3.0

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 02bbe88 to 3cf223a Compare March 20, 2025 21:36
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 3cf223a to 1d17975 Compare April 1, 2025 19:06
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 2fbf7cb to 2f18b36 Compare April 21, 2025 07:01
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 5984513 to 6671990 Compare May 17, 2025 07:06
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 4 times, most recently from d5f53f0 to a1cce86 Compare June 28, 2025 21:37
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from be9ce20 to 250aedc Compare July 22, 2025 07:39
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 250aedc to 444b131 Compare August 10, 2025 12:22
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 5 times, most recently from d3310cb to a2a07a5 Compare August 25, 2025 14:58
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from a2a07a5 to 75347a8 Compare August 31, 2025 09:54
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 75347a8 to 1b07b14 Compare September 7, 2025 23:53
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 1b07b14 to 6c946d7 Compare September 25, 2025 14:55
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from d59860f to d542763 Compare October 22, 2025 19:26
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from f5f6c99 to fbea24a Compare November 4, 2025 20:31
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 58bf63f to d14b0cb Compare November 11, 2025 00:46
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from d14b0cb to 0b67411 Compare November 13, 2025 21:56
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 0b67411 to 71c7a94 Compare November 22, 2025 09:43
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 71c7a94 to 0f1de94 Compare November 30, 2025 12:52
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 0f1de94 to 64ed27b Compare December 9, 2025 12:58
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 64ed27b to 47bb016 Compare December 31, 2025 15:32
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 47bb016 to 1da55c0 Compare January 8, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant