..
about-metadata-into-string.md
feat(core): improve AboutMetadata
setters
2022-03-29 11:27:57 -03:00
allow-conf-gitignore.md
feat(cli): allow conf path to be gitignored, closes #3636 ( #3683 )
2022-03-13 11:20:51 -03:00
allowlist-clipboard.md
feat: enhance allowlist configuration [TRI-027] ( #11 )
2022-01-09 14:48:55 -03:00
allowlist-dialog.md
feat: enhance allowlist configuration [TRI-027] ( #11 )
2022-01-09 14:48:55 -03:00
allowlist-process.md
feat: enhance allowlist configuration [TRI-027] ( #11 )
2022-01-09 14:48:55 -03:00
allowlist-window.md
feat: enhance allowlist configuration [TRI-027] ( #11 )
2022-01-09 14:48:55 -03:00
always-rebuilding.md
remove non-existent cargo rerun check ( #3412 )
2022-02-11 22:19:55 -03:00
api-add-log-dir.md
chore(covector): prepare for rc
release ( #3376 )
2022-02-10 16:46:30 -03:00
api-app-window-browser.md
fix(api): do not throw an exception if __TAURI_METADATA__ is not set, fixes #3554 ( #3572 )
2022-03-03 10:40:31 -03:00
api-change-events.md
fix(changelog): mark macos-private-api
feature as breaking change
2022-02-13 01:20:22 -03:00
api-dialog-ask-message-confirm.md
feat(core): expose message dialog APIs, fix window.confirm, implement HasRawWindowHandle for Window, closes #2535 ( #2700 )
2021-10-02 16:13:24 -03:00
api-emit-payload-type.md
feat(api): support unknown types for event emit payload, closes #2929 ( #2964 )
2022-01-07 16:50:07 -03:00
api-encode-protocol-path.md
fix(api): encode file path in convertFileSrc
function, closes #3841 ( #3846 )
2022-04-02 11:54:26 -03:00
api-features.md
refactor(core): api feature flags, documentation ( #26 )
2022-01-09 16:20:13 -03:00
api-fetch-empty-reponse.md
fix(api.js): fix http.fetch
throwing error if response body is empty, closes #2831 ( #3008 )
2021-12-08 23:39:42 -03:00
api-file-dialog-title.md
chore(covector): prepare for rc
release ( #3376 )
2022-02-10 16:46:30 -03:00
api-fix-os-platform-return.md
fix(api.js): fix os.platform
return on macos and windows, closes #2698 ( #2699 )
2021-10-02 14:15:20 -03:00
api-format-callback.md
feat(core): validate callbacks and event names [TRI-038] [TRI-020] ( #21 )
2022-01-09 16:12:29 -03:00
api-raw-headers.md
feat(core): add raw headers to HTTP API, closes #2695 ( #3053 )
2022-01-07 13:53:04 -03:00
api-relaunch-cleanup.md
feat(core): run cleanup code on the relaunch API ( #3629 )
2022-03-07 10:08:19 -03:00
api-remove-current-dir.md
fix(api): remove currentDir
API from the path
module
2022-02-04 11:49:23 -03:00
api-remove-ts-files.md
fix(api): do not ship TS files, closes #2598 ( #2645 )
2021-09-23 23:41:55 -03:00
api-theme-getter.md
feat: expose theme APIs, closes #3903 ( #3937 )
2022-04-21 15:03:29 -03:00
api-theme-window-option.md
feat: expose theme APIs, closes #3903 ( #3937 )
2022-04-21 15:03:29 -03:00
api-use-uint8array.md
fix(api.js) Replace number[]
with Uint8Array
. fixes #3306 ( #3305 )
2022-02-04 22:18:23 -03:00
api-WebviewWindow-fileDropEnabled.md
fix(api.js): add fileDropEnabled
to WindowOptions
, closes #2968 ( #2989 )
2021-12-09 01:03:21 -03:00
api-window-cursor.md
feat: expose window cursor APIs, closes #3888 #3890 ( #3935 )
2022-04-21 15:54:08 -03:00
api-window-type-for-size-and-position.md
Fix(api): Window size and position returning wrong class ( fix : #2599 ) ( #2621 )
2021-09-22 18:57:23 -03:00
app-any-thread.md
feat(core): allow app run on any thread on Linux & Windows, closes #3172 ( #3353 )
2022-02-07 11:31:07 -03:00
app-folder-structure.md
feat(cli): do not enforce src-tauri
folder structure, closes #2643 ( #2654 )
2021-09-27 14:54:41 -03:00
appwindow-type-fix.md
fix(api.js): appWindow shown as type any
, fixes #3747 ( #3772 )
2022-03-24 19:43:18 -03:00
archive-format-plain-breaking-changes.md
refactor(core): improve performance of the extract
API ( #3963 )
2022-04-25 20:52:02 -03:00
asset-allowlist.md
feat: scope the fs
API and the asset
protocol [TRI-026] [TRI-010] [TRI-011] ( #10 )
2022-01-09 14:30:04 -03:00
asset-cors.md
fix(core): enable CORS on the asset
protocol, closes #2965 ( #2974 )
2021-12-09 00:56:58 -03:00
asset-default-ext-fallback.md
feat(core): fallback to {path}.html
in Tauri protocol loader ref #3887 ( #3939 )
2022-04-22 00:34:15 -03:00
asset-protocol-feature-flag.md
feat: scope the fs
API and the asset
protocol [TRI-026] [TRI-010] [TRI-011] ( #10 )
2022-01-09 14:30:04 -03:00
asset-resolver.md
feat(core): add asset_resolver
API ( #2879 )
2021-11-12 22:23:54 -03:00
async-cli.js.md
refactor(cli.js): run on separate thread ( #3436 )
2022-02-13 13:50:51 -03:00
async-runtime-refactor.md
feat(core): allow running along another tokio runtime, closes #2838 ( #2973 )
2021-12-08 23:41:34 -03:00
async-runtime-set.md
feat(core): allow running along another tokio runtime, closes #2838 ( #2973 )
2021-12-08 23:41:34 -03:00
async-runtime-spawn-blocking.md
feat(core): allow running along another tokio runtime, closes #2838 ( #2973 )
2021-12-08 23:41:34 -03:00
ayatana-feature-refactor.md
refactor(tauri): remove ayatana-tray from the default features ( #3976 )
2022-04-26 20:16:52 -03:00
ayatana-tray.md
refactor(core): use ayatana appindicator by default, keep option to use gtk ( #3916 )
2022-04-19 17:33:17 -03:00
before-script-envs.md
fix(cli.rs): prefix the "before script" env vars with TAURI_
( #3274 )
2022-01-24 10:27:23 -03:00
binary-size-perf.md
perf(core): improve binary size with api enum serde refactor ( #3952 )
2022-04-24 14:08:05 -03:00
build-rerun-if-config-var-change.md
fix(tauri-build): rerun if TAURI_CONFIG
env var changes
2022-04-26 20:02:06 -03:00
build-rerun-if-resource-sidecar-change.md
fix(build): rerun if resource or sidecar change ( #3460 )
2022-02-14 18:33:40 -03:00
build-specify-win-sdk.md
fix(tauri-build): allow user to specify win sdk path ( fix : #2871 ) ( #2893 )
2021-11-16 11:18:13 -03:00
builder-create-window-result.md
refactor(core): do not panic on invalid window labels,#3544 ( #3596 )
2022-03-03 14:47:31 -03:00
bundler-add-provider-short-name.md
Fix #3288 : Add provider_short_name for macOS ( #3289 )
2022-01-27 15:22:30 -03:00
bundler-add-tsp-signing.md
fix: add support for Time-Stamping Protocol for Windows codesigning ( fix #3563 ) ( #3570 )
2022-03-06 21:29:17 -03:00
bundler-appimage-fuse.md
feat(bundler): support building AppImage without FUSE ( #3259 )
2022-01-21 15:41:00 -03:00
bundler-fix-appimage.md
fix(bundler): bundle additional webkit files. patch absolute paths in libwebkit*.so files. fixes #2805,#2689 ( #2940 )
2021-12-09 18:38:01 -03:00
bundler-msi-init-installdir.md
feat(bundler): initialize msi install path with previous location ( #3158 )
2022-01-07 13:45:34 -03:00
bundler-print-cfg.md
fix(bundler): Use arch
instead of llvm_target
. fix #3285 ( #3286 )
2022-02-05 00:40:13 -03:00
callback-validation.md
feat(core): validate callbacks and event names [TRI-038] [TRI-020] ( #21 )
2022-01-09 16:12:29 -03:00
clap-3.0.md
fix(core): revert to clap 3.0 API, allow deprecations, closes #3549 ( #3552 )
2022-02-24 11:29:31 -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-compilation-error-exit.md
fix(cli): exit on non-compilation Cargo errors, closes #3930 ( #3942 )
2022-04-22 12:59:03 -03:00
cli-config-path.md
feat(cli.rs): allow config argument to be a path to a JSON file ( #2938 )
2021-11-22 19:08:54 -03:00
cli-dev-update.md
feat(cli): check and notify about updates on tauri dev
, closes #3789 ( #3960 )
2022-04-25 11:31:25 -03:00
cli-drop-strip.md
refactor: drop strip from build command. closes #3559 ( #3863 )
2022-04-06 09:45:55 -03:00
cli-fix-overflow-windows.md
fix(cli): dev command stderr text overflow on Windows, closes #3995 ( #4000 )
2022-04-29 13:28:13 -03:00
cli-handle-dev-err.md
fix(cli): kill beforeDevCommand if dev code returns an error ( #3907 )
2022-04-19 19:04:42 -03:00
cli-improve-waiting-devserver-msg.md
chore(cli): improve "waiting for dev server" message, closes #3491 ( #3504 )
2022-02-18 10:39:22 -03:00
cli-include-vswhere.md
fix(cli.rs): package vswhere.exe
2022-02-10 22:55:59 -03:00
cli-info-outdated.md
fix(cli.rs/info): don't show outdated text for latest versions ( #3829 )
2022-04-01 20:59:56 -03:00
cli-private-key-pwd-panic.md
fix(cli): do not panic if private key password is wrong, closes #3449 ( #3495 )
2022-02-17 18:41:47 -03:00
cli-runner-args.md
feat(cli.rs): allow passing arguments to the build runner, closes #3398 ( #3431 )
2022-02-13 10:54:18 -03:00
cli-runner-error-message.md
feat(cli): improve error message when dev runner command fails ( #3447 )
2022-02-13 19:13:31 -03:00
cli-template-minimum-mac-system-version.md
feat(cli): use default macOS minimum system version when it is empty ( #3658 )
2022-03-13 11:20:11 -03:00
cli.js-cjs-output.md
feat(cli.js): add CommonJS dist files ( #2646 )
2021-09-23 23:48:02 -03:00
cli.js-fix-ico.md
fix(cli.js): .ico
icon generation, closes #2692 ( #2694 )
2021-10-02 08:42:32 -03:00
cli.js-improve-error.md
feat(cli.js): show full error message ( #3442 )
2022-02-13 14:55:11 -03:00
cli.js-windows-32bit.md
feat(cli.js): add 32bit cli for windows ( #3540 )
2022-02-24 10:05:13 -03:00
cli.rs-active-toolchain.md
feat(cli.rs): add active toolchain and rustup to tauri info
, closes #2730 ( #2986 )
2021-12-09 01:28:26 -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-default-svelte-port.md
feat(cli.rs): change inferred dev server port to 8080 for Svelte apps
2022-02-05 15:12:36 -03:00
cli.rs-detect-git.md
feat(cli.rs/info): detect if tauri is used from git ( #3309 )
2022-02-04 21:00:55 -03:00
cli.rs-dev-update-check-delay.md
fix(cli.rs): remove startup delay in tauri dev
( #3999 )
2022-04-29 13:44:31 -03:00
cli.rs-dialoguer.md
refactor(cli.rs): drop dialoguer
and console
soft fork ( #2790 )
2021-10-22 10:41:43 -03:00
cli.rs-fix-windows-x86.md
fix(cli.rs): check default arch at runtime, closes #3067 ( #3078 )
2021-12-27 10:49:59 -03:00
cli.rs-info-panic.md
fix(cli.rs): fix tauri info
panic when a package isn't installed, closes #3985 ( #3996 )
2022-04-29 13:29:31 -03:00
cli.rs-refactor-signer.md
refactor(cli.rs): signer
and plugin
subcommands, use new clap derive syntax ( #2928 )
2021-12-09 12:21:33 -03:00
cli.rs-template-plugin-builder.md
feat(cli): use plugin::Builder syntax on the plugin template ( #3606 )
2022-03-03 17:40:25 -03:00
cli.rs-use-tauri-utils.md
feat(core): validate Cargo features matching allowlist [TRI-023]
2022-01-09 10:55:09 -03:00
cli.rs-validate-dist-dir.md
feat(cli.rs): validate distDir
, closes #2554 ( #2701 )
2021-10-04 12:54:14 -03:00
cli.rs-wix-license.md
fix(cli.rs): ensure target/release/wix
exists, closes #2927 ( #2987 )
2021-12-07 11:01:17 -03:00
clipboard-feature.md
refactor(core): add clipboard Cargo feature, enhancing binary size ( #3957 )
2022-04-24 15:50:42 -03:00
codegen-platform-config.md
fix(codegen): read platform-specific config file ( #3966 )
2022-04-25 19:47:10 -03:00
colorful-cli.md
feat(cli): colorful cli ( #3635 )
2022-03-08 16:35:19 -03:00
command-feature-flag.md
feat(core): add shell > sidecar
allowlist and process
feature flag [TRI-037] ( #18 )
2022-01-09 14:57:43 -03:00
command-output-carriage-return.md
fix: read Command output ending with a carriage return, closes #3508 ( #3523 )
2022-02-24 12:10:43 -03:00
command-stdio-return.md
fix(cli): exit on non-compilation Cargo errors, closes #3930 ( #3942 )
2022-04-22 12:59:03 -03:00
config.json
refactor(core): use ayatana appindicator by default, keep option to use gtk ( #3916 )
2022-04-19 17:33:17 -03:00
consistent-event-name-usage.md
chore(covector): prepare for rc
release ( #3376 )
2022-02-10 16:46:30 -03:00
core-add-log-dir.md
chore(covector): prepare for rc
release ( #3376 )
2022-02-10 16:46:30 -03:00
core-center-window.md
fix(core): fix window.center
panic when window size > screen, closes #2978 ( #3002 )
2021-12-09 00:21:29 -03:00
core-env.md
refactor(core): load APPIMAGE and APPDIR env vars on startup [TRI-007] [TRI-041]
2022-01-09 10:57:29 -03:00
core-path-endpoint-path-doesnt-exist-error.md
fix: join
no longer cares if path doesn't exist, closes #2499 ( #2548 )
2021-09-21 16:22:23 -03:00
create-window-return-window.md
chore(covector): prepare for rc
release ( #3376 )
2022-02-10 16:46:30 -03:00
csp-nonces.md
feat: improve CSP
security with nonces and hashes, add devCsp
[TRI-004] ( #8 )
2022-01-09 11:11:59 -03:00
current-binary-caching.md
cache current binary path much sooner ( #45 )
2022-02-02 19:58:56 -03:00
cursor-apis.md
feat: expose window cursor APIs, closes #3888 #3890 ( #3935 )
2022-04-21 15:54:08 -03:00
custom-invoke-system.md
feat(core): allow defining a custom invoke system ( #2899 )
2021-11-16 12:58:18 -03:00
custom-updater-target.md
feat(updater): separate intel and apple silicon targets, closes #3359 ( #3739 )
2022-03-23 13:31:27 -03:00
dangerous-disable-asset-csp.md
feat(core): add dangerous option to disable compile time CSP injection ( #3775 )
2022-03-28 11:55:54 -03:00
data-url-csp.md
feat(core): inject CSP
on data URLs [TRI-049] ( #16 )
2022-01-09 14:57:12 -03:00
debian-priority.md
fix: add priority field in debian/control ( #3865 )
2022-04-19 20:03:04 -03:00
dev-csp.md
feat: improve CSP
security with nonces and hashes, add devCsp
[TRI-004] ( #8 )
2022-01-09 11:11:59 -03:00
dev-keep-default-features.md
refactor(core): use ayatana appindicator by default, keep option to use gtk ( #3916 )
2022-04-19 17:33:17 -03:00
dev-server-exit.md
feat(cli.rs): wait for dev URL to be reachable, exit if command fails ( #3358 )
2022-02-08 10:43:07 -03:00
devtools-apis.md
feat(core): add hotkey to toggle devtools, closes #3776 ( #3791 )
2022-03-28 11:17:28 -03:00
devtools-hotkey.md
feat(core): add hotkey to toggle devtools, closes #3776 ( #3791 )
2022-03-28 11:17:28 -03:00
dialog-parent-macos.md
fix(core): dialog parent window on macOS, closes #3312 ( #3753 )
2022-03-23 13:31:15 -03:00
emit-and-trigger-tauri-events.md
fix(core): trigger tauri://*
events to Rust listeners, closes #2901 ( #2902 )
2021-11-16 16:41:45 -03:00
emit-window-created-backend.md
fix(core): emit tauri://window-created event for windows created on Rust ( #3299 )
2022-02-04 23:47:44 -03:00
enable-linux-cookie-persistence.md
feat(core): persist non-session cookies on Linux ( #3052 )
2021-12-09 18:11:00 -03:00
enhance-minimum-system-version-deserialization.md
feat(cli): use default macOS minimum system version when it is empty ( #3658 )
2022-03-13 11:20:11 -03:00
error-send-sync.md
feat(core): improve and cleanup the Error
enum ( #3748 )
2022-03-22 15:04:47 -03:00
exit-loop-destroyed.md
refactor(wry): emit RunEvent::Exit
on Event::LoopDestroyed
( #3785 )
2022-03-27 20:22:34 -03:00
expose-escape-json-string.md
feat(core): expose functions to serialize serde::Serialize
values to JS ( #3354 )
2022-02-07 20:17:58 -03:00
expose-global-shortcut.md
refactor(tauri): remove ayatana-tray from the default features ( #3976 )
2022-04-26 20:16:52 -03:00
extract-file-breaking.change.md
refactor(core): improve performance of the extract
API ( #3963 )
2022-04-25 20:52:02 -03:00
extract-files-breaking-change.md
refactor(core): improve performance of the extract
API ( #3963 )
2022-04-25 20:52:02 -03:00
extract-performance.md
refactor(core): improve performance of the extract
API ( #3963 )
2022-04-25 20:52:02 -03:00
fix-api-timeout-type.md
fix(core): http api connect_timeout
deserialization, closes #4004 ( #4006 )
2022-04-29 21:26:45 -03:00
fix-asset-protocol-panicking.md
fix(core): resolve request instead of panicking on asset protocol ( #3347 )
2022-02-06 23:54:47 -03:00
fix-asset-protocol-validation.md
fix(core): do not allow path traversal on the asset protocol ( #3774 )
2022-03-27 21:25:26 -03:00
fix-before-dev-command.md
fix(cli.rs): terminate the beforeDevCommand, closes #2794 ( #2883 )
2022-03-27 21:26:04 -03:00
fix-before-dev-kill-unix.md
fix(cli): kill before dev command recursively on Unix, closes #2794 ( #3848 )
2022-04-03 11:26:57 -03:00
fix-block-on-runtime.md
feat(core): allow running along another tokio runtime, closes #2838 ( #2973 )
2021-12-08 23:41:34 -03:00
fix-cli-lookup.md
fix(cli): path lookup should not check subfolder before the current one ( #3465 )
2022-02-15 11:40:21 -03:00
fix-cli-powershell.md
fix(cli): powershell crashing on SIGINT, closes #3997 ( #4007 )
2022-04-29 19:51:08 -03:00
fix-cli-prompts.md
fix(covector): add cli.js to change files
2022-02-11 13:42:54 -03:00
fix-cli-signer-sign-cmd.md
fix(cli): duplicated short flag for signer sign
, closes #3483 ( #3492 )
2022-02-17 17:57:29 -03:00
fix-cli.js-windows-freezing.md
fix(cli): build freezing on Windows, closes #3399 ( #3402 )
2022-02-11 11:38:10 -03:00
fix-close-requested-js-event.md
fix(core): emit tauri://close-requested
to JS, closes #2996 ( #3041 )
2021-12-09 12:22:12 -03:00
fix-create-tao-window.md
fix(core): insert to webview_id_map on tao window creation, closes #3883 ( #3932 )
2022-04-22 00:34:22 -03:00
fix-csp-fallback-route.md
fix(core): properly add CSP header to fallback routes ( #3641 )
2022-03-08 12:44:51 -03:00
fix-csp-linux.md
fix(core): runtime CSP changes on Linux
2022-03-07 21:03:23 -03:00
fix-deadlock-create-window-from-menu.md
fix(core): deadlock when creating window from menu handler, closes #3110 ( #3126 )
2021-12-28 22:51:33 -03:00
fix-deadlock-path-iter.md
fix(bundler): deadlock on ResourcePaths
iterator, closes #3146 ( #3152 )
2022-01-02 14:28:07 -03:00
fix-default-freeze-prototype.md
fix(core): change default freezePrototype
to false, closes #3416 #3406 ( #3423 )
2022-02-12 10:28:05 -03:00
fix-dialog-default-path.md
fix: dialog default path on Linux, closes #3091 ( #3123 )
2021-12-27 13:03:51 -03:00
fix-dll-resource.md
fix(bundler): DLL resources, closes #3948 ( #3949 )
2022-04-23 11:01:52 -03:00
fix-dmg-macos-12.3.md
fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 ( #3721 )
2022-03-18 13:57:54 -03:00
fix-drop-sync.md
fix(core): drop all plugin builder Sync requirements ( #3490 )
2022-02-17 17:44:37 -03:00
fix-ease-plugin-hook-requirements.md
Ease plugin hook restrictions ( #3404 )
2022-02-13 00:55:57 -03: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-form-serialization.md
fix(core): do not serialize strings in http api form, closes #3910 ( #3928 )
2022-04-20 15:32:38 -03:00
fix-inner-size.md
fix(core): window's inner_size usage, closes #2187 ( #2690 )
2021-09-29 20:52:05 -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-mac-notification-appid.md
fix(core): set bundle id for notifications on macOS ( #3839 )
2022-04-01 23:35:29 -03:00
fix-menu-event-macos.md
fix(core): panic on menu event with minimized windows, closes #3902 ( #3918 )
2022-04-20 11:30:59 -03:00
fix-menu-ids.md
fix(core): menu id map not reflecting the current window menu ( #2726 )
2021-10-08 11:38:24 -03:00
fix-on-window-event-type.md
fix(core): WindowEvent
type used on Window::on_window_event
( #3796 )
2022-03-28 22:44:47 -03:00
fix-once-fnonce.md
once_global
and once
accept FnOnce callbacks (#3383 )
2022-02-10 11:29:47 -03:00
fix-out-dir-detection.md
fix(cli.rs): fix workspace detection, fixes #2614 , closes #2515 ( #2644 )
2021-09-23 23:37:27 -03:00
fix-path-resolution-node_modules.md
fix(cli.rs): app path resolution on projects without git, closes #3409 ( #3410 )
2022-02-11 19:41:50 -03:00
fix-path-scope-first-component.md
fix(core): scope should not strip the first path component, closes #3592 ( #3602 )
2022-03-03 13:09:46 -03:00
fix-path-scope-validation.md
fix(core): ignore trailing slashes on scope validation, closes #3580 ( #3601 )
2022-03-03 13:09:28 -03:00
fix-ready-check.md
fix(core): properly check if document is loaded, closes #2716 ( #2900 )
2021-11-16 14:18:42 -03:00
fix-resize-with-devtools.md
fix: rendering issue when resizing with devtools open closes #3914 #3814 ( #3915 )
2022-04-19 19:04:52 -03:00
fix-runtime-traits-requirements.md
fix(runtime): trait requirements ( #3489 )
2022-02-17 17:44:46 -03:00
fix-safe-block-on.md
fix(core): safe_block_on
usage on async contexts, closes #3505 ( #3513 )
2022-02-24 10:06:50 -03:00
fix-tauri-docsrs.md
fix(tauri): docs.rs build error ( #3974 )
2022-04-26 18:49:10 -03:00
fix-tray-command.md
fix(core): initialize system tray before app windows
2021-08-31 14:53:27 -03:00
fix-tray-menu-ids-update.md
fix(core): update tray menu ids on set_menu
, closes #3608 ( #3611 )
2022-03-04 16:00:03 -03:00
fix-tray-remove-windows.md
fix(core): tray not closing on Windows ( #3351 )
2022-02-07 13:04:38 -03:00
fix-updater-msi.md
fix(bundler): build updater bundle for all .msi files ( #3520 )
2022-02-24 10:05:58 -03:00
fix-updater-percent-decode.md
fix(core): updater not replacing variables, closes #3428 ( #3432 )
2022-02-13 11:48:10 -03:00
fix-window-builder-export.md
fix(tauri): export WindowBuilder
struct instead of trait, closes #3827 ( #3833 )
2022-03-31 14:50:33 -03:00
fix-window-created-listen.md
fix(core): immediately listen to window-created, closes #3297 ( #3298 )
2022-02-04 23:39:23 -03:00
fix-window-creation-deadlock.md
fix(core): deadlock on focus events with invisible window,#3534 ( #3622 )
2022-03-06 18:44:12 -03:00
fix-window-label-api.md
fix(api): window label null instead of actual value, closes #3295 ( #3332 )
2022-02-04 21:57:41 -03:00
fix-window-specific-event-system.md
fix(core): window-specific event delivery, closes #3302 ( #3344 )
2022-02-06 17:50:02 -03:00
fix-windows-resources.md
fix(cli): root resource bundling on Windows, closes #3539 ( #3685 )
2022-03-13 11:28:36 -03:00
fix-windows-sidecar.md
fix(bundler): sidecar on Windows, closes #3446 ( #3482 )
2022-02-16 21:44:40 -03:00
fix-wry-window-destroyed-event.md
fix(core): actually fire WindowEvent::Destroyed
( #3797 )
2022-03-28 22:43:07 -03:00
fix-yarn-pnp.md
fix(cli.js): Fix package installation on yarn 2+ ( #3012 )
2021-12-09 00:11:51 -03:00
fixed-webview2-runtime.md
feat(core): config for fixed webview2 runtime version path ( #27 )
2022-01-09 16:16:45 -03:00
force-updater-public-key.md
feat: enforce updater public key [TRI-015] ( #42 )
2022-01-09 16:37:03 -03:00
form-multipart-support.md
feat(core): add support to multipart/form-data requests, closes #2118 ( #3929 )
2022-04-22 20:04:58 -03:00
fs-absolute-paths.md
feat: extend scopes with user selected paths, closes #3591 ( #3595 )
2022-03-03 15:41:58 -03:00
fs-endpoints-context.md
feat(core): add context to the filesystem APIs errors, closes #3457 ( #3480 )
2022-02-16 21:45:40 -03:00
fs-extract-api-feature.md
fix(core): docs.rs on Windows and macOS ( #3566 )
2022-03-02 13:08:42 -03:00
fs-scope-events.md
feat(core): filesystem and asset protocol scope events ( #3609 )
2022-03-04 21:18:50 -03:00
fs-scope-forbidden-paths.md
feat(core): allow denying paths on the fs and asset scopes ( #3607 )
2022-03-03 17:32:12 -03:00
fs-scope-runtime.md
feat: extend scopes with user selected paths, closes #3591 ( #3595 )
2022-03-03 15:41:58 -03:00
get-menu.md
fix(core): menu id map not reflecting the current window menu ( #2726 )
2021-10-08 11:38:24 -03:00
global-shortcut-feature.md
refactor(core): add global-shortcut Cargo feature, enhancing binary size ( #3956 )
2022-04-24 15:11:14 -03:00
going-rc.md
remove create-tauri-app ( #3493 )
2022-02-17 18:20:56 -03:00
http-api-header-method.md
feat(updater): add method to set request headers closes #3896 ( #3931 )
2022-04-22 10:56:57 -03:00
http-api-header-refactor.md
feat(updater): add method to set request headers closes #3896 ( #3931 )
2022-04-22 10:56:57 -03:00
http-api-response-headers-refactor.md
feat(updater): add method to set request headers closes #3896 ( #3931 )
2022-04-22 10:56:57 -03:00
http-refactor.md
feat(core): add http
allowlist scope [TRI-008] ( #24 )
2022-01-09 16:16:12 -03:00
http-scope-host-pattern.md
feat(core): enhance HTTP scope glob validation, closes #3507 ( #3515 )
2022-02-24 10:06:19 -03:00
http-timeout-refactor.md
refactor(updater): unset request timeout, add builder setter ( #3847 )
2022-04-02 10:25:44 -03:00
http-timeout-serde-fix.md
fix(core): http api connect_timeout
deserialization, closes #4004 ( #4006 )
2022-04-29 21:26:45 -03:00
icon-compile-time.md
refactor(core): move png
and ico
behind Cargo features ( #3588 )
2022-03-05 14:19:24 -03:00
icon-feature.md
refactor(core): move png
and ico
behind Cargo features ( #3588 )
2022-03-05 14:19:24 -03:00
improve-updater-validation.md
feat(updater): improve validation and error messages, closes #3761 ( #3780 )
2022-03-27 20:48:57 -03:00
increase-tauri-dir-lookup-depth.md
feat(cli): increase lookup depth, add env var option ( #3451 )
2022-02-13 22:13:13 -03:00
info-extend-crates.md
feat(cli): add tao and wry version to the info
output ( #3443 )
2022-02-13 17:47:21 -03:00
io-read-line-util.md
fix(cli): exit on non-compilation Cargo errors, closes #3930 ( #3942 )
2022-04-22 12:59:03 -03:00
isolation-pattern.md
Isolation Pattern ( #43 )
2022-01-17 10:46:14 -03:00
join-handle-abort.md
feat: Add JoinHandle::abort() ( #2877 )
2021-11-12 22:22:26 -03:00
json5.md
Add seamless support for using JSON5 in the config file ( #47 )
2022-02-03 10:16:00 -03:00
label-validation.md
refactor(core): do not panic on invalid window labels,#3544 ( #3596 )
2022-03-03 14:47:31 -03:00
link-stop-propagation.md
fix(core): do not use capture on _blank link event handler, closes #2791 ( #3349 )
2022-02-07 13:06:35 -03:00
linux-cors.md
Fix empty header from CORS on Linux, closes #2327 ( #2762 )
2021-10-18 21:36:45 +08:00
linux-run-return.md
feat(core): expose run_return
on Linux ( #3352 )
2022-02-07 11:30:45 -03:00
macos-deployment-target.md
feat(core): set MACOSX_DEPLOYMENT_TARGET
environment variable, closes #2732 ( #3496 )
2022-02-17 19:00:19 -03:00
main-thread-api-calls.md
feat(tauri-runtime-wry): allow window creation and closing on the main thread ( #2668 )
2021-09-27 20:18:06 -03:00
menu-with-items-constructor.md
feat(core): add Menu::with_items
, closes #2807 ( #2966 )
2021-12-27 10:48:13 -03:00
menuitem-about-refactor.md
chore(deps): update wry to 0.14, tao to 0.7 ( #3790 )
2022-03-28 10:20:38 -03:00
minimum-mac-version.md
feat(core): set default value for minimum_system_version
to 10.13 ( #3497 )
2022-02-17 22:19:16 -03:00
misign-update.md
chore(deps) Update Tauri Core ( #2746 )
2021-10-13 10:02:35 -03:00
mock-functions.md
fix: change file
2022-02-14 02:07:04 -03:00
msi-run-from-install-path.md
fix(bundler): Auto-launch app from install location, closes #3547 ( #3553 )
2022-02-24 12:52:04 -03:00
mutable-callbacks.md
Transformed event-loop callback to FnMut to allow mutable values ( #2667 )
2021-09-27 16:27:37 -03:00
no-long-c-build-deps.md
replace dependencies with long build times when used together ( closes #3571 ) ( #3773 )
2022-03-27 20:52:43 -03:00
notification-regression.md
Fix svelte recipe packageManager ternary ( #2534 )
2021-08-26 10:36:10 -03:00
object-csp.md
feat(core): allow CSP configuration to be an object, ref #3533 ( #3603 )
2022-03-04 21:18:39 -03:00
open-devtools.md
feat(core): add Window#open_devtools
API, closes #1213 ( #3350 )
2022-02-07 10:04:33 -03:00
package-json-configure-app-path.md
feat(cli.js): allow configuring tauri app path on package.json #2752 ( #3035 )
2021-12-09 01:23:49 -03:00
parent-window-hwnd.md
Support window parenting on macOS, closes #3751 ( #3754 )
2022-03-23 13:30:44 -03:00
parent-window-macos.md
Support window parenting on macOS, closes #3751 ( #3754 )
2022-03-23 13:30:44 -03:00
perf-cli-dir-lookup.md
fix(covector): add cli.js to change files
2022-02-11 13:42:54 -03:00
plugin-builder.md
chore(covector): prepare for rc
release ( #3376 )
2022-02-10 16:46:30 -03:00
plugin-command.md
refactor(cli.rs): rename init plugin
subcommand to plugin init
( #2885 )
2021-11-13 19:28:18 -03:00
plugin-on_event.md
feat(core): add on_event
hook on the Plugin
trait ( #2656 )
2021-09-26 01:25:45 -03:00
pre.json
Apply Version Updates From Current Changes ( #3975 )
2022-04-26 20:40:24 -03:00
prevent-path-traversal.md
refactor(core): prevent path traversal [TRI-012] ( #35 )
2022-01-09 16:28:56 -03:00
private-api.md
fix(changelog): mark macos-private-api
feature as breaking change
2022-02-13 01:20:22 -03:00
range-parse-asterisk.md
fix(core): parse range bytes=0-*
, closes #3143 ( #3516 )
2022-02-24 10:05:50 -03:00
raw-headers.md
feat(core): add raw headers to HTTP API, closes #2695 ( #3053 )
2022-01-07 13:53:04 -03:00
raw-window-handle.md
feat(core): expose message dialog APIs, fix window.confirm, implement HasRawWindowHandle for Window, closes #2535 ( #2700 )
2021-10-02 16:13:24 -03:00
read-fs-read-file.md
feat(core): reimplement readTextFile
for performance ( #3631 )
2022-03-07 11:34:33 -03:00
readme.md
refactor(repo): add /tooling folder ( #1457 )
2021-04-12 01:59:25 -03:00
refactor-cli-dev-args.md
feat(cli.rs): allow passing arguments to the build runner, closes #3398 ( #3431 )
2022-02-13 10:54:18 -03:00
refactor-command-feature.md
refactor(core): rename command
feature to process-command-api
( #3594 )
2022-03-03 10:40:44 -03:00
refactor-create-tao-window.md
refactor: return Weak<Window> on create_tao_window
2021-08-31 15:50:40 -03:00
refactor-dialog-apis.md
refactor(core): add blocking dialog APIs, improve docs, closes #3255 ( #3270 )
2022-02-05 00:43:19 -03:00
refactor-file-drop.md
feat(core): add WindowEvent::FileDrop
, closes #3664 ( #3686 )
2022-03-13 11:28:16 -03:00
refactor-form-part-bytes.md
feat(core): add support to multipart/form-data requests, closes #2118 ( #3929 )
2022-04-22 20:04:58 -03:00
refactor-notification-permission-check.md
refactor(core): check notification permission on the Rust endpoint [TRI-017] ( #23 )
2022-01-09 16:15:47 -03:00
refactor-resources-sidecar-copying.md
refactor: copy resources and sidecars on the Cargo build script ( #3357 )
2022-02-08 13:13:21 -03:00
refactor-runtime-window-event.md
refactor(core): add RunEvent::WindowEvent
( #3793 )
2022-03-28 17:26:25 -03:00
refactor-updater-target.md
feat(updater): separate intel and apple silicon targets, closes #3359 ( #3739 )
2022-03-23 13:31:27 -03:00
refactor-window-event-close-requested.md
fix(core): emit tauri://close-requested
to JS, closes #2996 ( #3041 )
2021-12-09 12:22:12 -03:00
refactor-window-event.md
refactor(core): add RunEvent::WindowEvent
( #3793 )
2022-03-28 17:26:25 -03:00
refactor-window-metadata.md
fix(api): window label null instead of actual value, closes #3295 ( #3332 )
2022-02-04 21:57:41 -03:00
refactor-zip-features.md
refactor(core): disable default features for the zip crate ( #3624 )
2022-03-06 21:30:15 -03:00
remove-bootstrapper.md
refactor: remove bootstrapper, closes #3786 ( #3832 )
2022-03-31 14:51:17 -03:00
remove-current-base-directory.md
refactor(core): remove BaseDirectory::Current
variant
2022-01-26 16:48:31 -03:00
remove-depracated.md
refactor(core): remove deprecated APIs ( #3834 )
2022-04-01 20:58:54 -03:00
remove-form-part-file.md
fix(core): do not serialize strings in http api form, closes #3910 ( #3928 )
2022-04-20 15:32:38 -03:00
remove-run-event-exit-requested-window-label.md
fix(core): properly fire WindowEvent::Destroyed
, closes #3688 ( #3778 )
2022-03-28 10:24:02 -03:00
remove-tauricon.md
feat(tauricon): remove from cli ( #3293 )
2022-02-07 00:59:51 -03:00
remove-window-default.md
fix(changelog): mark macos-private-api
feature as breaking change
2022-02-13 01:20:22 -03:00
rpc-mod-refactor.md
refactor: IPC handler [TRI-019] ( #9 )
2022-01-09 14:17:29 -03:00
run-on-main-thread.md
feat(core): expose run_on_main_thread
API ( #2711 )
2021-10-04 12:54:38 -03:00
runtime-any-thread.md
feat(core): allow app run on any thread on Linux & Windows, closes #3172 ( #3353 )
2022-02-07 11:31:07 -03:00
runtime-create-proxy.md
refactor(core): use the event loop proxy to send updater events ( #3687 )
2022-03-15 11:20:23 -03:00
runtime-error-sync.md
feat(core): improve and cleanup the Error
enum ( #3748 )
2022-03-22 15:04:47 -03:00
runtime-file-drop-event.md
feat(core): add WindowEvent::FileDrop
, closes #3664 ( #3686 )
2022-03-13 11:28:16 -03:00
runtime-handle-run-on-main-thread.md
feat(core): expose run_on_main_thread
API ( #2711 )
2021-10-04 12:54:38 -03:00
runtime-ipc.md
refactor: IPC handler [TRI-019] ( #9 )
2022-01-09 14:17:29 -03:00
runtime-open-devtools.md
feat(core): add Window#open_devtools
API, closes #1213 ( #3350 )
2022-02-07 10:04:33 -03:00
runtime-user-event.md
refactor(core): use the event loop proxy to send updater events ( #3687 )
2022-03-15 11:20:23 -03:00
runtime-window-creation-result.md
refactor(core): do not panic on invalid window labels,#3544 ( #3596 )
2022-03-03 14:47:31 -03:00
rust-1.56.0.md
feat: update to edition 2021 and set minimum rust to 1.56 ( #2789 )
2021-10-22 10:04:42 -03:00
rust-1.57-usage.md
use older symlink check function ( #3579 )
2022-03-01 20:22:27 -03:00
rust-1.57.md
Isolation Pattern ( #43 )
2022-01-17 10:46:14 -03:00
rust-tauri-events.md
refactor(core): use the event loop proxy to send updater events ( #3687 )
2022-03-15 11:20:23 -03:00
scope-config.md
feat(core): add http
allowlist scope [TRI-008] ( #24 )
2022-01-09 16:16:12 -03:00
scopes.md
feat(core): shell execute API scope [TRI-002] ( #36 )
2022-01-09 16:28:22 -03:00
setup-fn-once.md
refactor(core): change setup
closure type to FnOnce
, closes #3061 ( #3065 )
2021-12-27 10:50:38 -03:00
shell-open-with-refactor.md
refactor: change tauri::api::open
with
argument to an enum [TRI-022] ( #19 )
2022-01-09 14:58:38 -03:00
sidecar-allowlist.md
feat(core): add shell > sidecar
allowlist and process
feature flag [TRI-037] ( #18 )
2022-01-09 14:57:43 -03:00
sidecar-runtime-rename.md
fix(changelog): mark macos-private-api
feature as breaking change
2022-02-13 01:20:22 -03:00
sidecar-scope-improvement.md
feat(core): simplify scope definition for sidecars ( #3574 )
2022-03-02 10:21:36 -03:00
simplify-setup-requirement-error.md
feat(core): improve and cleanup the Error
enum ( #3748 )
2022-03-22 15:04:47 -03:00
simplify-window-creation.md
refactor(core): use random window id to simplify window creation, closes #3645 #3597 ( #3684 )
2022-03-15 12:59:37 -03:00
simplify-window-label-types.md
chore(docs): simplify event system documentation
2021-09-27 13:07:05 -03:00
state-debug.md
impl Debug for State closes #3676 ( #3677 )
2022-03-11 22:28:47 -03:00
state-manage-return-val.md
refactor(core): return boolean on Manager::manage
( #3682 )
2022-03-13 11:20:35 -03:00
streaming-small-file-fix.md
fix(core): streaming of small files using asset://
, closes #2854 ( #3039 )
2021-12-09 01:24:11 -03:00
strip.md
feat(cli.rs): strip release binaries [TRI-031] ( #22 )
2022-01-09 15:46:43 -03:00
tauri-build-default-anyhow-fmt.md
feat(build): print error context ( #3644 )
2022-03-09 21:01:26 -03:00
tauri-build-resources-linux.md
refactor(core): use ayatana appindicator by default, keep option to use gtk ( #3916 )
2022-04-19 17:33:17 -03:00
tauri-event-api.md
feat: expose theme APIs, closes #3903 ( #3937 )
2022-04-21 15:03:29 -03:00
tauri-protocol-cors.md
feat(core): enable CORS on the tauri protocol ( #3750 )
2022-03-22 15:17:05 -03:00
tauri-runtime-export.md
refactor(core): do not export tauri_runtime
on tauri
( #3749 )
2022-03-22 15:04:16 -03:00
temp-base-directory.md
feat(core): add BaseDirectory::Temp
and $TEMP
variable ( #3763 )
2022-03-24 14:12:17 -03:00
temp-scope-variable.md
feat(core): add BaseDirectory::Temp
and $TEMP
variable ( #3763 )
2022-03-24 14:12:17 -03:00
template-csp-null.md
refactor(cli.rs): change template config CSP to null, closes #3427 ( #3429 )
2022-02-13 02:01:48 -03:00
theme-event.md
feat: expose theme APIs, closes #3903 ( #3937 )
2022-04-21 15:03:29 -03:00
theme-getter.md
feat: expose theme APIs, closes #3903 ( #3937 )
2022-04-21 15:03:29 -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
tray-set-menu.md
fix : #2502 Expose set_menu
from tao through the TrayHandle struct ( #2532 )
2021-10-02 15:57:53 -03:00
universal-apple-target-sidecar.md
Remove target triple from sidecar bin paths, closes #3355 ( #3356 )
2022-02-07 22:16:09 -03:00
universal-apple-target.md
feat: Add universal-darwin-macos
build target, closes #3317 ( #3318 )
2022-02-04 18:56:57 -03:00
unlisten-fix.md
fix(core): regression on the unlisten function ( #3623 )
2022-03-06 20:45:38 -03:00
unlisten.md
Unlisten to an event on this window ( #2664 )
2021-09-27 17:11:23 -03:00
update-response-methods.md
feat(updater): add body
and date
getters ( #3802 )
2022-03-29 11:30:44 -03:00
update-wry.md
chore(deps): update wry to 0.14, tao to 0.7 ( #3790 )
2022-03-28 10:20:38 -03:00
updater-check-api.md
feat(updater): expose builder, allow setting a custom version checker ( #3792 )
2022-03-28 13:58:35 -03:00
updater-custom-version-checker.md
feat(updater): expose builder, allow setting a custom version checker ( #3792 )
2022-03-28 13:58:35 -03:00
updater-detailed-unsupported-error.md
refactor(updater): improve unsupported error variants, closes #3817 ( #3849 )
2022-04-05 09:47:10 -03:00
updater-download-events.md
feat(updater): add download progress events ( #3734 )
2022-03-18 22:58:44 -03:00
updater-downloaded-event.md
feat(updater): add Downloaded
status event ( #3804 )
2022-04-01 21:48:23 -03:00
updater-endpoint-url-https.md
feat: force endpoint URL to use https on release [TRI-015] ( #41 )
2022-01-09 16:40:22 -03:00
updater-events.md
refactor(core): use the event loop proxy to send updater events ( #3687 )
2022-03-15 11:20:23 -03:00
updater-headers.md
feat(updater): add method to set request headers closes #3896 ( #3931 )
2022-04-22 10:56:57 -03:00
updater-no-window.md
feat(core): use AppHandle instead of Window on the updater logic ( #3702 )
2022-03-15 12:58:53 -03:00
updater-restart-cleanup.md
feat(core): run app cleanup code before updater restart, closes #3605 ( #3616 )
2022-03-04 21:19:01 -03:00
updater-timeout.md
refactor(updater): unset request timeout, add builder setter ( #3847 )
2022-04-02 10:25:44 -03:00
validate-allowlist.md
feat(core): validate Cargo features matching allowlist [TRI-023]
2022-01-09 10:55:09 -03:00
validate-appimage.md
feat(core): validate AppImage
execution when env vars are set [TRI-041] ( #17 )
2022-01-09 14:57:29 -03:00
validate-event-name.md
feat(core): validate callbacks and event names [TRI-038] [TRI-020] ( #21 )
2022-01-09 16:12:29 -03:00
validate-window-label.md
feat: validate window label [TRI-021] ( #13 )
2022-01-09 14:30:43 -03:00
version-package-json.md
feat: allow config's version to be a path to package.json, closes #2967 ( #2971 )
2022-01-07 16:55:30 -03:00
wait-dev-server-url.md
feat(cli.rs): wait for dev URL to be reachable, exit if command fails ( #3358 )
2022-02-08 10:43:07 -03:00
warn-macos-private-api.md
feat(core): warn if private APIs are not enabled, closes #3481 ( #3511 )
2022-02-19 10:22:54 -03:00
webdriver-args.md
feat(driver): add args
to tauri:options
( #3154 )
2022-01-03 17:37:16 -03:00
webdriver-native-host.md
fix(driver): expose native-host option and set default to 127.0.0.1 ( #3816 )
2022-03-30 16:07:08 -07:00
webview2-com.md
Replace winapi with windows crate and use webview2-com instead of webview2 ( #2615 )
2021-09-24 17:40:22 +08:00
webview-attributes-clipboard.md
feat: add clipboard
flag to WebviewAttributes
[TRI-032] ( #12 )
2022-01-09 14:30:31 -03:00
window-builder-theme.md
feat: expose theme APIs, closes #3903 ( #3937 )
2022-04-21 15:03:29 -03:00
window-builder.md
feat(core): add WindowBuilder type ( #3598 )
2022-03-04 21:18:22 -03:00
window-confirm.md
feat(core): expose message dialog APIs, fix window.confirm, implement HasRawWindowHandle for Window, closes #2535 ( #2700 )
2021-10-02 16:13:24 -03:00
window-destroyed-event.md
fix(core): properly fire WindowEvent::Destroyed
, closes #3688 ( #3778 )
2022-03-28 10:24:02 -03:00
window-devtools-apis.md
feat(core): add hotkey to toggle devtools, closes #3776 ( #3791 )
2022-03-28 11:17:28 -03:00
window-event-file-drop.md
feat(core): add WindowEvent::FileDrop
, closes #3664 ( #3686 )
2022-03-13 11:28:16 -03:00
window-request-handler.md
feat(core): add WindowBuilder::on_request
, closes #3533 ( #3618 )
2022-03-06 10:15:43 -03:00
windows-0.25.0.md
Update webview2-com and windows crates ( #2875 )
2021-11-11 18:38:41 -03:00
windows-disallow-downgrades.md
refactor(bundler): allow downgrades, add option to disallow on Windows ( #3777 )
2022-03-27 21:34:19 -03:00
windows-modify-cmd-string-behaviour.md
fix: Make CMD handle quotes "
properly. ( #3334 )
2022-02-06 10:22:07 -03:00
windows-null.md
Switch to next branch of wry ( #2574 )
2021-09-09 13:05:03 -03:00
wix-localization.md
feat(bundler): wix localization, closes #3174 ( #3179 )
2022-02-05 15:13:07 -03:00
wix-registry-keys.md
fix(bundler) wix template escape character ( #2608 )
2021-09-21 12:43:51 -03:00
wix-run-app.md
feat(bundler): configure WiX to add launch option, closes #3015 ( #3043 )
2021-12-09 01:27:11 -03:00
wix-signing.md
wix installer is also signed ( #3266 )
2022-01-23 17:50:05 -03:00
wry-13.md
Update wry to 0.13 ( #3336 )
2022-02-06 10:08:12 -03:00
wry-create-webview.md
feat(core): create webview immediately when running in main thread ( #3891 )
2022-04-12 13:22:02 -03:00