..
add-dylib-support-to-macos-frameworks.md
feat(tauri-cli): add dylib support to tauri.bundle.macOS.frameworks
, closes #4615 ( #5732 )
2022-12-31 13:53:35 -03:00
additional-args-config.md
feat(core): expose additional_browser_args to window config ( fix : #5757 ) ( #5799 )
2022-12-14 11:46:24 -03:00
additional-args.md
feat(core): expose additional_browser_args to window config ( fix : #5757 ) ( #5799 )
2022-12-14 11:46:24 -03:00
bundler-msi-mini-version.md
feat(bundler): Add support for numeric-only build numbers in msi version ( #6096 )
2023-01-18 22:30:44 -03:00
cli-detect-profile.md
fix(cli): detect --profile
. closes #6255 ( #6268 )
2023-02-18 16:20:21 -03:00
cli-dev-server-available-port.md
fix(cli): look for available ports for built-in dev server, closes #6511 ( #6514 )
2023-03-31 10:03:38 -03:00
cli-dev-server-port.md
feat(cli): add --port, closes #6186 ( #6283 )
2023-03-16 09:22:02 -03:00
cli-info.md
fix(cli): don't panic when a crate version couldn't be parsed ( #5873 )
2022-12-26 11:35:04 -03:00
cli-rustc-not-found-msg.md
fix(cli.rs): improve rustc
not found error msg ( #6021 )
2023-01-16 22:41:05 -03:00
cli-sign-non-interactive.md
feat(cli): add --ci
flag to signer generate
, closes #6089 ( #6097 )
2023-01-18 23:43:37 -03:00
cli-templates.md
Fix Github Actions of Tauri Plugin with-api template ( #6603 )
2023-04-03 08:12:49 -03:00
cli-watcher-crash.md
fix(cli): do not crash on watcher ( #6303 )
2023-02-17 22:06:10 -03:00
cli-windows-paths-print.md
fix(cli): fix printing paths on Windows ( #6137 )
2023-01-26 10:45:58 -03:00
clijs-node-version.md
fix(cli.js): detect node-<version>
binary, closes #6427 ( #6432 )
2023-03-16 09:01:41 -03:00
config.json
feat(covector): improve published version check ( #5783 )
2022-12-08 09:49:55 -03:00
content-protection-api.md
feat: add content protection api, closes #5132 ( #5513 )
2022-12-13 01:04:22 -03:00
content-protection-utils.md
feat: add content protection api, closes #5132 ( #5513 )
2022-12-13 01:04:22 -03:00
content-protection.md
feat: add content protection api, closes #5132 ( #5513 )
2022-12-13 01:04:22 -03:00
core-js-Map.md
fix(core): convert js Map
to object before serialization, closes #6078 ( #6099 )
2023-01-18 22:17:01 -03:00
core-navigation-handler.md
Expose wry navigation_handler via WindowBuilder closes #4080 ( #5686 )
2022-12-27 12:54:57 -03:00
core-sync-windows-metadata.md
fix(core): sync windows metadata across all windows, closes #5571 ( #5615 )
2022-12-27 12:19:07 -03:00
core-updater-204.md
fix(core/updater): read and parse response after checking status code, closes #6192 ( #6575 )
2023-03-31 10:06:59 -03:00
css-preprocessor-mime-type.md
fix(core): mime type of .less, .sass and .styl files ( #6316 )
2023-02-19 16:23:18 -03:00
custom-buttons-api.md
feat: customize button texts of message dialog ( #4383 )
2022-12-27 18:15:53 -03:00
custom-buttons.md
feat: customize button texts of message dialog ( #4383 )
2022-12-27 18:15:53 -03:00
custom-icon.md
feat(cli): add option to make custom icon sizes, closes #5121 ( #5246 )
2022-12-27 10:34:20 -03:00
empty-tauri-key-password.md
feat: skip password prompt on the build command if CI is set fixes #6089
2023-01-18 23:54:30 -03:00
expose-set_device_event_filter-in-tauri-api.md
expose set_device_event_filter in tauri ( #5562 )
2022-12-13 13:57:32 -03:00
fix-2549.md
fix: Resizing glitch on custom titlebar click ( closes #2549 ) ( #5966 )
2023-01-03 14:14:37 -03:00
fix-5781.md
fix: symlink issue bundling for linux #5781 ( #6391 )
2023-03-17 15:03:40 -03:00
fix-cli-default-run.md
fix(cli): fix default-run not deserialized ( #6584 )
2023-03-29 14:43:16 -03:00
fix-dev-server-html-serialization.md
fix(cli): web_dev_server html template serialization ( fix #6165 ) ( #6166 )
2023-01-29 15:12:01 -03:00
fix-dmg-bundle.md
fix(bundler): fix problem of macOS bunder while i18n is set, closes #6614 ( #6615 )
2023-04-03 08:37:50 -03:00
fix-tray-events.md
fix(tauri-runtime-wry): tray event listener not registered ( #6270 )
2023-02-14 14:56:36 -03:00
glob-match-require_literal_separator.md
Merge pull request from GHSA-6mv3-wm7j-h4w5
2022-12-22 15:53:46 +02:00
heck-unicode.md
fix(cli): use unicode
feature for heck
crate, closes #5860 ( #5872 )
2022-12-26 11:38:13 -03:00
is-minimized.md
feat: add is_minimized ( fix #3878 ) ( #5618 )
2022-12-12 10:34:19 -03:00
linux-mouse.md
feature: disable mouse event when building windows on Linux, closes #5913 ( #6025 )
2023-01-16 10:33:06 -03:00
msrv-1.60.md
feat: Use the zbus-backed of notify-rust ( #6332 )
2023-03-31 12:36:59 -03:00
nsis-linux.md
feat(bundler): Add support for creating NSIS bundles on unix hosts ( #5788 )
2023-01-19 15:42:40 -03:00
nsis.md
feat(bundler): add nsis
, closes #4450 , closes #2319 ( #4674 )
2023-01-03 14:29:20 -03:00
open-links-mail-tel.md
feat(core): add support to mailto: and tel: links, closes #5521 ( #5544 )
2022-12-13 00:57:39 -03:00
pin-os-info.md
fix(core): pin unarray and os_info ( #6212 )
2023-02-07 20:47:31 -03:00
pin-raw-window-handle.md
fix(deps): pin raw-window-handle to 0.5.0 ( #6480 )
2023-03-17 14:11:24 -03:00
pin-time.md
fix(core): pin time to 0.3.15 ( #6312 )
2023-02-19 09:02:36 -03:00
readme.md
chore: add covector readme ( #5255 )
2022-10-04 17:02:30 -03:00
runtime-navigation-handler.md
Expose wry navigation_handler via WindowBuilder closes #4080 ( #5686 )
2022-12-27 12:54:57 -03:00
tauri-build-windows-manifest.md
feat(tauri-build): add option to specify Windows manifest, closes #5584 ( #5730 )
2022-12-14 12:18:46 -03:00
template-default-features.md
fix(cli): remove default features from template ( #6074 )
2023-01-16 21:43:29 -03:00
title-getter.md
feat: add title
getter on window, closes #5023 ( #5515 )
2022-12-13 00:59:09 -03:00
tray-tooltip-runtime.md
feat(windows): implement with_tooltip
( #5938 )
2022-12-31 13:24:39 -03:00
tray-tooltip.md
feat(windows): implement with_tooltip
( #5938 )
2022-12-31 13:24:39 -03:00
url-getter.md
feat: expose url method ( #5914 )
2022-12-26 15:31:40 -03:00
version-inheritance.md
feat: Further improve workspace inheritance, closes #6122 , #5070 ( #6144 )
2023-01-26 10:47:23 -03:00
webview-theme.md
fix: sync webview theme with window theme on Windows, closes #5802 ( #5874 )
2022-12-27 14:57:02 -03:00
window-from-config.md
feat(core): create WindowBuilder from WindowConfig ( #6073 )
2023-01-16 22:29:21 -03:00
windows-focused-event.md
fix: dispatch focus event to app.run on Windows, closes #6460 ( #6504 )
2023-03-31 10:03:25 -03:00
wix-launch-app-checked.md
feat(bundler): check Launch app
by default for WiX, closes #5859 ( #5871 )
2022-12-26 11:36:43 -03:00
wry-navigation-handler.md
Expose wry navigation_handler via WindowBuilder closes #4080 ( #5686 )
2022-12-27 12:54:57 -03:00