tauri/.changes
2023-02-19 16:23:18 -03:00
..
add-dylib-support-to-macos-frameworks.md feat(tauri-cli): add dylib support to tauri.bundle.macOS.frameworks, closes #4615 (#5732) 2022-12-31 13:53:35 -03:00
additional-args-api.md feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2022-12-14 11:46:24 -03:00
additional-args-config.md feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2022-12-14 11:46:24 -03:00
additional-args.md feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2022-12-14 11:46:24 -03:00
bundler-msi-mini-version.md feat(bundler): Add support for numeric-only build numbers in msi version (#6096) 2023-01-18 22:30:44 -03:00
cli-detect-profile.md fix(cli): detect --profile. closes #6255 (#6268) 2023-02-18 16:20:21 -03:00
cli-info.md fix(cli): don't panic when a crate version couldn't be parsed (#5873) 2022-12-26 11:35:04 -03:00
cli-rustc-not-found-msg.md fix(cli.rs): improve rustc not found error msg (#6021) 2023-01-16 22:41:05 -03:00
cli-sign-non-interactive.md feat(cli): add --ci flag to signer generate, closes #6089 (#6097) 2023-01-18 23:43:37 -03:00
cli-watcher-crash.md fix(cli): do not crash on watcher (#6303) 2023-02-17 22:06:10 -03:00
cli-windows-paths-print.md fix(cli): fix printing paths on Windows (#6137) 2023-01-26 10:45:58 -03:00
config.json feat(covector): improve published version check (#5783) 2022-12-08 09:49:55 -03:00
content-protection-api.md feat: add content protection api, closes #5132 (#5513) 2022-12-13 01:04:22 -03:00
content-protection-utils.md feat: add content protection api, closes #5132 (#5513) 2022-12-13 01:04:22 -03:00
content-protection.md feat: add content protection api, closes #5132 (#5513) 2022-12-13 01:04:22 -03:00
core-js-Map.md fix(core): convert js Map to object before serialization, closes #6078 (#6099) 2023-01-18 22:17:01 -03:00
core-navigation-handler.md Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) 2022-12-27 12:54:57 -03:00
core-sync-windows-metadata.md fix(core): sync windows metadata across all windows, closes #5571 (#5615) 2022-12-27 12:19:07 -03:00
css-preprocessor-mime-type.md fix(core): mime type of .less, .sass and .styl files (#6316) 2023-02-19 16:23:18 -03:00
custom-buttons-api.md feat: customize button texts of message dialog (#4383) 2022-12-27 18:15:53 -03:00
custom-buttons.md feat: customize button texts of message dialog (#4383) 2022-12-27 18:15:53 -03:00
custom-icon.md feat(cli): add option to make custom icon sizes, closes #5121 (#5246) 2022-12-27 10:34:20 -03:00
empty-tauri-key-password.md feat: skip password prompt on the build command if CI is set fixes #6089 2023-01-18 23:54:30 -03:00
expose-set_device_event_filter-in-tauri-api.md expose set_device_event_filter in tauri (#5562) 2022-12-13 13:57:32 -03:00
fix-2549.md fix: Resizing glitch on custom titlebar click (closes #2549) (#5966) 2023-01-03 14:14:37 -03:00
fix-dev-server-html-serialization.md fix(cli): web_dev_server html template serialization (fix #6165) (#6166) 2023-01-29 15:12:01 -03:00
fix-tray-events.md fix(tauri-runtime-wry): tray event listener not registered (#6270) 2023-02-14 14:56:36 -03:00
glob-match-require_literal_separator.md Merge pull request from GHSA-6mv3-wm7j-h4w5 2022-12-22 15:53:46 +02:00
heck-unicode.md fix(cli): use unicode feature for heck crate, closes #5860 (#5872) 2022-12-26 11:38:13 -03:00
is-minimized.md feat: add is_minimized (fix #3878) (#5618) 2022-12-12 10:34:19 -03:00
linux-mouse.md feature: disable mouse event when building windows on Linux, closes #5913 (#6025) 2023-01-16 10:33:06 -03:00
nsis-linux.md feat(bundler): Add support for creating NSIS bundles on unix hosts (#5788) 2023-01-19 15:42:40 -03:00
nsis.md feat(bundler): add nsis, closes #4450, closes #2319 (#4674) 2023-01-03 14:29:20 -03:00
open-links-mail-tel.md feat(core): add support to mailto: and tel: links, closes #5521 (#5544) 2022-12-13 00:57:39 -03:00
pin-os-info.md fix(core): pin unarray and os_info (#6212) 2023-02-07 20:47:31 -03:00
pin-time.md fix(core): pin time to 0.3.15 (#6312) 2023-02-19 09:02:36 -03:00
readme.md chore: add covector readme (#5255) 2022-10-04 17:02:30 -03:00
runtime-navigation-handler.md Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) 2022-12-27 12:54:57 -03:00
tauri-build-windows-manifest.md feat(tauri-build): add option to specify Windows manifest, closes #5584 (#5730) 2022-12-14 12:18:46 -03:00
template-default-features.md fix(cli): remove default features from template (#6074) 2023-01-16 21:43:29 -03:00
title-getter.md feat: add title getter on window, closes #5023 (#5515) 2022-12-13 00:59:09 -03:00
tray-tooltip-runtime.md feat(windows): implement with_tooltip (#5938) 2022-12-31 13:24:39 -03:00
tray-tooltip.md feat(windows): implement with_tooltip (#5938) 2022-12-31 13:24:39 -03:00
url-getter.md feat: expose url method (#5914) 2022-12-26 15:31:40 -03:00
version-inheritance.md feat: Further improve workspace inheritance, closes #6122, #5070 (#6144) 2023-01-26 10:47:23 -03:00
webview-theme.md fix: sync webview theme with window theme on Windows, closes #5802 (#5874) 2022-12-27 14:57:02 -03:00
window-from-config.md feat(core): create WindowBuilder from WindowConfig (#6073) 2023-01-16 22:29:21 -03:00
wix-launch-app-checked.md feat(bundler): check Launch app by default for WiX, closes #5859 (#5871) 2022-12-26 11:36:43 -03:00
wry-navigation-handler.md Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) 2022-12-27 12:54:57 -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
"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).