Lucas Fernandes Nogueira d13afec204 feat(bundler): add option to skip webview2 runtime installation, closes #1606 (#1612) 4 éve
..
api-package-fix.md 7f998d08e3 fix(api): distribution (#1582) 4 éve
appimage-icon.md fbf73f3ab5 fix(bundler): find icon for AppImage, define `.DirIcon`, closes #749 (#1594) 4 éve
beta-rc.md 03a1c95d7e chore: enable covector prerelease beta (#1518) 4 éve
cli-js-download-stop.md 8a32d0ec39 fix(cli.js): remove cli file if the download fails or process is killed (#1592) 4 éve
cli-rs-dist-validation.md a670d3a457 fix(cli.rs): check if distDir exists after running `beforeDevCommand` (#1586) 4 éve
cli.rs-camelcase-rename.md bdf707285e fix(cli.rs/info): add missing camelCase rename (#1505) 4 éve
clr.rs-fix-tauri-info.md 71666e9f9c fix(cli.rs): fix panic & use `cmd` to run `yarn`&`npm` on windows (#1511) 4 éve
config.json 2e39880582 chore: covector config tweaks, remove tauri -> api dep (#1541) 4 éve
create-webview-error.md 7471e347d3 feat(core): add error message on `error::CreateWebview` (#1602) 4 éve
cta-remove-lodash.md edab7a6686 chore(deps): remove lodash from create-tauri-app (#1532) 4 éve
cta-remove-tauri-from-vanilla.md 3998046489 fix(cta): remove `tauri` dep from vanilla recipe (#1502) 4 éve
cta-tauri-script.md 098b729e67 chore: CTA version was decremented, fix and adjust changelog to compensate (#1530) 4 éve
deps-rc-detection.md 07eb6cec8b fix(cli.js): use `cargo search` on crate latest version detection (#1563) 4 éve
dialog-default-path-file.md aa7e2738cc feat: use `rfd::FileDialog#set_file_name` if `default_path` is a file (#1598) 4 éve
dialog-default-path-validation.md cfa74ebf68 feat(core): validate dialog `default_path` (it must exist) (#1599) 4 éve
event-once.md ece243d17c don't remove once listener on new thread (#1506) 4 éve
expose-async-runtime.md d3fdeb4518 feat(core): expose `async_runtime` module (#1576) 4 éve
expose-page-load-payload.md 5e65b768e5 fix(core): expose `PageLoadPayload` struct (#1590) 4 éve
fix-cta-set-script.md f708ff824e fix(CTA): #1569, manually set tauri script for compatability with older npm (#1572) 4 éve
fix-info-npm-version.md 0012782e43 fix(cli.rs): `info` command `npm_package_version` parsing `beta-rc` (#1587) 4 éve
fix-js-api-import.md ae14a3ff51 fix: #1517 had the wrong package reference in the changefile (#1538) 4 éve
fix-plugin-invoke.md 422dd5e2a0 fix(core): command name on plugin invoke handler (#1577) 4 éve
invoke-context.md be65f04db7 fix(core): make window.__TAURI__.invoke context free, fixes #1547 (#1565) 4 éve
macos-custom-protocol-https.md 5909c1e014 Make sure custom protocol is handled as secure context on macOS (#1551) 4 éve
macos-modifiers.md ceadf2f556 fix(core): macos shortcut modifiers, closes #1542 (#1560) 4 éve
multi-custom-protocols.md 938fb624f5 feat(core): expose custom protocol handler APIs (#1553) 4 éve
nested-events.md e447b8e0e6 allow event listeners to be nested (#1513) 4 éve
node-v12.md 1f089fb4f9 chore: update minimum nodejs version to 12.13.0 (#1562) 4 éve
package-info-config.md 8fd1baf69b fix(core): pull package info from tauri.conf.json if set (#1581) 4 éve
plugin-initialization-result.md 508eddc784 refactor(core): plugin initialization return value (#1575) 4 éve
pre.json 8fa06ddb6a Apply Version Updates From Current Changes (#1540) 4 éve
readme.md aea614587b refactor(repo): add /tooling folder (#1457) 4 éve
sidecar-fix.md 99307d02c3 fix(core): sidecar command path (#1584) 4 éve
supports-custom-template.md ebe755ac5c feat: #1528 wix supports custom templates (#1529) 4 éve
sync-metadata.md 1f64927362 chore: sync cli.rs metadata.json file versions (#1534) 4 éve
tauri-icon-cli.md 1e0b41e155 refactor(cli.js): `tauri icon` with positional arg for icon path (#1600) 4 éve
tauri-init-ci-fix.md 941585c0c5 fix(cli.js): skip installing deps when `--ci` is passed on `tauri init` (#1603) 4 éve
updater-feature.md 9490b257d2 fix(cli.rs): enable the `updater` feature on cli (#1597) 4 éve
user-data-path.md 5f033db41c feat(core): use bundle identifier on user data path (#1580) 4 éve
windows-user-data-path.md 5f033db41c feat(core): use bundle identifier on user data path (#1580) 4 éve
wix-fragments.md 69ea51ec93 feat(bundler): implement wix fragments, closes #1528 (#1601) 4 éve
wix-skip-webview-install.md d13afec204 feat(bundler): add option to skip webview2 runtime installation, closes #1606 (#1612) 4 éve

readme.md

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 it represents the overall change for our sanity.

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:

---
"api": patch
"tauri-bundler": patch
"cli.rs": patch
"cli.js": patch
"tauri-utils": patch
"tauri-macros": patch
"tauri-build": patch
"tauri-codegen": patch
"tauri": 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).