Lucas Nogueira 911587692c feat(core): metadata for runtime fs scope path additions, closes #5875 2 年之前
..
additional-args-api.md 3dc38b150e feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2 年之前
additional-args-config.md 3dc38b150e feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2 年之前
additional-args.md 3dc38b150e feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2 年之前
config.json 41a471b23a feat(covector): improve published version check (#5783) 2 年之前
content-protection-api.md 4ab5545b7a feat: add content protection api, closes #5132 (#5513) 2 年之前
content-protection-utils.md 4ab5545b7a feat: add content protection api, closes #5132 (#5513) 2 年之前
content-protection.md 4ab5545b7a feat: add content protection api, closes #5132 (#5513) 2 年之前
expose-set_device_event_filter-in-tauri-api.md 73fd60eef2 expose set_device_event_filter in tauri (#5562) 2 年之前
fs-scope-metadata.md 911587692c feat(core): metadata for runtime fs scope path additions, closes #5875 2 年之前
glob-match-require_literal_separator.md 72389b00d7 Merge pull request from GHSA-6mv3-wm7j-h4w5 2 年之前
is-minimized.md 62144ef3be feat: add is_minimized (fix #3878) (#5618) 2 年之前
open-links-mail-tel.md d0d873e39a feat(core): add support to mailto: and tel: links, closes #5521 (#5544) 2 年之前
readme.md a5861d8294 chore: add covector readme (#5255) 2 年之前
tauri-build-windows-manifest.md bca09f7f5f feat(tauri-build): add option to specify Windows manifest, closes #5584 (#5730) 2 年之前
title-getter.md 233e43b0c3 feat: add `title` getter on window, closes #5023 (#5515) 2 年之前
version-inheritance.md cd8c074ae6 feat(cli): add support for Cargo's workspace inheritance for the package version, closes #5070 (#5775) 2 年之前

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 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).