You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes
Lorenzo Rizzotti 753c7be0a6
feat(http) add unsafe-headers feature flag (#1050)
1 year ago
..
beta.md feat: update to tauri beta, add permissions (#862) 1 year ago
clipboard-html.md feat(clipboard): Implement HTML and clear functionality (#977) 1 year ago
config.json fmt 1 year ago
dialog-can-create-directories.md feat(dialog): allow setting `canCreateDirectories` on macOS (#978) 1 year ago
dialog-linux-freeze.md fix(dialog): Remove Linux specific code for rfd 0.14 compatibility (#1033) 1 year ago
enhance-http-scope.md feat(http): enhance scope URL matching via urlpattern (#1030) 1 year ago
file-autogen-fix.md fix: fix `plugins/fs` infinite loop on autoregen (#1029) 1 year ago
fix-shutdown-timing.md fix: single instance doesn't shutdown immediately (#1019) 1 year ago
fix-zbus-import.md fix(single-instance): wrong zbus import, closes #980 (#981) 1 year ago
global-shortcut-refactor.md refactor!(global-shortcut): better APIs DX (#969) 1 year ago
http-unsafe-headers.md feat(http) add unsafe-headers feature flag (#1050) 1 year ago
http-user-agent.md fix(http): allow `User-Agent` header to be set (#983) 1 year ago
msrv-1.75.md bump msrv 1 year ago
pre.json publish new versions (#1042) 1 year ago
public-with-store.md fix(store): `with_store` and `StoreCollection` become private in #1011 (#1040) 1 year ago
readme.md ci: set up covector (#329) 2 years ago
shell-shellexcute.md chore(deps): update to `open-rs@5.1` (#1021) 1 year ago
tauri-beta-4.md updates 1 year ago
tauri-beta-8.md chore: Update tauri to beta.8 (#1005) 1 year ago
tauri-beta-9.md chore(deps): update to tauri beta.9 (#1037) 1 year ago

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": minor
---

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