Lucas Fernandes Nogueira 6d6b6e653e feat: configure escaping on handlebars templates (#6678) 2 anos atrás
..
add-dylib-support-to-macos-frameworks.md ce76d95ab1 feat(tauri-cli): add dylib support to `tauri.bundle.macOS.frameworks`, closes #4615 (#5732) 2 anos atrás
additional-args-config.md 3dc38b150e feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2 anos atrás
additional-args.md 3dc38b150e feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) 2 anos atrás
api-on-resized-on-moved.md 0b46637eba fix(api): construct correct object for onResized and onMoved, closes #6507 (#6509) 2 anos atrás
bundler-msi-mini-version.md 20ff1f4596 feat(bundler): Add support for numeric-only build numbers in msi version (#6096) 2 anos atrás
cli-detect-profile.md bfa69691a5 fix(cli): detect `--profile`. closes #6255 (#6268) 2 anos atrás
cli-dev-server-available-port.md a7ee5ca7c3 fix(cli): look for available ports for built-in dev server, closes #6511 (#6514) 2 anos atrás
cli-dev-server-port.md b7a2ce2c63 feat(cli): add --port, closes #6186 (#6283) 2 anos atrás
cli-info.md c2608423b6 fix(cli): don't panic when a crate version couldn't be parsed (#5873) 2 anos atrás
cli-rustc-not-found-msg.md 7aab3e2076 fix(cli.rs): improve `rustc` not found error msg (#6021) 2 anos atrás
cli-sign-non-interactive.md 8fb1df8aa6 feat(cli): add `--ci` flag to `signer generate`, closes #6089 (#6097) 2 anos atrás
cli-templates.md a926b49a01 Fix Github Actions of Tauri Plugin with-api template (#6603) 2 anos atrás
cli-watcher-crash.md e8014a7f61 fix(cli): do not crash on watcher (#6303) 2 anos atrás
cli-windows-paths-print.md 9da996073f fix(cli): fix printing paths on Windows (#6137) 2 anos atrás
clijs-node-version.md 1c8229fbe2 fix(cli.js): detect `node-<version>` binary, closes #6427 (#6432) 2 anos atrás
config.json 6ff801e27d chore: rename `config-schema` to `tauri-config-schema` (#6250) 2 anos atrás
content-protection-api.md 4ab5545b7a feat: add content protection api, closes #5132 (#5513) 2 anos atrás
content-protection-utils.md 4ab5545b7a feat: add content protection api, closes #5132 (#5513) 2 anos atrás
content-protection.md 4ab5545b7a feat: add content protection api, closes #5132 (#5513) 2 anos atrás
core-js-Map.md d4d6a98d98 fix(core): convert js `Map` to object before serialization, closes #6078 (#6099) 2 anos atrás
core-navigation-handler.md 3f35b45263 Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) 2 anos atrás
core-sync-windows-metadata.md 146a794cb6 fix(core): sync windows metadata across all windows, closes #5571 (#5615) 2 anos atrás
core-updater-204.md eb1ec0416c fix(core/updater): read and parse response after checking status code, closes #6192 (#6575) 2 anos atrás
css-preprocessor-mime-type.md 5fdf8dcb8e fix(core): mime type of .less, .sass and .styl files (#6316) 2 anos atrás
custom-buttons-api.md 00e1efaa9b feat: customize button texts of message dialog (#4383) 2 anos atrás
custom-buttons.md 00e1efaa9b feat: customize button texts of message dialog (#4383) 2 anos atrás
custom-icon.md 9d2144128f feat(cli): add option to make custom icon sizes, closes #5121 (#5246) 2 anos atrás
empty-tauri-key-password.md d4f89af18d feat: skip password prompt on the build command if CI is set fixes #6089 2 anos atrás
expose-set_device_event_filter-in-tauri-api.md 73fd60eef2 expose set_device_event_filter in tauri (#5562) 2 anos atrás
fix-2549.md 4892637f83 fix: Resizing glitch on custom titlebar click (closes #2549) (#5966) 2 anos atrás
fix-5781.md 2f70d8da2b fix: symlink issue bundling for linux #5781 (#6391) 2 anos atrás
fix-cli-default-run.md 57c6bf07bb fix(cli): fix default-run not deserialized (#6584) 2 anos atrás
fix-dev-server-html-serialization.md 314f0e212f fix(cli): web_dev_server html template serialization (fix #6165) (#6166) 2 anos atrás
fix-dmg-bundle.md 7489f96697 fix(bundler): fix problem of macOS bunder while i18n is set, closes #6614 (#6615) 2 anos atrás
fix-tray-events.md 138cb8d739 fix(tauri-runtime-wry): tray event listener not registered (#6270) 2 anos atrás
glob-match-require_literal_separator.md 72389b00d7 Merge pull request from GHSA-6mv3-wm7j-h4w5 2 anos atrás
handlebars-escape.md 6d6b6e653e feat: configure escaping on handlebars templates (#6678) 2 anos atrás
heck-unicode.md 72621892fe fix(cli): use `unicode` feature for `heck` crate, closes #5860 (#5872) 2 anos atrás
is-minimized.md 62144ef3be feat: add is_minimized (fix #3878) (#5618) 2 anos atrás
linux-mouse.md 8c842a54a6 feature: disable mouse event when building windows on Linux, closes #5913 (#6025) 2 anos atrás
msrv-1.60.md 5fdc616df9 feat: Use the zbus-backed of notify-rust (#6332) 2 anos atrás
nsis-linux.md 60e6f6c3f1 feat(bundler): Add support for creating NSIS bundles on unix hosts (#5788) 2 anos atrás
nsis.md c94e1326a7 feat(bundler): add `nsis`, closes #4450, closes #2319 (#4674) 2 anos atrás
open-3.2.md 708efbd9b7 fix(core/tauri): upgrade `open` to 3.2 to fix a bug on Windows (#6441) 2 anos atrás
open-links-mail-tel.md d0d873e39a feat(core): add support to mailto: and tel: links, closes #5521 (#5544) 2 anos atrás
pin-os-info.md a8d640b3c6 fix(core): pin unarray and os_info (#6212) 2 anos atrás
pin-raw-window-handle.md c46c09f31d fix(deps): pin raw-window-handle to 0.5.0 (#6480) 2 anos atrás
pin-time.md 3d16461b68 fix(core): pin time to 0.3.15 (#6312) 2 anos atrás
readme.md a5861d8294 chore: add covector readme (#5255) 2 anos atrás
remote-urls.md ee71c31fd0 feat(core): allow configuring remote domains with IPC access, closes #5088 (#5918) 2 anos atrás
runtime-navigation-handler.md 3f35b45263 Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) 2 anos atrás
tauri-build-windows-manifest.md bca09f7f5f feat(tauri-build): add option to specify Windows manifest, closes #5584 (#5730) 2 anos atrás
template-default-features.md b08ae637a0 fix(cli): remove default features from template (#6074) 2 anos atrás
title-getter.md 233e43b0c3 feat: add `title` getter on window, closes #5023 (#5515) 2 anos atrás
tray-tooltip-runtime.md 2265e09718 feat(windows): implement `with_tooltip` (#5938) 2 anos atrás
tray-tooltip.md 2265e09718 feat(windows): implement `with_tooltip` (#5938) 2 anos atrás
url-getter.md d17027e1a0 feat: expose url method (#5914) 2 anos atrás
version-inheritance.md d20a728892 feat: Further improve workspace inheritance, closes #6122, #5070 (#6144) 2 anos atrás
webview-theme.md 7a8d570db7 fix: sync webview theme with window theme on Windows, closes #5802 (#5874) 2 anos atrás
window-from-config.md 49dff27ef1 feat(core): create WindowBuilder from WindowConfig (#6073) 2 anos atrás
windows-focused-event.md ff4ea1eabb fix: dispatch focus event to app.run on Windows, closes #6460 (#6504) 2 anos atrás
wix-launch-app-checked.md 89602cdce3 feat(bundler): check `Launch app` by default for WiX, closes #5859 (#5871) 2 anos atrás
wry-navigation-handler.md 3f35b45263 Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) 2 anos atrás

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