tauri/.changes
2025-10-09 14:21:33 -03:00
..
14089-expose-scrollbarstyle-webview-option-to-tauri-api.md feat: Expose ScrollBarStyle webview option to tauri. (#14089) 2025-09-02 07:14:59 -03:00
14089-expose-scrollbarstyle-webview-option-to-tauri-config.md feat: Expose ScrollBarStyle webview option to tauri. (#14089) 2025-09-02 07:14:59 -03:00
14089-expose-scrollbarstyle-webview-option-to-tauri.md feat: Expose ScrollBarStyle webview option to tauri. (#14089) 2025-09-02 07:14:59 -03:00
adaptive_icons.md Add support for adaptive and themed icons on android (#14223) 2025-10-01 09:41:54 -03:00
android-init-windows-unix.md fix(cli): improve Android BuildTask.kt Windows executable detection for nvm4w Fixes #13892 (#14146) 2025-10-07 15:25:49 -03:00
android-plugin-bool-is-deserialize.md fix(core): parse Android plugin args starting with is, closes #14254 (#14260) 2025-10-08 07:53:35 -03:00
cargo-mobile-0.21.md feat(cli): update cargo-mobile2 to 0.21, closes #14238 (#14268) 2025-10-09 08:30:36 -03:00
CHANGES.md feat(bundle): add --no-sign flag to skip code signing in bundling pro… (#14052) 2025-09-01 13:59:55 -03:00
check-mismatched-versions-tauri-info.md enhance(cli): check mismatched packages in info (#14262) 2025-10-08 19:53:55 +08:00
config.json fix: don't ship global api bundle if withGlobalTauri is false (#13033) 2025-03-20 12:37:31 -03:00
data-dir-js.md feat(api): add dataDirectory setting config (#14091) 2025-09-01 13:56:26 -03:00
default-log-level.md feat(cli): set default log level when adding the log plugin (#14122) 2025-09-01 13:55:59 -03:00
emit-raw-api.md added emit2 and emitTo2 instead 2025-10-09 14:21:33 -03:00
ensure-android-env.md feat(cli): detect Android env and install SDK and NDK if needed (#14094) 2025-10-01 09:33:14 -03:00
event-emit-raw.md feat(core): optimize raw payload in event system, closes #13405 2025-10-09 13:09:31 -03:00
file-association-content-type.md feat(cli): UTExportedTypeDeclarations support for file associations (#14128) 2025-10-07 13:12:39 -03:00
file-association-exported-type-cli.md feat(cli): UTExportedTypeDeclarations support for file associations (#14128) 2025-10-07 13:12:39 -03:00
file-association-exported-type.md feat(cli): UTExportedTypeDeclarations support for file associations (#14128) 2025-10-07 13:12:39 -03:00
fix-android-build-nvm4w-windows.md fix(cli): improve Android BuildTask.kt Windows executable detection for nvm4w Fixes #13892 (#14146) 2025-10-07 15:25:49 -03:00
fix-ios-cmd-pkg-name-change.md fix(cli): ensure Xcode project is up to date with Cargo project name (#14101) 2025-10-06 14:06:04 -03:00
fix-js-icon-tauri-info.md fix(cli): js icon in tauri info (#14261) 2025-10-08 17:58:47 +08:00
fix-unspeficied-dev-host.md fix(cli): resolve IP when dev URL host is unspecified, closes #13356 (#14115) 2025-10-06 13:11:48 -03:00
improve-errors.md refactor(cli): improve errors (#14126) 2025-10-02 06:58:26 -03:00
info-plist-config.md feat(core): add config for Info.plist extensions, closes #13667 (#14108) 2025-10-06 14:05:33 -03:00
install-ios-platform.md feat(cli): prompt to install iOS runtime if needed, closes #9186 (#14129) 2025-09-01 13:55:51 -03:00
ios-async-support.md feat(ios): support async Swift plugin methods (completionHandler:) in PluginManager (#14148) 2025-10-02 09:00:44 -03:00
linuxdeploy-extract.md fix(bundler): set APPIMAGE_EXTRACT_AND_RUN env var as well for linuxdeploy (#14241) 2025-10-06 13:11:35 -03:00
listen-raw-binary-payload.md feat(core): optimize raw payload in event system, closes #13405 2025-10-09 13:09:31 -03:00
mobile-pnpm-dlx-init.md fix(cli): mobile init when using pnpm dlx (#14118) 2025-10-06 13:12:00 -03:00
mobile-run.md feat(cli): add mobile run commands, closes #13196 (#14120) 2025-10-08 07:58:17 -03:00
README.md chore: add back .changes/readme.md (#8905) 2024-02-19 14:39:27 -03:00
refactor-info-plist.md feat(core): add config for Info.plist extensions, closes #13667 (#14108) 2025-10-06 14:05:33 -03:00
register-plugin-listener-fix.md fix(api): "command not found" error when running addPluginListener (#14132) 2025-10-06 14:55:20 -03:00
stack-overflow-release-build.md fix(macros): stack overflow in invoke handler (#14170) 2025-09-08 17:38:15 +08:00
support-raw-entitlements.md feat(core): add support to universal app links on macOS (#14031) 2025-10-07 09:27:30 -03:00
universal-app-links-macos.md feat(core): add support to universal app links on macOS (#14031) 2025-10-07 09:27:30 -03:00
warn-missing-product-name.md chore(cli): warn when product name is missing, closes #14034 (#14105) 2025-10-02 08:28:30 -03:00

Changes

via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do not need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

---
'package-a': 'patch:enhance'
'package-b': 'patch:enhance'
---

Change summary goes here

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a major, minor or patch as further described in semver.

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).

Additionally you could specify a tag for the change file to group it with other changes by prefixing the bump with :<tag>, for example:

---
'package-a': 'patch:enhance'
---

Change summary goes here

which will group this change file with other changes that specify the bug tag.

For list of available tags, see the changeTags key in ./config.json