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
Lucas Fernandes Nogueira d5a7c77a8d
fix(docs): enable `tauri/dox` feature on docs.rs build (#545)
2 years ago
..
config.json fix(ci): enable sqlite feature when publishing the sql plugin 2 years ago
dialog-async-message-dialog.md fix(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 (#445) 2 years ago
disable-window-controls-api-options.md feat(window): add option to disable controls (#406) 2 years ago
disable-window-controls-api.md feat(window): add option to disable controls (#406) 2 years ago
fix-docs-build.md fix(docs): enable `tauri/dox` feature on docs.rs build (#545) 2 years ago
fs-wiret-binary-file.md fix(fs-js): fix `writeBinaryFile` invalid command usage (#454) 2 years ago
http-multipart-refactor.md feat(http): refactor and improvements (#428) 2 years ago
http-plugin-refactor.md feat(http): refactor and improvements (#428) 2 years ago
notification-init-script.md fix(notification): Fix init.js script for use without global tauri object. (#414) 2 years ago
notification-revert-sound.md fix(notification): remove default notification sound on Windows (#440) 2 years ago
notification-sound.md feat(notification): play default sound on WIndows 2 years ago
os-plugin-refactor.md refactor(os): refactor EOL const (#427) 2 years ago
persisted-scope-asset.md Merge v1 into v2 (#468) 2 years ago
persisted-scope-glob.md Merge v1 into v2 (#468) 2 years ago
pre.json Publish New Versions (v2) (#402) 2 years ago
readme.md ci: set up covector (#329) 2 years ago
shell-command-apis.md feat(window): refactor and improvements (#426) 2 years ago
shell-detached.md feat(shell): ensure launched processes are detached (#463) 2 years ago
stronghold-arg-name.md Merge v1 into v2 (#468) 2 years ago
stronghold-constructor.md fix(stronghold): remove constructor, add static load function (#416) 2 years ago
updater-nsis-admin.md fix(updater): fix nsis updater unable to launch installers requiring elevation (#444) 2 years ago
updater-nsis.md feat(updater): backport changes from tauri v1 (#405) 2 years ago
updater-plugin-refactor.md feat(updater): refactor and improvements (#431) 2 years ago
v2-alpha.md refactor: rename clipboard plugin to clipboard-manager (#400) 2 years ago
window-incognito.md feat(window): add `incognito` option (#418) 2 years ago
window-is-focused.md feat(window): add is_focused API (#407) 2 years ago
window-plugin-refactor.md feat(window): refactor and improvements (#426) 2 years ago
window-set-effects.md feat(window): add `setEffects` API (#392) 2 years ago
window-state-decorated.md fix(window-state): port fixes from v1 (#436) 2 years ago
window-state-promise.md fix(window-state): port fixes from v1 (#436) 2 years 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).