..
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
add-mobile-to-plugin.md
refactor(cli): enhance plugin commands for mobile ( #6289 )
2023-02-16 12:24:49 -03:00
additional-args-api.md
feat(core): expose additional_browser_args to window config ( fix : #5757 ) ( #5799 )
2022-12-14 11:46:24 -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
android-apis-runtime.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -03:00
build-android-env-vars.md
feat(core): add mobile_entry_point
macro ( #4983 )
2022-08-21 10:35:34 -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-android-build.md
feat(cli): add android build
command ( #4999 )
2022-08-22 12:49:58 -03:00
cli-detect-profile.md
fix(cli): detect --profile
. closes #6255 ( #6268 )
2023-02-18 16:20:21 -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-ios-build.md
feat(cli): add ios build
command ( #5002 )
2022-08-22 17:47:52 -03:00
cli-mobile-auto-ip.md
feat: use local_ip()
and fallback to prompt ( #6290 )
2023-02-16 13:00:49 -03:00
cli-mobile-dev.md
feat(cli): add android dev
and ios dev
commands ( #4982 )
2022-08-20 16:53:07 -03:00
cli-mobile-plugin.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -03:00
cli-nodejs-detection.md
fix: update nodejs detection in mobile commands ( #6451 )
2023-03-16 07:53:12 -03:00
cli-refactor-ipc-mobile.md
refactor(cli): use temp file to communicate IPC websocket address ( #6219 )
2023-02-08 23:19:34 -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-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
codegen-mobile-devurl.md
feat(cli): add android dev
and ios dev
commands ( #4982 )
2022-08-20 16:53:07 -03:00
config.json
Update gtk to 0.16 ( #6155 )
2023-01-29 15:08:27 -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
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
default-tls-features.md
fix(core): Android compilation on Windows ( #5658 )
2022-11-20 09:49:23 -03:00
dev-proxy-response-cache.md
feat(core): cache dev server proxy responses for 304 status code ( #5818 )
2022-12-12 23:00:03 -03:00
dev-proxy.md
feat(cli): add android dev
and ios dev
commands ( #4982 )
2022-08-20 16:53:07 -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
enable-minify.md
feat(android): enable minify on release, add proguard rules ( #6257 )
2023-02-13 10:22:03 -03:00
error-on-identifier-change.md
feat(cli): handle Android package identifier change ( #6314 )
2023-02-19 11:08:55 -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-build-script-mobile-runner-npm.md
fix(cli): generate build script using NPM runner if it was used ( #6233 )
2023-02-10 08:31:13 -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-dev-server-proxy-path.md
fix(core): use entire request URL on dev server proxy ( #5819 )
2022-12-12 22:59:39 -03:00
fix-empty-identifier.md
fix: handle single word bundle identifier when resolving Android domain ( #6313 )
2023-02-19 11:12:04 -03:00
fix-ios-run-xcode14.md
fix(cli): run on iOS device on Xcode 14 ( #5807 )
2022-12-12 10:36:47 -03:00
fix-mobile-env-vars.md
feat(cli): properly fill target for TAURI_ env vars on mobile ( #6116 )
2023-01-23 18:26:13 -03:00
fix-orientation-crash.md
fix(android): crash on orientation change due to activity recreation ( #6261 )
2023-02-13 20:20:52 -03:00
fix-tray-events.md
fix(tauri-runtime-wry): tray event listener not registered ( #6270 )
2023-02-14 14:57:00 -03:00
force-colored-logs.md
feat(cli): force colored logs on mobile commands ( #5934 )
2022-12-28 17:58:14 -03:00
glob-match-require_literal_separator.md
Merge pull request from GHSA-6mv3-wm7j-h4w5
2022-12-22 11:37:58 -03:00
gtk16.md
Update gtk to 0.16 ( #6155 )
2023-01-29 15:08:27 -03:00
heck-unicode.md
fix(cli): use unicode
feature for heck
crate, closes #5860 ( #5872 )
2022-12-26 11:38:13 -03:00
improve-local-ip-detection.md
feat(cli): improve local IP detection ( #5817 )
2022-12-12 22:59:51 -03:00
inject-proguard.md
feat(android): enable minify on release, add proguard rules ( #6257 )
2023-02-13 10:22:03 -03:00
invoke-return-bool.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -03:00
ios-icon-color.md
feat(cli): add --ios-color
option to set iOS icon background color ( #6247 )
2023-02-12 15:29:43 -03:00
ios-keep-alive.md
feat: keep CLI alive when iOS app exits, show logs, closes #5855 ( #5902 )
2022-12-27 18:12:01 -03:00
ios-logs.md
feat: keep CLI alive when iOS app exits, show logs, closes #5855 ( #5902 )
2022-12-27 18:12:01 -03:00
is-minimized.md
feat: add is_minimized ( fix #3878 ) ( #5618 )
2022-12-12 10:34:19 -03:00
lib-name-xcode.md
fix(cli): use correct lib name in xcode project ( #6387 )
2023-03-08 16:19:37 +01:00
linux-mouse.md
feature: disable mouse event when building windows on Linux, closes #5913 ( #6025 )
2023-01-16 10:33:06 -03:00
local-dev-path-mobile.md
fix(cli): use local ip address for reload ( #6285 )
2023-02-16 14:59:56 -03:00
logcat-all-tags.md
fix(cli): print Android logs for all tags
2023-01-17 19:27:23 -03:00
mobile-config.md
feat(core): detect android and ios platform configuration files ( #4997 )
2022-08-22 10:48:06 -03:00
mobile-dev-watcher-ignore-gen.md
fix(cli): ignore the gen
folder on the dev watcher ( #6232 )
2023-02-09 14:50:33 -03:00
mobile-entry-point-macro.md
feat(core): add mobile_entry_point
macro ( #4983 )
2022-08-21 10:35:34 -03:00
mobile-env-vars-rename.md
feat: keep CLI alive when iOS app exits, show logs, closes #5855 ( #5902 )
2022-12-27 18:12:01 -03:00
mobile-init.md
feat: add android init
and ios init
commands ( #4942 )
2022-08-15 12:43:50 -03:00
mobile-lib-name.md
feat: improvements to support hyphens in crate name ( #5989 )
2023-01-06 14:31:48 -03:00
mobile-open.md
feat: add android open
and ios open
commands ( #4946 )
2022-08-15 13:38:17 -03:00
mobile-plugins.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -03:00
mobile-webview-access.md
feat(android): with_webview access for jni execution ( #5148 )
2022-09-08 10:57:10 -03:00
mobile.md
feat(ci): prepare 2.0.0-alpha.0 ( #5786 )
2022-12-08 16:28:12 -03:00
msrv-1.64.md
Update gtk to 0.16 ( #6155 )
2023-01-29 15:08:27 -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
only-proxy-on-mobile.md
refactor(core): only proxy on mobile ( #6126 )
2023-01-23 18:25:25 -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
package-info-crate-name.md
refactor: remove mobile log initialization, ref #6049 ( #6081 )
2023-01-17 13:13:53 -03:00
pin-os-info.md
fix(core): pin unarray and os_info ( #6212 )
2023-02-07 20:47:31 -03:00
pin-time.md
fix(core): pin time to 0.3.15 ( #6312 )
2023-02-19 09:02:36 -03:00
plugin-init-fns.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -03:00
plugin-init-refactor.md
refactor(cli): enhance plugin commands for mobile ( #6289 )
2023-02-16 12:24:49 -03:00
plugin-setup-refactor.md
refactor(plugin): add PluginApi and PluginHandle, expose on setup hook ( #6291 )
2023-02-16 13:33:50 -03:00
pre.json
(NEXT) Apply Version Updates From Current Changes ( #5924 )
2023-02-02 17:55:23 -03:00
readme.md
chore: add covector readme ( #5255 )
2022-10-04 17:02:30 -03:00
refactor-macros.md
feat(core): add API to call Android plugin ( #6239 )
2023-02-10 16:32:01 -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
remove-mobile-log.md
refactor: remove mobile log initialization, ref #6049 ( #6081 )
2023-01-17 13:13:53 -03:00
rfd101.md
chore: update rfd and wry versions ( #6174 )
2023-02-02 16:44:57 -03:00
run-mobile-plugin.md
feat: add API to call iOS plugin ( #6242 )
2023-02-11 19:45:51 -03:00
runtime-navigation-handler.md
Expose wry navigation_handler via WindowBuilder closes #4080 ( #5686 )
2022-12-27 12:54:57 -03:00
shadow-api.md
feat(core): add shadow APIs ( #6206 )
2023-02-07 19:38:10 -03:00
shadow-config.md
feat(core): add shadow APIs ( #6206 )
2023-02-07 19:38:10 -03:00
shadow.md
feat(core): add shadow APIs ( #6206 )
2023-02-07 19:38:10 -03:00
target-dir-detection.md
fix(cli): Cargo target dir detection on Android, closes #5865 ( #5932 )
2022-12-28 14:46:58 -03:00
tauri-build-mobile.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -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
tauri-mobile-entry-point.md
feat(core): add mobile_entry_point
macro ( #4983 )
2022-08-21 10:35:34 -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
with-webview.md
feat: initial work for iOS plugins ( #6205 )
2023-02-11 10:30:44 -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
wry26.md
chore: update rfd and wry versions ( #6174 )
2023-02-02 16:44:57 -03:00
wry-navigation-handler.md
Expose wry navigation_handler via WindowBuilder closes #4080 ( #5686 )
2022-12-27 12:54:57 -03:00