tauri/.changes
i-c-b 13279917d4
enhance(cli): Add Cargo Tauri CLI version to tauri info output (#7713)
* enhance(cli): Add Cargo Tauri CLI version to `tauri info` output

* Create enhance-cli-cargo-tauri-cli-version-info.md
2023-08-31 01:53:37 +03:00
..
add-manager-emit-filter.md feat(core): Manager::emit_filter and optimize serialization (#7512) 2023-08-08 16:57:30 -03:00
api-formAsync.md feat(api/http): properly handle Files in Body.form, closes #7390 (#7394) 2023-07-13 08:58:21 -03:00
bundler-bundle-order.md fix(bundler): sort package types before bundling, closes #7349 (#7360) 2023-07-05 17:17:31 -03:00
bundler-macos-updater-dmg-only-fix.md fix(bundler): do not skip updater bundle target if only a macOS DMG is generated (#7481) 2023-07-24 09:27:11 -03:00
bundler-nsis-sign-uninstaller.md feat(bundler/nsis): sign uninstaller, closes #7348 (#7398) 2023-07-11 15:54:59 +03:00
bundler-windows-earlier-code-signing.md fix(bundler): sign the exe before the bundler step (#7487) 2023-08-08 15:16:00 -03:00
cli-disable-version-check.md fix(cli): Disable version check, fixes #7273 (#7277) 2023-06-21 19:19:31 +08:00
config.json refactor(bundler): switch to notarytool, closes #4300 (#7616) 2023-08-16 11:10:02 +09:00
core-base-links-target.md feat: respect base tag's target attribute, closes #7285 (#7344) 2023-07-11 15:11:23 +03:00
enhance-cli-cargo-tauri-cli-version-info.md enhance(cli): Add Cargo Tauri CLI version to tauri info output (#7713) 2023-08-31 01:53:37 +03:00
enhance-read-dir-error.md feat(core): enhance readDir error message, closes #7379 (#7416) 2023-07-13 08:00:51 -07:00
fix-nsis-legal-copyright.md fix(bundler/nsis): fix installer incorrect copyright info (#7386) 2023-07-10 14:56:13 +03:00
fix-nsis-previous-installation-method.md fix(bundler/nsis): use uninstallstring to find wix installation (#7326) 2023-07-08 04:26:40 +03:00
fix-nsis-uninstall-delete-app-data.md fix(bundler/nsis): revert shell context change before deleting appdata, closes #7588 (#7591) 2023-08-15 18:59:44 +03:00
fix-nsis-uninstall-previous-version.md fix(bundler/nsis): fix error message appears even after successful uninstall, closes #7317 (#7361) 2023-07-08 03:43:35 +03:00
fix-nsis-webview2-installer-use-tempdir.md fix(bundler/nsis): use temp dir for webview2 installer, closes #7409 (#7486) 2023-07-25 17:29:59 +03:00
fs-append-file.md feat(api): Add append option to writeFile apis (#7636) 2023-08-16 19:09:05 +03:00
kuchikiki.md chore(deps): update unmaintained dependency from kuchiki to kuchikiki (#7359) (#7367) 2023-07-11 19:19:13 +09:00
notarytool.md refactor(bundler): switch to notarytool, closes #4300 (#7616) 2023-08-16 11:10:02 +09:00
notification-sound.md feat: add notification sound (#7269) 2023-08-08 15:09:04 -03:00
nsis-bulgarian.md feat(bundler/NSIS): Add Bulgarian to supported NSIS languages. (#7624) (#7626) 2023-08-16 11:09:45 +09:00
nsis-kill-own-process.md chore(deps): update nsis_tuari_utils to 0.2.1 (#7711) 2023-08-30 15:49:47 +03:00
nsis-start-menu-shortcut.md fix(nsis): set correct ShellVarContext for uninstaller, closes #7315 (#7342) 2023-07-10 14:46:15 +03:00
plugin-custom-protocol.md feat(core/plugin): add register_uri_scheme_protocol, closes #7330 (#7350) 2023-07-12 16:49:32 -03:00
readme.md chore: explain covector tags (#6923) 2023-05-09 21:59:01 +03:00
remove-bitness.md refactor: remove bitness crate from bundler (#7405) 2023-07-12 07:38:25 -03:00
resources-map-bundler.md feat: allow specifying a resource map, closes #5844 (#5950) 2023-07-13 18:28:52 -03:00
resources-map.md feat: allow specifying a resource map, closes #5844 (#5950) 2023-07-13 18:28:52 -03:00
tauri-build-copy-webview2-runtime.md fix(build): Copy wv2 runtime in dev, fixes #7373 (#7419) 2023-07-13 14:34:31 -03:00
tauri-utils-read-line.md fix(tauri-utils): include \n in io::read_line, closes #6388 (#6519) 2023-08-08 16:43:19 -03:00
updater-admin-launch-fix.md fix(core): fix nsis updater unable to launch installers requiring elevation, closes #7184 (#7185) 2023-06-19 18:11:16 +03:00
updater-endpoints.md feat: allow more flexible http requests in updater closes #7422 (#7432) 2023-08-10 07:23:52 -03:00
updater-header.md feat: allow more flexible http requests in updater closes #7422 (#7432) 2023-08-10 07:23:52 -03:00
updater-redirect.md fix(core/updater): set max_redirections of 5, closes #7329 (#7341) 2023-07-11 15:08:53 +03:00
webdriver-bump-dependencies.md fix(driver): bump locked dependencies to fix build issue on Windows (#7475) 2023-08-08 15:46:32 -03:00
webdriver-bump-msrv.md fix(driver): bump locked dependencies to fix build issue on Windows (#7475) 2023-08-08 15:46:32 -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
'package-b': patch
---

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:bug
---

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