Amr Bashir f756cd5e7e fix(core): wait for tray cleanup before exiting app, closes #5244 (#5245) 2 lat temu
..
api-fs-exists-return-type.md ca3cd8b3d1 fix(api): fs/exists return type previously set to void when it should be boolean (#5252) 2 lat temu
api-monitor-class-initialization.md 6f41a27124 fix(api.js): fix `Monitor` initialization, closes #4672 (#5314) 2 lat temu
api-node14.md 1129f4f575 refactor: simplify api.js bundling (#4277) 2 lat temu
app-dirs-api.md 5d89905e39 feat(api): add app-specific directory APIs, closes #5263 (#5272) 2 lat temu
asset-protocol-streaming-mime-type.md 39443b4350 fix(core): set correct mimetype for asset protocol streams, closes #5203 (#5210) 2 lat temu
bundler-japanese-lang.md d4cac20292 fix(bundler): fix japanese lang code, closes #5342 (#5346) 2 lat temu
cli-product-name-validation.md b9316a64ea fix(cli): validate `productName` in config, closes #5233 (#5262) 2 lat temu
cli-static-files-hot-reload.md 54c337e06f feat(cli): hotreload support for frontend static files, closes #2173 (#5256) 2 lat temu
cli-target-triple-env.md a4aec9f0a8 feat(cli): expose `TAURI_TARGET_TRIPLE` to before*Commands, closes #5091 (#5101) 2 lat temu
cli.js-node-shim.md 095b18620b fix(cli.js): fix invoking cli from a node shim, closes #5343 (#5345) 2 lat temu
config.json 255ebcb7ef refactor: upload schema to tauri-build release instead of cli (#5197) 2 lat temu
fix-cli-envs.md a4aec9f0a8 feat(cli): expose `TAURI_TARGET_TRIPLE` to before*Commands, closes #5091 (#5101) 2 lat temu
fix-html-template.md aec5537de0 fix(codegen): serialize template tags, closes #4410 (#5247) 2 lat temu
fix-resource-scope.md a06dc69931 fix(core): canonicalize resource dir to fix scope check, closes #5196 (#5218) 2 lat temu
hidden-title-macos.md 321f3fed19 feat(macos): `title_bar_style` and `hidden_title` window options, closes #2663 (#3965) 2 lat temu
mac-app-hide-allowlist.md 39bf895b73 feat(macOS): Add application `show` and `hide` methods (#3689) 2 lat temu
mac-app-hide-api.md 39bf895b73 feat(macOS): Add application `show` and `hide` methods (#3689) 2 lat temu
mac-app-hide-runtime.md 39bf895b73 feat(macOS): Add application `show` and `hide` methods (#3689) 2 lat temu
mac-app-hide.md 39bf895b73 feat(macOS): Add application `show` and `hide` methods (#3689) 2 lat temu
menu-deadlock.md ae65951bc4 fix(core): fix deadlock in `on_menu_event`, closes #5254 (#5257) 2 lat temu
menu-on-left-click.md 63011ca84e fix(macos): fix regression in `with_menu_on_left_click`, closes #5220 (#5235) 2 lat temu
msrv-1.59.md 7d9aa3987e feat: bump MSRV to 1.59 (#5296) 2 lat temu
publisher-field.md 628285c1cf feat(bundler): add `publisher` field, closes #5273 (#5283) 2 lat temu
readme.md a5861d8294 chore: add covector readme (#5255) 2 lat temu
resource-dir-canonicalize.md a06dc69931 fix(core): canonicalize resource dir to fix scope check, closes #5196 (#5218) 2 lat temu
transparent-titlebar-macos.md 321f3fed19 feat(macos): `title_bar_style` and `hidden_title` window options, closes #2663 (#3965) 2 lat temu
tray-cleanup.md f756cd5e7e fix(core): wait for tray cleanup before exiting app, closes #5244 (#5245) 2 lat temu
tray-title-config.md 8f1ace7795 feat: expose `set_title` for MacOS tray (#5182) 2 lat temu
tray-title.md 8f1ace7795 feat: expose `set_title` for MacOS tray (#5182) 2 lat temu
user-agent-config.md a6c94119d8 feat(core): expose user_agent to window config (#5317) 2 lat temu
user-agent.md a6c94119d8 feat(core): expose user_agent to window config (#5317) 2 lat temu
utils-mimetype.md 54c337e06f feat(cli): hotreload support for frontend static files, closes #2173 (#5256) 2 lat temu
wix-clear-env.md 7c0fa1f3f9 fix(bundler): clear env before calling wix, closes #4791 (#4819) 2 lat temu

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