tauri/.changes
2021-05-10 00:30:01 -03:00
..
api-cjs-chunks.md fix(api): export commonjs chunks with .cjs extension, fix #1625 (#1627) 2021-04-26 14:12:00 -03:00
api-package-fix.md fix(api): distribution (#1582) 2021-04-22 15:39:59 -03:00
api-transparent-window.md fix(api): missing transparent flag on WindowOptions (#1764) 2021-05-10 00:30:01 -03:00
app-dir-refactor.md refactor(core): resolve resource_dir using the package info (#1762) 2021-05-10 00:01:12 -03:00
app-state.md feat(core): add state management, closes #1655 (#1665) 2021-05-02 15:34:15 -03:00
appimage-icon.md fix(bundler): find icon for AppImage, define .DirIcon, closes #749 (#1594) 2021-04-23 00:25:50 -03:00
assets-refactor.md feat(core): allow users to access the Assets instance (#1691) 2021-05-03 15:07:38 -03:00
async-commands.md feat(core): #[command] return with autoref specialization workaround fix #1672 (#1734) 2021-05-09 08:52:20 -03:00
beta-rc.md chore: enable covector prerelease beta (#1518) 2021-04-16 19:55:00 -03:00
bundle-deb-installed-size.md fix(bundler): debian package Installed-Size value (#1735) 2021-05-07 00:46:50 -03:00
bundler-arm.md feat(bundler): use armhf as Debian package architecture on arm CPUs (#1663) 2021-04-30 12:32:07 -03:00
bundler-docs.md refactor(bundler): finish initial documentation, reorganize modules (#1662) 2021-04-30 11:39:50 -03:00
bundler-package-types.md refactor(bundler): finish initial documentation, reorganize modules (#1662) 2021-04-30 11:39:50 -03:00
bundler-windows-icon-path.md feat(bundler): add icon path config instead of enforcing icons/icon.ico (#1698) 2021-05-03 23:09:12 -03:00
cargo-cache.md fix(cli.rs): cargo build failed due to cache issue, closes #1543 (#1741) 2021-05-07 16:31:52 -03:00
cli-error-logging.md feat(cli.rs): add context to errors (#1674) 2021-05-01 22:02:45 -03:00
cli-js-download-stop.md fix(cli.js): remove cli file if the download fails or process is killed (#1592) 2021-04-22 23:10:45 -03:00
cli-rs-dist-validation.md fix(cli.rs): check if distDir exists after running beforeDevCommand (#1586) 2021-04-22 16:28:41 -03:00
cli-rs-info-webview2.md feat(cli.rs/info): get webview2 version on windows (#1669) 2021-05-04 01:26:56 -03:00
cli-runner-arg.md feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 2021-04-30 15:16:14 -03:00
cli-target-triple.md feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 2021-04-30 15:16:14 -03:00
cli-targets-refactor.md feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 2021-04-30 15:16:14 -03:00
cli.js-error-propagation.md fix(cli.js): handle cli.rs promise rejection (#1689) 2021-05-03 14:42:31 -03:00
cli.js-rustup.md refactor(cli.js): download rustup binary (#1711) 2021-05-05 10:28:43 -03:00
cli.rs-camelcase-rename.md fix(cli.rs/info): add missing camelCase rename (#1505) 2021-04-15 07:48:38 +02:00
clr.rs-fix-tauri-info.md fix(cli.rs): fix panic & use cmd to run yarn&npm on windows (#1511) 2021-04-16 19:52:20 -03:00
command-api-module.md refactor: rename command mod to process, move restart_application (#1667) 2021-04-30 22:43:47 -03:00
command-generics.md feat(core): support generics (especially Param) in #[command] (#1622) 2021-05-05 14:32:13 -03:00
command-options.md feat(core): add env, cwd to the command API, closes #1634 (#1635) 2021-04-28 18:25:44 -03:00
command-return.md feat(core): #[command] return with autoref specialization workaround fix #1672 (#1734) 2021-05-09 08:52:20 -03:00
command-state.md feat(core): add state management, closes #1655 (#1665) 2021-05-02 15:34:15 -03:00
command-status-and-output.md feat(core): add output and status APIs to the Command struct (#1668) 2021-05-02 09:00:39 -03:00
config.json feat(core): add tauri-wry crate (#1756) 2021-05-09 18:43:50 -03:00
create-webview-error.md feat(core): add error message on error::CreateWebview (#1602) 2021-04-23 15:30:02 -03:00
create-window-refactor.md refactor: update to wry 0.9 (#1630) 2021-04-28 19:56:05 -03:00
csp.md feat(core): reintroduce CSP injection (#1704) 2021-05-04 23:31:05 -03:00
cta-explicitly-install-vite.md chore: CTA defaults in CI mode (#1671) 2021-05-05 07:25:17 -05:00
cta-remove-lodash.md chore(deps): remove lodash from create-tauri-app (#1532) 2021-04-18 21:30:06 +02:00
cta-remove-tauri-from-vanilla.md fix(cta): remove tauri dep from vanilla recipe (#1502) 2021-04-14 22:05:16 -03:00
cta-shift-and-type.md chore: shift CTA from bin to .ts (#1651) 2021-04-29 08:55:09 -05:00
cta-tauri-script.md chore: CTA version was decremented, fix and adjust changelog to compensate (#1530) 2021-04-18 10:44:15 -05:00
cta-testing-suite.md feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
cta-vite-templates.md feat(cta): add support for all vite templates (#1670) 2021-05-07 00:29:55 -05:00
cta-welcome-prompt-and-links.md create-tauri-app welcome prompt and recipes links (#1748) 2021-05-09 09:31:01 -05:00
deb-custom-files.md feat(bundler): allow including custom files on debian package, fix #1428 (#1613) 2021-04-25 01:46:04 -03:00
deps-rc-detection.md fix(cli.js): use cargo search on crate latest version detection (#1563) 2021-04-21 12:43:46 -03:00
dialog-default-path-file.md feat: use rfd::FileDialog#set_file_name if default_path is a file (#1598) 2021-04-23 03:04:47 -03:00
dialog-default-path-validation.md feat(core): validate dialog default_path (it must exist) (#1599) 2021-04-23 03:17:29 -03:00
dmg-bundle-fixes.md fix(bundler): update create-dmg, fixes #1571 (#1729) 2021-05-06 12:57:08 -03:00
drag-region-refactor.md refactor(core): change drag element detection to data attr, fixes #1656 (#1659) 2021-04-29 20:38:19 -03:00
drag-window-api.md refactor: update to wry 0.9 (#1630) 2021-04-28 19:56:05 -03:00
emit-window-events.md feat(core) window events, closes #1523 (#1726) 2021-05-06 00:43:02 -03:00
event-once.md don't remove once listener on new thread (#1506) 2021-04-15 08:11:42 +02:00
event-refactor.md refactor(core): drop Option payload type on event::emit (#1760) 2021-05-09 22:50:08 -03:00
expose-async-runtime.md feat(core): expose async_runtime module (#1576) 2021-04-21 22:09:24 -03:00
expose-page-load-payload.md fix(core): expose PageLoadPayload struct (#1590) 2021-04-22 20:35:50 -03:00
fix-before-dev-command-kill.md fix(cli.rs): before dev process kill, closes #1626 (#1700) 2021-05-04 11:27:10 -03:00
fix-cta-set-script.md fix(CTA): #1569, manually set tauri script for compatability with older npm (#1572) 2021-04-21 21:26:49 -03:00
fix-dmg-volume-icon.md fix(bundler): dmg volume icon (#1730) 2021-05-06 13:54:15 -03:00
fix-info-npm-version.md fix(cli.rs): info command npm_package_version parsing beta-rc (#1587) 2021-04-22 19:14:15 -03:00
fix-js-api-import.md fix: #1517 had the wrong package reference in the changefile (#1538) 2021-04-19 12:31:13 -05:00
fix-plugin-invoke.md fix: change files not referencing core packages (#1619) 2021-04-25 17:42:38 -03:00
hotkey-0.1.2.md chore(deps): bump tauri-hotkey to 0.1.2 (#1701) 2021-05-04 12:05:26 -03:00
invoke-context.md fix(core): make window.__TAURI__.invoke context free, fixes #1547 (#1565) 2021-04-21 15:42:52 -03:00
macos-custom-protocol-https.md Make sure custom protocol is handled as secure context on macOS (#1551) 2021-04-22 10:09:42 -03:00
macos-modifiers.md fix(core): macos shortcut modifiers, closes #1542 (#1560) 2021-04-21 09:12:18 -03:00
menu.md feat(core): window menus (#1745) 2021-05-08 12:11:40 -03:00
multi-custom-protocols.md refactor(core): clear uri_scheme_protocol registration function names (#1617) 2021-04-25 13:00:03 -03:00
nested-events.md allow event listeners to be nested (#1513) 2021-04-15 21:22:47 -03:00
node-v12.md chore: update minimum nodejs version to 12.13.0 (#1562) 2021-04-21 11:50:24 -03:00
non-exhaustive.md feat: add #[non_exhaustive] attribute (#1725) 2021-05-05 22:22:45 -03:00
not-a-terminal-windows-fix.md fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 2021-04-25 11:34:33 -03:00
notification-permission.md fix(core): notification permission check when !allowlisted, closes #1666 (#1677) 2021-05-02 18:33:57 -03:00
package-info-config.md fix: change files not referencing core packages (#1619) 2021-04-25 17:42:38 -03:00
plugin-initialization-result.md refactor(core): plugin initialization return value (#1575) 2021-04-21 21:44:18 -03:00
plugin-refactor.md refactor(core): merge invoke items into single struct, allow ? (#1683) 2021-05-03 01:17:47 -03:00
pnpm-support.md feat(cli.js): package managers interface, add pnpm support (#1743) 2021-05-09 09:03:44 -03:00
pre.json Apply Version Updates From Current Changes (#1620) 2021-04-25 17:54:41 -03:00
print.md feat(core): ensure window.print()works on macOS (#1738) 2021-05-07 10:58:44 -03:00
process-api.md refactor: rename command mod to process, move restart_application (#1667) 2021-04-30 22:43:47 -03:00
readme.md refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
refactor-settings.md refactor(core): Settings serialization using bincode (#1758) 2021-05-09 22:09:32 -03:00
refactor-window-management.md refactor(core): add window getters, physical & logical sizes/positions (#1723) 2021-05-05 20:15:08 -03:00
remove-api-modules.md feat: add #[non_exhaustive] attribute (#1725) 2021-05-05 22:22:45 -03:00
remove-with-window.md refactor(core): merge invoke items into single struct, allow ? (#1683) 2021-05-03 01:17:47 -03:00
resources-dir-refactor.md refactor(core): resolve resource_dir using the package info (#1762) 2021-05-10 00:01:12 -03:00
restart-application.md refactor: rename command mod to process, move restart_application (#1667) 2021-04-30 22:43:47 -03:00
runtime-crate.md feat(core): add tauri-wry crate (#1756) 2021-05-09 18:43:50 -03:00
setup-error-send.md feat: add #[non_exhaustive] attribute (#1725) 2021-05-05 22:22:45 -03:00
sidecar-fix.md fix(core): sidecar command path (#1584) 2021-04-22 16:01:56 -03:00
simplify-tag-label-usage.md refactor(core): more bounds for better errors from #1623 (#1632) 2021-04-27 20:14:51 -03:00
support-dep-formats.md feat(cli.rs): add support to string and table dependency, closes #1653 (#1654) 2021-04-29 12:17:46 -03:00
supports-custom-template.md feat: #1528 wix supports custom templates (#1529) 2021-04-24 18:32:28 -03:00
sync-metadata.md chore: sync cli.rs metadata.json file versions (#1534) 2021-04-19 09:15:21 -05:00
tauri-build-icon-path.md refactor(build): allow setting window icon path on try_build (#1686) 2021-05-03 10:42:29 -03:00
tauri-icon-cli.md refactor(cli.js): tauri icon with positional arg for icon path (#1600) 2021-04-23 11:10:49 -03:00
tauri-icon-fix.md feat(tauricon): fix transparency (#1678) 2021-05-02 19:02:58 -03:00
tauri-info-framework-bundler.md feat(cli.rs): framework and bundler on info cmd, closes #1681 (#1682) 2021-05-02 21:51:35 -03:00
tauri-init-ci-fix.md fix(cli.js): skip installing deps when --ci is passed on tauri init (#1603) 2021-04-23 15:31:45 -03:00
tauri-wry.md feat(core): add tauri-wry crate (#1756) 2021-05-09 18:43:50 -03:00
tray.md feat(core): system tray, closes #157 (#1749) 2021-05-09 08:15:37 -03:00
updater-feature.md fix(cli.rs): enable the updater feature on cli (#1597) 2021-04-23 01:41:51 -03:00
user-data-path.md feat(core): use bundle identifier on user data path (#1580) 2021-04-22 11:05:03 -03:00
window-attributes-rename.md refactor: update to wry 0.9 (#1630) 2021-04-28 19:56:05 -03:00
window-create-refactor.md refactor(core): create_window API signature on the Window struct (#1746) 2021-05-08 09:37:06 -03:00
window-events.md feat(core) window events, closes #1523 (#1726) 2021-05-06 00:43:02 -03:00
window-getters.md refactor(core): add window getters, physical & logical sizes/positions (#1723) 2021-05-05 20:15:08 -03:00
windows-user-data-path.md feat(core): use bundle identifier on user data path (#1580) 2021-04-22 11:05:03 -03:00
wix-fragments.md feat(bundler): implement wix fragments, closes #1528 (#1601) 2021-04-23 15:30:44 -03:00
wix-skip-webview-install.md feat(bundler): add option to skip webview2 runtime installation, closes #1606 (#1612) 2021-04-24 19:01:50 -03:00
wry-update.md refactor: update to wry 0.9 (#1630) 2021-04-28 19:56:05 -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 it represents the overall change for our sanity.

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:

---
"api": patch
"tauri-bundler": patch
"cli.rs": patch
"cli.js": patch
"tauri-utils": patch
"tauri-macros": patch
"tauri-build": patch
"tauri-codegen": patch
"tauri": 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).