.. |
attohttpc-max-redirections.md
|
feat(core): implement max_redirections for attohttpc, ref #4795 (#4811)
|
2022-07-31 19:12:34 -03:00 |
before-bundle-command.md
|
feat(cli): add beforeBundleCommand , closes #4879 (#4893)
|
2022-08-09 12:54:44 -03:00 |
before-command-cwd.md
|
Add cwd option to before commands, add wait option to dev #4740 #3551 (#4834)
|
2022-08-02 18:54:50 -03:00 |
before-dev-command-wait.md
|
Add cwd option to before commands, add wait option to dev #4740 #3551 (#4834)
|
2022-08-02 18:54:50 -03:00 |
build-android-env-vars.md
|
feat(core): add mobile_entry_point macro (#4983)
|
2022-08-21 10:35:34 -03:00 |
build-codegen-rerun.md
|
fix(tauri-build): rerun if assets or icons change (#4910)
|
2022-08-10 16:32:52 -03:00 |
build-platform-alias.md
|
feat(core): prepare build for mobile targets (#4830)
|
2022-08-02 11:25:28 -03:00 |
cache-appimage-tools.md
|
fix(bundler): cache appimage bundle tools (#4790)
|
2022-07-29 18:34:12 -03:00 |
cargo-config-target.md
|
feat(cli): load Cargo configuration to check default build target (#4990)
|
2022-08-21 17:48:28 -03:00 |
cli-binstall.md
|
feat(cli.rs): add support to cargo-binstall, closes #4651 (#4817)
|
2022-08-02 18:54:40 -03:00 |
cli-detect-target-dir.md
|
refactor(cli): Use cargo metadata to detect the workspace root and target directory, closes #4632, #4928. (#4932)
|
2022-08-21 10:42:26 -03:00 |
cli-init-before-commands.md
|
feat(cli): prompt for before*Command, closes #4691 (#4721)
|
2022-07-25 10:59:08 -03:00 |
cli-mobile-dev.md
|
feat(cli): add android dev and ios dev commands (#4982)
|
2022-08-20 16:53:07 -03:00 |
codegen-check-target.md
|
feat(codegen): use TARGET environment variable if set (#4921)
|
2022-08-12 19:11:33 -03:00 |
codegen-mobile-devurl.md
|
feat(cli): add android dev and ios dev commands (#4982)
|
2022-08-20 16:53:07 -03:00 |
command-into-stdcommand.md
|
feat: implement From<Command> for std::process::Command, closes #4673 (#4836)
|
2022-08-02 18:53:48 -03:00 |
config-toml.md
|
feat: add support to TOML config file Tauri.toml , closes #4806 (#4813)
|
2022-08-02 14:12:26 -03:00 |
config.json
|
refactor(app): run setup and window creation when event loop is ready (#4914)
|
2022-08-11 10:30:55 -03:00 |
default-ignore-file.md
|
feat(cli): automatically use .taurignore , ref #4617 (#4623)
|
2022-07-28 18:58:38 -03:00 |
dev-proxy.md
|
feat(cli): add android dev and ios dev commands (#4982)
|
2022-08-20 16:53:07 -03:00 |
enhance-tray-api.md
|
feat(core): enhance SystemTray::with_icon (#4849)
|
2022-08-03 11:39:16 -03:00 |
enhance-windows-dialog-style.md
|
feat(build): use modern dialog styles on Windows, closes #4709 (#4840)
|
2022-08-02 18:53:34 -03:00 |
fips-compliant-env-var.md
|
feat(core): add fips_compliant wix config option, closes #4541 (#4843)
|
2022-08-04 14:58:26 -03:00 |
fips-compliant.md
|
feat(core): add fips_compliant wix config option, closes #4541 (#4843)
|
2022-08-04 14:58:26 -03:00 |
fix-build-codegen.md
|
fix(tauri-build): use ::tauri as root for the CodegenContext (#4894)
|
2022-08-08 16:33:48 -03:00 |
fix-cli-subcommand-matches.md
|
fix(core): parse inner CLI subcommands, closes #4688 (#4841)
|
2022-08-02 19:49:01 -03:00 |
fix-typo-in-state-rs.md
|
fix typo in state.rs (#4699)
|
2022-07-25 11:54:10 -03:00 |
fix-updater-finder-icon.md
|
fix(updater): blank icon after update on macOS, closes #4613 (#4861)
|
2022-08-04 14:04:37 -03:00 |
fix-watcher.md
|
fix(cli): dev watcher incorrectly killing process on multiple file write (#4684)
|
2022-07-25 13:51:04 -03:00 |
improve-event-emitter.md
|
Improved EventEmitter for tauri api shell (#4697)
|
2022-07-25 19:35:35 -03:00 |
improve-tray-errors.md
|
feat(core): improve tray icon read error messages (#4850)
|
2022-08-03 11:38:43 -03:00 |
issue-4723.md
|
fix(codegen): fix relative paths in version field of tauri.config.json , closes #4723 (#4725)
|
2022-07-24 09:41:14 -03:00 |
libc-field.md
|
chore: add libc field to node packages (#4856)
|
2022-08-04 01:04:24 -03:00 |
linux-theme.md
|
feat(core): implement theme APIs for Linux (#4808)
|
2022-08-02 18:54:14 -03:00 |
macos-deployment-target-env-var.md
|
fix(cli): set MACOSX_DEPLOYMENT_TARGET env var, closes #4704 (#4842)
|
2022-08-02 19:54:31 -03:00 |
mobile-config.md
|
feat(core): detect android and ios platform configuration files (#4997)
|
2022-08-22 10:48:06 -03:00 |
mobile-entry-point-macro.md
|
feat(core): add mobile_entry_point macro (#4983)
|
2022-08-21 10:35:34 -03:00 |
mobile-init.md
|
feat: add android init and ios init commands (#4942)
|
2022-08-15 12:43:50 -03:00 |
mobile-open.md
|
feat: add android open and ios open commands (#4946)
|
2022-08-15 13:38:17 -03:00 |
no-watch.md
|
feat(cli): add --no-watch argument to the dev command, closes #4617 (#4793)
|
2022-07-29 18:34:43 -03:00 |
raw-display-handle.md
|
chore(deps): update tao to 0.13, wry to 0.20, rfd to 0.10, raw-window-handle to 0.5 (#4804)
|
2022-07-31 10:41:49 -03:00 |
refactor-setup.md
|
refactor(app): run setup and window creation when event loop is ready (#4914)
|
2022-08-11 10:30:55 -03:00 |
refactor-windows-map.md
|
refactor: use RefCell instead of Mutex for windows map, closes #4870 (#4909)
|
2022-08-10 15:36:01 -03:00 |
retain-args.md
|
fix(core): retain command line arguments on restart, closes #4760 (#4763)
|
2022-07-25 10:59:24 -03:00 |
runtime-tray.md
|
feat(core): create system tray at runtime, closes #2278 (#4862)
|
2022-08-09 14:43:51 -03:00 |
shell-encoding-api.md
|
Command support for specified character encoding, closes #4644 (#4772)
|
2022-07-27 18:23:27 -03:00 |
shell-encoding.md
|
Command support for specified character encoding, closes #4644 (#4772)
|
2022-07-27 18:23:27 -03:00 |
skip-redirects.md
|
feat(core): do not follow redirects if max_redirects is 0 closes #4795 (#4812)
|
2022-07-31 20:00:48 -03:00 |
tauri-mobile-entry-point.md
|
feat(core): add mobile_entry_point macro (#4983)
|
2022-08-21 10:35:34 -03:00 |
tray-destroy.md
|
feat(core): create system tray at runtime, closes #2278 (#4862)
|
2022-08-09 14:43:51 -03:00 |
utils-parse-refactor.md
|
feat: add support to TOML config file Tauri.toml , closes #4806 (#4813)
|
2022-08-02 14:12:26 -03:00 |
validate-sidecar-name.md
|
feat(tauri-build): validate sidecar name, closes #4780 closes #4823 (#4814)
|
2022-08-02 10:37:16 -03:00 |
validate-signature.md
|
feat(cli): validate updater private key when signing (#4754)
|
2022-07-25 10:58:25 -03:00 |
vendored-openssl.md
|
feat(core): add option to use vendored openssl, closes #4470 (#4809)
|
2022-08-02 18:54:05 -03:00 |
write-only-changed.md
|
fix(codegen): write output file when contents change (#4889)
|
2022-08-08 16:07:05 -03:00 |