tauri/.changes
Jason Tsai 3fb414b61a
fix(event): let once event return EventId, close #8912 (#8914)
* fix(event): let once event return EventId

* Update .changes/core-once-event-return-event-id.md
2024-02-20 17:36:15 +02:00
..
acl-scope-refactor.md feat(core): add Manager::add_capability, closes #8799 (#8806) 2024-02-19 11:59:20 -03:00
allow-recursive-asset-scope-on-file-drop-directory.md feat(core): recursive asset scope on directory file-drop event (#8864) 2024-02-15 16:56:04 +02:00
api-tauri-event-file-drop-rename.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
api-webview-window-new-methods.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
api-webview-window.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
api-window-on-filedrop.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
beta.md fix(ci): adjust covector configuration 2024-02-03 17:38:27 -03:00
capabilities-multiwebview.md feat(core): capabilities on multiwebview contexts (#8789) 2024-02-16 08:24:51 -03:00
capabilities-tauri-conf.md refactor(core): allow referencing capabilities on the Tauri config file (#8797) 2024-02-18 10:42:09 -03:00
cli-plugin-android-init.md fix(cli): fix code output of tauri plugin android init (#8810) 2024-02-07 18:40:46 +02:00
cli-windows-build-tools-detect-utf8.md fix(cli): use UTF-8 encoding for vswhere.exe output (#8865) 2024-02-15 16:55:31 +02:00
codegen-capabilities-attribute.md feat(codegen): allow defining additional capabilities, closes #8798 (#8802) 2024-02-19 11:13:36 -03:00
config.json chore: run pnpm format on the repo 2024-02-03 11:08:13 -03:00
context-runtime-authority.md feat(codegen): allow defining additional capabilities, closes #8798 (#8802) 2024-02-19 11:13:36 -03:00
core-center-window.md enhance: center window before creation (#8845) 2024-02-16 08:13:49 -03:00
core-js-event-anytarget.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
core-once-event-return-event-id.md fix(event): let once event return EventId, close #8912 (#8914) 2024-02-20 17:36:15 +02:00
downgrade-minisign.md fix(cli): Downgrade minisign to 0.7.3 once again (#8838) 2024-02-16 08:24:00 -03:00
enhance-resource-dir-resolution.md fix(core): Incorrect resource_dir when app run from new style target/PLATFORM+ARCH/(debug|release) dir (#8852) 2024-02-18 15:10:21 -03:00
fix-capability-schema-definitions.md fix(build): move capability schema definitions to root (#8906) 2024-02-19 14:46:21 -03:00
fix-codegen-rerun-if-changed.md refactor(core): enhance app rerun-if-changed for capabilities and frontend dist (#8756) 2024-02-04 11:42:13 -03:00
fix-config-arg.md fix(cli): regression on --config not accepting file paths (#8783) 2024-02-07 17:08:05 +02:00
fix-invoke-devtools-by-hotkey.md fix: correct invoke command for toggling devtools by hotkey, closes #8771 (#8793) 2024-02-06 07:41:54 -03:00
fix-migrate-updater.md fix(cli): skip migrating updater config if not active (#8768) 2024-02-05 09:54:29 -03:00
fix-process-ipc-message-fn.md fix(core): regression on process-ipc-message-fn (#8749) 2024-02-03 17:18:19 -03:00
fix-rewrite-schema.md fix(build): do not rewrite unchanged schema (#8757) 2024-02-04 12:45:59 +01:00
fix-tauri-build-license-field.md fix(core): Compile error when bundle.license is set (#8774) 2024-02-05 15:08:32 +02:00
fix-tauri-build-unix.md fix(core): build on unix failing (#8761) 2024-02-04 19:42:55 +01:00
fix-webview-close.md fix(multiwebview): remove webview from store on close (#8766) 2024-02-04 23:22:09 -03:00
handle-empty-permissions.md fix(core): do not generate files if plugin has no permissions (#8815) 2024-02-07 22:26:16 -03:00
inline-plugins.md feat(build): support plugins that are defined in app crate (#8781) 2024-02-16 08:24:40 -03:00
pre.json Apply Version Updates From Current Changes (#8775) 2024-02-19 15:49:28 -03:00
README.md chore: add back .changes/readme.md (#8905) 2024-02-19 14:39:27 -03:00
refactor-capabilities-schema.md refactor(core): enhance app rerun-if-changed for capabilities and frontend dist (#8756) 2024-02-04 11:42:13 -03:00
refactor-capability-remote-option.md refactor: configure URLs instead of domains on capability remote (#8898) 2024-02-19 11:14:09 -03:00
rerun-if-permission-created.md refactor(core): enhance app rerun-if-changed for capabilities and frontend dist (#8756) 2024-02-04 11:42:13 -03:00
runtime-add-capability.md feat(core): add Manager::add_capability, closes #8799 (#8806) 2024-02-19 11:59:20 -03:00
rwh-06.md chore(deps): update wry to 0.36 (#8795) 2024-02-07 22:26:29 -03:00
schema_str.md fix(build): fix writing schema file (#8782) 2024-02-05 14:32:27 -03:00
tauri-build-codegen-capabilities.md feat(codegen): allow defining additional capabilities, closes #8798 (#8802) 2024-02-19 11:13:36 -03:00
tauri-close-requested-target-specific.md fix: target specific window for window events (#8826) 2024-02-12 17:55:20 +02:00
tauri-error-sync.md fix(core): make tauri::Error sync again (#8777) 2024-02-05 14:52:10 -03:00
tauri-plugin-identifier-alphanumeric.md feat: relax plugin identifier requirements to alphanumeric and - (#8856) 2024-02-16 07:27:56 -03:00
tauri-runtime-webview-events.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
tauri-scope-object-error-sync.md fix(core): make tauri::Error sync again (#8777) 2024-02-05 14:52:10 -03:00
tauri-utils-capability-refactor.md feat(codegen): allow defining additional capabilities, closes #8798 (#8802) 2024-02-19 11:13:36 -03:00
tauri-webview-events.md refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
update-app-template-capabilities-conf.md refactor(core): allow referencing capabilities on the Tauri config file (#8797) 2024-02-18 10:42:09 -03:00
update-plugin-template.md refactor(core): enhance app rerun-if-changed for capabilities and frontend dist (#8756) 2024-02-04 11:42:13 -03:00
wry-0.36.md chore(deps): update wry to 0.36 (#8795) 2024-02-07 22:26:29 -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:enhance'
'package-b': 'patch:enhance'
---

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:enhance'
---

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