tauri/.changes
Robert Buchanan 2be1abd112
fix(bundler) wix template escape character (#2608)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-09-21 12:43:51 -03:00
..
allow-prevent-window-close.md feat(core): allow listening to event loop events & prevent window close (#2131) 2021-07-06 13:36:37 -03:00
anonymous-lifetimes.md chore: remove unnecessary anonymous lifetimes (#1829) 2021-05-14 10:29:54 -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-clipboard-export.md fix(api.js): bundle now exports clipboard mod, closes #2243 (#2244) 2021-07-19 08:30:28 -04:00
api-convert-file-url.md feat(api): add convertFileSrc helper (#2138) 2021-07-02 00:00:30 -03:00
api-export-BaseDirectory.md feat(api): export BaseDirectory in path module (#1885) 2021-05-30 16:59:46 -03:00
api-export-package-json.md chore(api): add package.json to the exports field (#1807) 2021-05-12 14:56:14 -03:00
api-export-type-fix.md fix(api): http ResponseType export type error (#2065) 2021-06-24 09:38:29 -03:00
api-export-type.md feat(api): finalize export type usage (#1847) 2021-05-17 12:54:56 -03:00
api-feature-flags.md refactor(core): move api modules behind allowlist feature flags (#1864) 2021-05-19 09:21:57 -03:00
api-fix-double-window.md fix(api.js): fix double window creation, closes #2284 (#2285) 2021-07-23 09:06:12 -04:00
api-focus.md feat(core): add focus API to the WindowBuilder and WindowOptions, #1737 2021-05-30 17:41:28 -03:00
api-is-decorated.md feat(core): add is_decorated Window getter 2021-05-30 17:21:05 -03:00
api-is-resizable.md feat(core): add is_resizable Window getter 2021-05-30 17:23:52 -03:00
api-is-visible.md feat(core): add is_visible API 2021-05-30 18:06:24 -03:00
api-os-module.md feat(api.js): add os module (#2299) 2021-07-28 13:17:11 -03:00
api-path-module.md feat(api.js): add nodejs-inspired functions in path module (#2310) 2021-08-02 10:58:09 -03:00
api-request-user-attention.md feat(core): add request_user_attention API, closes #2023 (#2026) 2021-06-20 23:42:38 -03:00
api-set-focus.md feat(core): add set_focus window API, fixes #1737 2021-05-30 17:30:26 -03:00
api-set-skip-taskbar.md feat(core): add set_skip_taskbar API 2021-05-30 22:09:12 -03:00
api-skip-taskbar.md feat(core): add skip_taskbar API to the WindowBuilder/WindowOptions 2021-05-30 18:43:28 -03:00
api-target-es2021.md Tooling: [API] Changed target in tsconfig to es6 (#2362) 2021-08-08 18:13:46 -03:00
api-toggle-maximize.md fix(core): data-tauri-drag-region didn't respect resizable, closes #2314 (#2316) 2021-08-02 10:43:31 -03:00
api-transparent-window.md fix(api): missing transparent flag on WindowOptions (#1764) 2021-05-10 00:30:01 -03:00
api-ts-expect-error.md fix(api.js): fix @ts-expect-error usage, closes #2249 (#2250) 2021-07-19 18:19:58 -04:00
api-window-center.md feat(core): add window center API, closes #1822 (#1954) 2021-06-05 18:20:16 -03:00
app-callback.md feat(core): allow listening to event loop events & prevent window close (#2131) 2021-07-06 13:36:37 -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-handle-create-window.md feat(core): expose AppHandle, add create_window API (#1855) 2021-05-18 16:49:01 -03:00
app-handle-exit-cleanup.md fix(core): cleanup app before exit, closes #2464 (#2466) 2021-08-17 09:29:32 -03:00
app-handle.md feat(core): expose AppHandle, add create_window API (#1855) 2021-05-18 16:49:01 -03:00
app-set-activation-policy.md feat(core): expose set_activation_policy, closes #2258 (#2420) 2021-08-13 13:25:31 -03:00
app-state.md feat(core): add state management, closes #1655 (#1665) 2021-05-02 15:34:15 -03:00
appwindow-events.md feat(api): WindowManager extends WebviewWindowHandle, add events docs (#2146) 2021-07-03 23:38:35 -03:00
asset-path.md fix: missing asset protocol path (#2484) 2021-08-22 16:12:45 -03:00
asset-protocol.md feat: asset custom protocol to access local file system (#2104) 2021-06-28 10:56:20 -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
async-runtime-handle-api.md feat(core): async_runtime handle API, spawn returns JoinHandle (#2399) 2021-08-11 21:49:09 -03:00
async-runtime-spawn-returns-join-handle.md feat(core): async_runtime handle API, spawn returns JoinHandle (#2399) 2021-08-11 21:49:09 -03:00
attohttpc-default-client.md refactor(core): use attohttpc by default (#1861) 2021-05-19 01:06:08 -03:00
beta.md going beta release (#1779) 2021-05-11 14:16:40 -03:00
build-on-m1.md feat(cli.rs): support tauri build on M1 chip (#1915) 2021-05-29 01:21:24 -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-merge-info-plist.md feat(core): inject src-tauri/Info.plist file on dev and merge on bundle, closes #1570 #2338 (#2444) 2021-08-15 21:36:43 -03:00
bundler-msi-upgrade-same-version.md fix(bundler): AllowSameVersionUpgrades on WiX, closes #2211 (#2428) 2021-08-14 14:44:30 -03:00
bundler-not-copy-resources-outdir.md fix(cli.rs): copy resources and binaries on dev, closes #1298 (#1946) 2021-06-04 01:58:15 -03:00
bundler-package-types.md refactor(bundler): finish initial documentation, reorganize modules (#1662) 2021-04-30 11:39:50 -03:00
bundler-runtime-target-arch.md feat(bundler): check target arch at runtime, closes #2286 (#2422) 2021-08-13 18:05:18 -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
bundler-windows-uninstaller.md fix(windows): use random Guid for uninstaller (wix) (#2208) 2021-07-14 21:38:31 +08:00
bundler-wix-banner-icon.md feat(bundler): add config for WiX banner path, closes #2175 (#2448) 2021-08-16 11:17:29 -03:00
bundler-wix-dialog-image.md feat(bundler): add config for WiX dialog image path (#2449) 2021-08-16 12:03:00 -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
child-process-cleanup.md feat(core): kill sidecar child processes on App drop, closes #1896 (#1932) 2021-06-01 00:09:44 -03:00
clap-beta.4-core.md chore(deps) Update Tauri Core (#2480) 2021-08-24 11:40:10 -03:00
clap-beta.4.md chore(deps) Update Tauri Core (#2480) 2021-08-24 11:40:10 -03:00
cli-error-logging.md feat(cli.rs): add context to errors (#1674) 2021-05-01 22:02:45 -03:00
cli-error-message.md feat(cli.rs): improve error message on app rename, closes #2101 (#2114) 2021-06-28 21:25:18 -03:00
cli-init-infer-prompts.md feat(cli.rs): infer devPath/distDir/appName from package.json (#1930) 2021-05-31 19:37:53 -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-rs-macos-signing-id-env.md chore(ci): add step to detect code signing (#2245) 2021-08-08 18:19:45 -03:00
cli-rs-powerhsell-no-profile.md fix(cli.rs): run powershell kill command without profile (#2130) 2021-06-30 15:12:37 -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-deps-update-manifest.md fix(cli.js): force version update on Cargo manifest (#2419) 2021-08-13 11:41:06 -03:00
cli.js-empty-args.md fix(cli.rs): tauri.conf.json > tauri > bundle > targets being ignored (#1945) 2021-06-04 00:57:00 -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-es-module.md refactor(cli.js): package as ES module, closes #2256 (#2392) 2021-08-11 14:00:35 -03:00
cli.js-package-check.md Disable version check with semver for now (#1810) 2021-05-12 19:33:17 -03:00
cli.js-proxy.md fix(cli.js): usage with HTTPS_PROXY, closes #2237 (#2381) 2021-08-10 11:31:48 -03:00
cli.js-rustup.md refactor(cli.js): download rustup binary (#1711) 2021-05-05 10:28:43 -03:00
cli.rs-build-tools-info.md feat(cli.rs): build tools info (#2618) 2021-09-21 10:24:48 -03:00
cli.rs-dev-workspaces.md added support for cargo workspaces for dev command (#1827) 2021-05-13 16:45:46 -03:00
cli.rs-features-arg.md feat(cli.rs): add features arg to dev/build (#1828) 2021-05-13 18:10:48 -03:00
cli.rs-fix-cli.yml-assertion.md fix: Update cli.yml to pass clap ArgSettings::MultipleValues assertion. (#2506) (#2507) 2021-08-22 16:08:31 -03:00
cli.rs-libwebkit2gtk-4.0-37.md fix: deb installation error (#1844) 2021-05-17 14:18:33 -03:00
cli.rs-release-arg.md feat(cli.rs): add release argument to the dev command (#2192) 2021-07-12 12:59:02 -03:00
cli.rs-wix-banner-icon.md feat(bundler): add config for WiX banner path, closes #2175 (#2448) 2021-08-16 11:17:29 -03:00
cli.rs-wix-dialog-image.md feat(bundler): add config for WiX dialog image path (#2449) 2021-08-16 12:03:00 -03:00
clipboard-api.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
cmd-invoke-binding.md fix(macros): change invoke binding in generate handler (#1804) 2021-05-12 12:22:05 -03:00
cmd-touch-bindings.md fix(macros): fix rest of command collisons (#1805) 2021-05-12 12:56:16 -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-app-handle.md feat(core): implement CommandArg for AppHandle (#2037) 2021-06-21 14:00:34 -03:00
command-generics.md feat(core): support generics (especially Param) in #[command] (#1622) 2021-05-05 14:32:13 -03:00
command-macros-binding-refactor.md refactor(macros): explicitly pass idents (#1812) 2021-05-13 10:18:15 -03:00
command-message-blocking.md fix(core): command mpsc usage, closes #1935 (#1936) 2021-06-01 11:11:22 -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-mut-getter.md feat(core): add mutable config getter on the Context struct (#1803) 2021-05-12 11:17:52 -03:00
config-package-info-getters.md feat(core): add config and package_info getters on App and AppHandle (#2016) 2021-06-20 09:42:11 -03:00
config.json refactor(bundler): use linuxdeploy instead of appimagetool, closes #1986 (#2437) 2021-08-15 17:09:55 -03:00
context-mutable-methods.md feat(core): finish mutable getters for Context (#1814) 2021-05-13 12:50:45 -03:00
core-asset-fallback.md fix(core): fallback to {asset}/index.html before index.html, closes #2328 (#2329) 2021-08-01 23:46:13 -03:00
core-drag-region-resizable.md fix(core): data-tauri-drag-region didn't respect resizable, closes #2314 (#2316) 2021-08-02 10:43:31 -03:00
core-features.md refactor(core): use attohttpc by default (#1861) 2021-05-19 01:06:08 -03:00
core-notification-typo.md fix(core): fix typo in notifications, closes #2330 (#2331) 2021-08-01 23:45:36 -03:00
core-request-user-attention.md feat(core): add request_user_attention API, closes #2023 (#2026) 2021-06-20 23:42:38 -03:00
core-show-hide-menu.md feat(core): MenuHandle show, hide, is_visible and toggle APIs (#1958) 2021-06-15 22:04:44 -03:00
core-webview-events.md fix(windows): use webview events on windows (#2277) 2021-07-23 09:31:17 -04:00
create-window-refactor.md refactor: update to wry 0.9 (#1630) 2021-04-28 19:56:05 -03:00
csp-self.md fix(csp): add 'self' (#1794) 2021-05-12 09:45:39 -03:00
csp.md feat(core): reintroduce CSP injection (#1704) 2021-05-04 23:31:05 -03:00
cta-add-empty-description-for-rust-dominator.md Fix: #2508. Update dominator recipe description. (#2514) 2021-08-24 11:58:08 -03:00
cta-added-angular-cli.md Angular create tauri app [#1934] (#2203) 2021-07-14 16:36:46 -04:00
cta-explicitly-install-vite.md chore: CTA defaults in CI mode (#1671) 2021-05-05 07:25:17 -05:00
cta-pnpm-support.md feat(CTA): add official support for pnpm package manager (#2348) 2021-08-06 23:35:39 +08:00
cta-prompt-api.md feat(cta): prompt users to install @tauri-apps/api package (#2251) 2021-07-29 09:34:29 -03:00
cta-shift-and-type.md chore: shift CTA from bin to .ts (#1651) 2021-04-29 08:55:09 -05:00
cta-svelte-recipe.md Add svelte recipe to create-tauri-app (#2276) (#2279) 2021-07-22 15:26:57 -04:00
cta-test-script.md convert jest tests to child_process run script (#2308) 2021-08-08 03:13:05 -05:00
cta-testing-suite.md feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
cta-update-vite-package.md refactor(cta): update vite recipe to use their new npm package (#2220) 2021-07-29 09:31:04 -03:00
cta-vite-before-dev.md fix(cta): use correct beforeDevCommand for vite recipe (#1931) 2021-05-31 19:37:16 -03:00
cta-vite-esbuild-install-direct.md fix: CTA cache and vite build (#1806) 2021-05-12 14:25:44 -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
dblclick-tauri-drag-maximize.md feat: double-click tauri-drag-region to maximize, closes #1839 (#2106) 2021-06-28 20:14:36 -03:00
debian-depends.md feat(cli.rs): fill debian depends with tauri dependencies (#1767) 2021-05-10 14:10:09 -03:00
default-params-type.md feat(core): add default Args to all types exposing Params (#1777) 2021-05-11 14:32:11 -03:00
dev-copy-resources.md fix(cli.rs): copy resources and binaries on dev, closes #1298 (#1946) 2021-06-04 01:58:15 -03:00
dev-path-dist-dir-array.md feat(core): allow dev_path, dist_dir as array of paths, fixes #1897 (#1926) 2021-05-31 11:42:10 -03:00
dev-path-dist-dir-validation.md feat(core): validate devPath and distDir values (#1848) 2021-05-17 14:47:05 -03:00
dialog-ask-message-parent.md feat(core): set parent window on ask and message dialog APIs (#2454) 2021-08-16 17:25:45 -03:00
dialog-parent.md fix(core): set parent window handle on dialogs, closes #1876 (#1889) 2021-05-21 16:53:46 -03:00
dialog-thread-handling.md chore: adjust change file 2021-08-16 15:39:12 -03:00
dmg-bundle-fixes.md fix(bundler): update create-dmg, fixes #1571 (#1729) 2021-05-06 12:57:08 -03:00
doc-tauri-utils.md doc: update tauri documentations (#2446) 2021-08-16 11:32:37 -03:00
drag-and-drop-config.md feat(core): allow disabling file drop handler, closes #2014 (#2030) 2021-06-21 10:55:14 -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
dynamic-plugin.md refactor(core): change Plugin initialize signature, move register t… (#2347) 2021-08-03 22:06:05 -03:00
embed-plist.md feat(core): inject src-tauri/Info.plist file on dev and merge on bundle, closes #1570 #2338 (#2444) 2021-08-15 21:36:43 -03:00
emit-window-events.md feat(core) window events, closes #1523 (#1726) 2021-05-06 00:43:02 -03:00
event-refactor.md refactor(core): drop Option payload type on event::emit (#1760) 2021-05-09 22:50:08 -03:00
exit-requested-event.md feat(#2287): Add ExitRequested event to let users prevent app from exiting (#2293) 2021-08-08 21:12:32 -03:00
features-support.md added cargo features to tauri config (#1824) 2021-05-13 17:01:15 -03:00
fix-asset-loading-vue-router.md fix(core): fallback to index.html on asset loading, closes #2020 #2021 (#2022) 2021-06-20 11:47:15 -03:00
fix-asset-loading.md fix(core): asset loading not decoding percent-encoded path, closes #1879 (#1938) 2021-06-01 15:49:24 -03:00
fix-attribute-drag-region.md Drag region attribute check (#1907) 2021-05-30 17:04:17 -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-bundle-targets-config.md fix(cli.rs): tauri.conf.json > tauri > bundle > targets being ignored (#1945) 2021-06-04 00:57:00 -03:00
fix-bundler-platform-detection.md fix(cli): properly detect target architecture, closes #2040 (#2102) 2021-06-28 10:17:43 -03:00
fix-cli-target-set.md fix(cli.rs): fix out dir detection when target arg is set, closes #2040 (#2098) 2021-06-27 21:21:05 -03:00
fix-cli.rs-bundle-arg.md fix(cli.rs/build): fix typo getting bundle arg (#1783) 2021-05-12 09:32:31 -03:00
fix-command-event-channel.md fix(core): command events not firing consistently (#2082) 2021-06-27 10:00:43 -03:00
fix-command-named-cmd.md fix(macros): collision when command is named cmd (#1802) 2021-05-12 11:17:33 -03:00
fix-create-window-str.md App.create_window() to accept any Into<String> type (fix #2290) (#2291) 2021-07-26 08:28:50 -04:00
fix-custom-protocol.md fix(core): custom protocol regression (#2115) 2021-06-28 21:51:12 -03:00
fix-data-tauri-drag-region.md fix(core): fix drag-region not sending its events correctly (#2196) 2021-07-12 12:00:41 -03:00
fix-dialog-allowlist..md fix(core): build without dialog Cargo features (#1973) 2021-06-09 22:22:26 -03:00
fix-dialog-save-default-path-linux.md fix(core): dialog's defaultPath behavior on Linux, closes #2232 (#2382) 2021-08-10 15:28:24 -03:00
fix-dmg-volume-icon.md fix(bundler): dmg volume icon (#1730) 2021-05-06 13:54:15 -03:00
fix-drag-and-drop.md feat(core): allow disabling file drop handler, closes #2014 (#2030) 2021-06-21 10:55:14 -03:00
fix-esm-detection.md fix(core): ESM detection when using export async function (#2425) 2021-08-14 09:02:54 -03:00
fix-event-queue.md fix(core): listen receiving past events, closes #2323 (#2371) 2021-08-09 00:10:25 -03:00
fix-file-drop-events.md fix(core): fix wrong file drop events (#2300) 2021-07-30 18:58:09 -04:00
fix-focus-blur-events-wry.md fix: re-adding focus/blur events for linux and macos (fix #2485) (#2489) 2021-08-24 11:47:54 -03:00
fix-focus-blur-events.md fix: re-adding focus/blur events for linux and macos (fix #2485) (#2489) 2021-08-24 11:47:54 -03:00
fix-global-tauri.md fix(api): global bundle broken code, closes #2289 (#2297) 2021-07-26 11:25:08 -03:00
fix-http-binary-response.md fix(core): resolve HTTP API on non-ok status code, fix binary response, closes #2046 (#2053) 2021-06-23 14:22:28 -03:00
fix-http-resolve-error.md fix(core): resolve HTTP API on non-ok status code, fix binary response, closes #2046 (#2053) 2021-06-23 14:22:28 -03:00
fix-javascript-iife-esm-rewrite.md fix(core): invoke key injection on ES module, improve performance (#2094) 2021-06-27 19:51:47 -03:00
fix-linux-resource-path.md fix(core): resource path resolution on Linux, closes #2493 2021-08-22 20:41:26 -03:00
fix-listen_global-not-getting-events.md fix listen_global not listening to events with a window label (#2272) 2021-07-23 09:23:38 -04:00
fix-macos-updater.md fix(macOS): updater EXC_BAD_ACCESS (#2181) 2021-07-12 12:03:27 -03:00
fix-min-height-typo.md fix(core) minHeight being used as maxHeight (#2247) 2021-07-19 13:24:03 -04:00
fix-monitor-api.md fix(api): Fix monitor functions, closes #2294 (#2301) 2021-07-29 13:44:24 -03:00
fix-notifications-on-windows.md fix(core): notification panic on Windows, closes #917 (#2011) 2021-06-19 13:57:45 -03:00
fix-reqwest-headers.md fix(core): HTTP headers being overwritten by reqwest, closes #2032 (#2036) 2021-06-21 13:47:21 -03:00
fix-svg-mime-type.md fix(core): svg mime type (#2129) 2021-06-30 13:04:09 -03:00
fix-tray-command.md fix(core): initialize system tray before app windows 2021-08-31 14:53:27 -03:00
fix-unlisten-js.md fix: unlisten removes all listeners, closes #2264 (#2302) 2021-07-28 19:56:47 -03:00
fix-url-concatenation.md fix(#2281): Prevent double slashes when joining URLs (#2282) 2021-07-23 09:17:28 -04:00
fix-window-config-center-focus.md fix: center and focus not being allowed in config (#2199) 2021-07-12 11:59:32 -03:00
fix-window-events.md fix(wry): window event listeners being emitted to all windows (#2056) 2021-06-23 16:20:09 -03:00
fix-window-get-all.md fix(core): remove closed window from window.__TAURI__.__windows (#2057) 2021-06-23 16:20:19 -03:00
fix-window-getter-deadlock.md fix(core): deadlock on window getters, fixes #1893 (#1998) 2021-06-16 11:07:41 -03:00
fix-windows-info-cmd.md fix(cli.rs): info version checks not striping \r on Windows (#1952) 2021-06-05 09:23:09 -03:00
fix-wix-resources.md fix(bundler): resources bundling on Windows with nested folder structure (#2081) 2021-06-25 21:15:45 -03:00
focus.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
fs-all-feature-base64-crate.md fix(core): fs-all feature not including base64 crate, closes #2336 (#2368) 2021-08-08 21:16:03 -03:00
global-shortcut-refactor.md refactor(core): global shortcut is now provided by tao (#2031) 2021-06-21 12:29:26 -03:00
gtk14.md chore(linux): bump gtk to v0.14 (#2361) 2021-08-06 18:15:22 +02:00
gtk-window.md feat(core): expose gtk_window, closes #2083 (#2141) 2021-07-02 13:08:51 -03:00
header-value-bytes.md feat(core): improve HeaderValue compatibility, closes #2162 (#2438) 2021-08-15 18:14:40 -03:00
hide-phf.md chore(core): hide phf, closes #1961 (#1964) 2021-06-09 19:04:31 -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
icon-png-support.md feat(core): set window icon on Linux, closes #1922 (#1937) 2021-06-01 13:07:48 -03:00
implement-debug.md feat(core): implement Debug on public API structs/enums, closes #2292 (#2387) 2021-08-11 02:07:39 -03:00
improve-api-types.md feat(api): improve EventName type definition (#2379) 2021-08-10 10:54:42 -03:00
improve-esm-detection.md fix(core): improve JS ESM detection (#2139) 2021-07-02 00:00:40 -03:00
inject-invoke-key-module-script.md feat(core): inject invoke key on <script type="module"> (#2120) 2021-06-29 20:40:41 -03:00
internal-default-args.md fix(core): allow wry to be an optional dep again (fix #1841) (#1854) 2021-05-18 00:42:02 -03:00
invoke-key-performance.md fix(core): invoke key injection on ES module, improve performance (#2094) 2021-06-27 19:51:47 -03:00
is-decorated.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
is-resizable.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
is-visible.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
linux-app-name.md fix: keep original productName for .desktop Name field, closes #2295 (#2384) 2021-08-10 16:02:46 -03:00
linux-window-icon.md feat(core): set window icon on Linux, closes #1922 (#1937) 2021-06-01 13:07:48 -03:00
linuxdeploy.md refactor(bundler): use linuxdeploy instead of appimagetool, closes #1986 (#2437) 2021-08-15 17:09:55 -03:00
locks.md refactor(wry): remove a few locks requirements (#2137) 2021-07-02 00:06:58 -03:00
mac-cpu.md Fix high cpu usage on mac, fix #2074 (#2125) 2021-06-30 10:38:22 -03:00
main-events-cleared-and-resumed.md feat(core): add Resumed and MainEventsCleared events, closes #2127 (#2439) 2021-08-15 18:14:26 -03:00
menu-export.md fix(core): export MenuHandle and MenuEvent (#2148) 2021-07-03 23:27:48 -03:00
menu-item-accelerator.md feat(core): add accelerator method to CustomMenuItem (#2043) 2021-06-22 12:53:13 -03:00
menu-refactor.md refactor(core): new system tray and window menu APIs, closes #1898 (#1944) 2021-06-04 13:51:15 -03:00
menu.md feat(core): window menus (#1745) 2021-05-08 12:11:40 -03:00
menuhash-fix.md "cannot find type MenuHash in this scope" (#2240) 2021-07-20 05:37:21 -04:00
msi-license.md feat(bundler): windows installer license, closes #2009 (#2027) 2021-06-21 10:36:13 -03:00
non-exhaustive.md feat: add #[non_exhaustive] attribute (#1725) 2021-05-05 22:22:45 -03:00
notification-permission.md fix(core): notification permission check when !allowlisted, closes #1666 (#1677) 2021-05-02 18:33:57 -03:00
notification-regression.md Fix svelte recipe packageManager ternary (#2534) 2021-08-26 10:36:10 -03:00
panic-dispatcher-getter-main-thread.md feat(core): panic when a dispatcher getter is used on the main thread (#2455) 2021-08-16 17:28:15 -03:00
path-resolver.md feat(core): add path resolver API to the App and AppHandle structs (#2015) 2021-06-19 14:47:30 -03:00
percent-decode-asset-protocol.md fix(core): percent decode asset protocol URL (#2427) 2021-08-14 10:02:20 -03:00
platform-specific-config.md feat(cli.rs): platform-specific conf.json (#2309) 2021-07-28 12:55:32 -03:00
plugin-initialize-app-handle.md refactor(core): change Plugin initialize signature, move register t… (#2347) 2021-08-03 22:06:05 -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 chore(deps) Update Tauri Core (#2480) 2021-08-24 11:40:10 -03:00
print.md feat(core): ensure window.print()works on macOS (#1738) 2021-05-07 10:58:44 -03:00
private-context.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
process-api.md refactor: rename command mod to process, move restart_application (#1667) 2021-04-30 22:43:47 -03:00
product-name-original.md fix: keep original productName for .desktop Name field, closes #2295 (#2384) 2021-08-10 16:02:46 -03:00
raw-window-handle-dependency.md fix(core): raw-window-handle dependency, closes #2460 (#2465) 2021-08-17 10:27:18 -03:00
readd-esm-cli.js.md feat(cli.js): readd ESM distribution (#2468) 2021-08-17 10:27:02 -03:00
readme.md refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
refactor-create-tao-window.md refactor: return Weak<Window> on create_tao_window 2021-08-31 15:50:40 -03:00
refactor-register-uri-scheme-protocol.md chore(deps) Update Tauri Core (#2480) 2021-08-24 11:40:10 -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
regular-script-invoke-key-injection.md fix(core): invoke key injection on regular JS scripts, closes #2342 (#2344) 2021-08-03 13:53:38 -03:00
remove-api-modules.md feat: add #[non_exhaustive] attribute (#1725) 2021-05-05 22:22:45 -03:00
remove-image-crate.md refactor(core): remove image dependency (#1859) 2021-05-18 21:46:21 -03:00
remove-menu-flag.md feat: remove menu feature flag (#2415) 2021-08-13 10:23:32 -03:00
remove-salt.md refactor(core): remove salt APIs (#2426) 2021-08-14 09:30:13 -03:00
remove-window-on-exit.md fix(core): remove window from HashMap on close (#2024) 2021-06-20 14:12:28 -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
revert-cli.js-es-module.md fix(cli.js): revert ESM distribution (#2457) 2021-08-16 20:15:49 -03:00
revert-es2021.md chore(deps) Update Tauri Core (#2480) 2021-08-24 11:40:10 -03:00
rpc-security.md feat(core): improve RPC security, closes #814 (#2047) 2021-06-22 17:29:10 -03:00
run-iteration.md feat(core): add run_iteration, parent_window and owner_window APIs, closes #1872 (#1874) 2021-05-21 16:16:05 -03:00
run-on-main-thread-refactor.md fix(core): run_on_main_thread now wakes the event loop (#1949) 2021-06-04 22:23:03 -03:00
runtime-crate.md feat(core): add tauri-wry crate (#1756) 2021-05-09 18:43:50 -03:00
runtime-global-shortcut.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
runtime-main-events-cleared-and-resumed.md feat(core): add Resumed and MainEventsCleared events, closes #2127 (#2439) 2021-08-15 18:14:26 -03:00
runtime-request-user-attention.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
runtime-run-iteration.md feat(core): add run_iteration, parent_window and owner_window APIs, closes #1872 (#1874) 2021-05-21 16:16:05 -03:00
runtime-set-activation-policy.md feat(core): expose set_activation_policy, closes #2258 (#2420) 2021-08-13 13:25:31 -03:00
runtime-show-hide-menu.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
rust-1.54.md chore: update rust to 1.54.0 (#2434) 2021-08-15 10:47:15 -03:00
set-focus.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
set-skip-taskbar.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -03:00
setup-error-send.md feat: add #[non_exhaustive] attribute (#1725) 2021-05-05 22:22:45 -03:00
setup-fix.md fix(core): run setup after preparing system tray (#2312) 2021-07-28 15:13:30 -03:00
shell-command-output-order.md fix(core): random shell command output order, closes #2184 (#2376) 2021-08-09 10:56:21 -03:00
simplify-handle-event-loop.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -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
skip-taskbar.md fix(workflows): update docs workflow syntax (#2054) 2021-06-23 15:24:23 -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
system-tray-refactor.md refactor(core): new system tray and window menu APIs, closes #1898 (#1944) 2021-06-04 13:51:15 -03:00
system-tray-usage-fix.md fix(core): system-tray cargo feature usage, fixes #1798 (#1801) 2021-05-12 10:55:21 -03: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-data-directory.md fix(core): Force data_directory on Windows (#2288) 2021-07-23 10:29:22 -04:00
tauri-driver.md Add back WebDriver support (#2324) 2021-08-01 23:54:10 -03:00
tauri-empty-window.md feat(core): add API to send wry window message to the event loop (#2339) 2021-08-02 16:45:24 -03:00
tauri-expose-shortcut-clipboard.md fix(core): Expose ClipboardManager and GlobalShortcutManager (#2263) 2021-08-03 12:56:43 -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-macos-tray-icon-template.md feat(macOS): Implement tray icon template (#2322) 2021-07-29 15:29:59 -04:00
tauri-protocol.md chore(deps) Update Tauri Core (#2480) 2021-08-24 11:40:10 -03:00
tauri-ready-event.md feat: add Event::Ready (#2433) 2021-08-15 17:10:22 -03:00
tauri-updater-linux.md fix(linux): use glib main context for the updater on linux (#2222) 2021-07-16 09:06:56 -04:00
tauri-updater-windows.md fix(updater): Run elevated task only if server tell us (#2357) 2021-08-08 18:13:54 -03:00
tauri-wry-migrate.md core(deps): bump wry to 0.11 (#2210) 2021-07-15 11:47:19 -04:00
tauri-wry.md feat(core): add tauri-wry crate (#1756) 2021-05-09 18:43:50 -03:00
template-csp-change.md fix(csp): add wss and tauri to conf template (#1974) 2021-06-15 13:37:24 -03:00
throw-error-on-cli-download-failure.md fix: tauri init may failed with no error message. (fix #2079) (#2117) 2021-06-30 09:26:49 -03:00
tooling-fix-pnpm-info-error.md fix(cli.rs): pnpm tauri info exits with error (fix #2509) (#2510) 2021-08-24 13:01:16 -03:00
transparency-fix.md fix(core): window transparency (#1800) 2021-05-12 10:55:12 -03:00
tray.md feat(core): system tray, closes #157 (#1749) 2021-05-09 08:15:37 -03:00
try-state.md feat(core): try_state API on the Manager trait (#2341) 2021-08-02 17:01:53 -03:00
uri-parse.md fix(core): add hash symbol in uri parse, closes #1943 (#1947) 2021-06-04 18:37:23 -03:00
weak-typing.md refactor(core): remove Params and replace with strings (#2191) 2021-07-15 18:05:29 +08:00
webdriver.md Add back WebDriver support (#2324) 2021-08-01 23:54:10 -03:00
webview-window-constructor-pub.md fix(api): WebviewWindow constructor is public (#1888) 2021-05-21 13:25:10 -03:00
webview-window-extends-window-manager.md feat(api): allow mananing windows created on JS (#2154) 2021-07-05 12:16:55 -03:00
window-api-validations.md feat(api): validate window API size and location arguments (#1846) 2021-05-17 11:47:11 -03:00
window-attributes-rename.md refactor: update to wry 0.9 (#1630) 2021-04-28 19:56:05 -03:00
window-center.md feat(core): add window center API, closes #1822 (#1954) 2021-06-05 18:20:16 -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
window-label-unique.md feat(core): enfore label uniqueness, closes #2067 (#2097) 2021-06-27 21:05:45 -03:00
window-parent-and-owner.md feat(core): add run_iteration, parent_window and owner_window APIs, closes #1872 (#1874) 2021-05-21 16:16:05 -03:00
window-parent.md fix(core): set parent window handle on dialogs, closes #1876 (#1889) 2021-05-21 16:53:46 -03:00
window-send-sync.md fix(core): Window must be Send + Sync on Windows, closes #2078 (#2093) 2021-06-27 11:02:17 -03:00
windows-null.md Switch to next branch of wry (#2574) 2021-09-09 13:05:03 -03:00
windows-protocol-path.md chore(api): update protocol url path with wry 0.12.1 on Windows (#2409) 2021-08-12 13:56:07 -03:00
windows-resources-set-values.md feat(core): set .rc values from tauri.conf.json, closes #1849 (#1951) 2021-06-05 01:16:54 -03:00
windows-shortcut.md feat(bundler): desktop shortcut on Windows (#2052) 2021-06-23 13:02:28 -03:00
wix-bundle-language.md feat(bundler): allow setting wix language, closes #1976 (#1988) 2021-06-15 21:12:34 -03:00
wix-config-language.md feat(bundler): allow setting wix language, closes #1976 (#1988) 2021-06-15 21:12:34 -03:00
wix-registry-keys.md fix(bundler) wix template escape character (#2608) 2021-09-21 12:43:51 -03:00
wix-resource-bundling-fix.md fix(bundler): windows resources bundling with nested folders (#1878) 2021-05-21 13:35:55 -03:00
wix-uninstall-skip-uac-task.md fix(#2230) - Unable to uninstall when using Skip UAC task (#2231) 2021-07-23 07:43:17 -04:00
wix-update-on-windows-without-uac.md feat(bundler) Update on Windows without UAC Prompt (#2155) 2021-07-15 10:38:03 -04: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).