tauri/.changes
pashokitsme 29ced5ceec
feat: add WindowBuilder::on_download, closes #8157 (#8159)
* on_download_started & on_download_completed setters

* macos: default handler fn if not set

* remove default macos handler

* doc comments

* unify hooks, change files

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-12-30 11:46:53 -03:00
..
add-command.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
add-mobile-to-plugin.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
add-progress-bar.md feat: set application progress bar, close #7999 (#8009) 2023-10-17 16:25:30 -03:00
add-visible-on-all-workspaces.md feat: add visible_on_all_workspaces, closes #6589 (#7437) 2023-07-26 19:38:09 +08:00
always-on-bottom-api.md feat(core): expose always_on_bottom, closes #7847 (#7933) 2023-10-18 09:47:24 -03:00
always-on-bottom-config.md feat(core): expose always_on_bottom, closes #7847 (#7933) 2023-10-18 09:47:24 -03:00
always-on-bottom.md feat(core): expose always_on_bottom, closes #7847 (#7933) 2023-10-18 09:47:24 -03:00
android-apis-runtime.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
android-buildsrc-gitignore.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
android-enhance-method-parse.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
android-load-config.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
android-on-new-intent.md feat(core): forward onNewIntent event to android plugins (#7436) 2023-07-17 10:20:16 -03:00
android-onresume.md feat(android): Add onResume and onPause to android plugins (#8092) 2023-10-28 14:38:13 -03:00
android-plugin-command-exception.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
android-plugin-get-config-typed.md feat(plugins): typed invoke arguments for mobile plugins (#8076) 2023-10-23 14:09:42 -03:00
api-app.md feat: move app plugin back to core (#8039) 2023-10-17 15:13:47 -03:00
api-ipc-refactor.md chore(api): add change file for #7170 (#7611) 2023-08-14 07:24:44 -07:00
api-min-node-18.md chore(deps) Update Tauri API Definitions (dev) (major) (#7638) 2023-10-18 10:37:30 -03:00
api-module-resolution-node.md refactor(api): generate types next to modules (#8392) 2023-12-14 13:27:48 -03:00
api-moduleresolution-node.md refactor(api): generate types next to modules (#8391) 2023-12-14 13:27:31 -03:00
api-primitives-core.md refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
api-primitives.md Apply Version Updates From Current Changes (#8005) 2023-10-19 16:04:21 +00:00
api-Resource.md feat(api): expose Resource class (#8370) 2023-12-18 18:16:21 -03:00
api-tabbed.md feat(windows): add tabbed effect (#7794) 2023-10-17 12:29:10 -03:00
api-top-level-main-module.md Apply Version Updates From Current Changes (v1) (#8203) 2023-12-01 03:05:05 +02:00
api-tray-menu.md feat: add tray and menu javascript APIs and events, closes #6617 (#7709) 2023-11-19 08:38:24 -03:00
api-window.md feat: move app plugin back to core (#8039) 2023-10-17 15:13:47 -03:00
app-builder-send.md feat(tauri): impl Send for app::Builder, closes #7618 (#7619) 2023-08-16 11:21:23 +09:00
app-bundle-files-config.md feat: Add files field in macos build config, closes #3290 (#7798) 2023-12-28 12:10:50 -03:00
app-bundle-files.md feat: Add files field in macos build config, closes #3290 (#7798) 2023-12-28 12:10:50 -03:00
app-plugin-core.md feat: move app plugin back to core (#8039) 2023-10-17 15:13:47 -03:00
arboard.md refactor(clipboard): use arboard instead of tao closes #8177 (#8394) 2023-12-14 13:41:20 -03:00
build-android-env-vars.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
bump-1.3.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
bump-1.5.md Merge branch '1.x' into dev 2023-10-20 08:56:02 -03:00
bundler-remove-dialog-option.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
bundler-rpm.md feat(bundler): Add RPM packaging, closes #4402 (#5202) 2023-12-23 18:38:15 +01:00
bundler-zip-deflate.md fix(bundler): Enable zip's deflate feature flag (#7296) 2023-06-26 11:43:43 -03:00
channel-api.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
channel-rust.md refactor(core): use webview's URI schemes for IPC (#7170) 2023-08-10 10:12:38 -03:00
cli-android-build.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-android-dev-release.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-android-specified-targets-only.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-android-split-per-abit-target.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
cli-apple-dev-team.md fix(cli): Apple Dev Teams format for info::Section::Display (#7282) 2023-06-24 08:30:34 -03:00
cli-built-in-dev-server-mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-config-target-mobile.md fix(core): Correctly detect Android Tauri configuration file, closes #7785 (#7802) 2023-09-12 13:18:23 -03:00
cli-env-vars.md refactor!: consistent environment variables (#7949) 2023-10-17 09:17:02 -03:00
cli-expose-plugin-config.md feat(core): allow a plugin build script to read the plugin config object (#7447) 2023-07-18 11:04:15 -03:00
cli-hook-invalid-target-triple-env-vars.md refactor!: match target triple for TAURI_ENV_ARCH (#8486) 2023-12-28 12:10:12 -03:00
cli-hooks-env-vars-breaking.md refactor!: match target triple for TAURI_ENV_ARCH (#8486) 2023-12-28 12:10:12 -03:00
cli-ios-build.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-ios-metadata-env-var.md feat(cli): expose iOS project path and app name as env vars (#7446) 2023-07-18 10:19:01 -03:00
cli-key-properties.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-libname-dashes.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-library-compilation.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
cli-mobile-auto-ip.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-mobile-cwd-config.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
cli-mobile-dev.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-mobile-plugin.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-no-dev-server-wait.md refactor!: consistent environment variables (#7949) 2023-10-17 09:17:02 -03:00
cli-nodejs-detection.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-npx-mobile.md fix(cli): handle npx for mobile commands, closes #7209 (#7218) 2023-06-16 12:28:57 -03:00
cli-plugin-init.md refactor(cli): enhance plugin subcommand, closes #7749 (#7990) 2023-10-11 15:34:33 +00:00
cli-plugin-name-snake-case.md fix: (cli) format plugin string to snake case, closes #8017 (#8149) 2023-11-07 22:56:39 -03:00
cli-pnpm.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-refactor-ipc-mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
cli-removed-new-version-check.md refactor!: consistent environment variables (#7949) 2023-10-17 09:17:02 -03:00
cli-signer-env-vars.md feat(cli): expose CLI signer flags as environment variables (#8327) 2023-12-12 11:13:30 +02:00
cli-skip-targets-install.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
cli-wry-0-28.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
codegen-mobile-devurl.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
codegen-target-from-utils.md fix(core): Correctly detect Android Tauri configuration file, closes #7785 (#7802) 2023-09-12 13:18:23 -03:00
config-f64-deserialize.md fix(utils/config): fix parsing f64 values, closes #8252 (#8407) 2023-12-18 18:18:44 -03:00
config-incognito.md feat(core): expose Wry's with_incognito to Tauri on the WindowBuilder::incognito function. (#6767) 2023-06-06 18:30:37 +03:00
config-tray-icon-tooltip.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
config-tray-icon.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
config.json Merge branch '1.x' into dev 2023-10-20 08:56:02 -03:00
core-android-proxy-method.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
core-app-montior.md feat(core): add monitor functions for App/AppHandle, closes #6394 (#6403) 2023-07-12 17:14:04 -03:00
core-channel-clone.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
core-incognito.md feat(core): expose Wry's with_incognito to Tauri on the WindowBuilder::incognito function. (#6767) 2023-06-06 18:30:37 +03:00
core-navigate-method.md feat: add navigate method (#7235) 2023-06-20 16:56:17 -03:00
core-remove-file-dir-semver-apis.md refactor: cleanup and remove unused tauri::api modules (#7352) 2023-07-10 12:17:17 +09:00
core-wry-0-28.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
custom-protocol-http-android.md fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00
custom-protocol-response-refactor.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
dark-light-mica-effect.md feat(core): add dark/light mica option (#7384) 2023-07-10 14:31:29 +03:00
default-tls-features.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
default-window-icon.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
dev-proxy-response-cache.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
dev-proxy.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
devicectl.md feat(cli): use devicetl to connect with iOS 17 devices (#7971) 2023-10-07 14:16:27 -03:00
dialog-window-forward-slash.md fix(core/dialog): reconstruct path using appropriate separator, closes #8074 (#8408) 2023-12-18 21:08:18 -03:00
dmg-settings.md chore(utils): add change file for #7964 2023-12-19 12:48:05 -03:00
dnd-position.md feat: add drag-n-drop position (#7601) 2023-08-16 11:21:40 +09:00
downgrade-min-sdk-version.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
dynamic-wry-plugin.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
enable-minify.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
enable-path-commands.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
enhance-jsobject-return-types.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
error-on-identifier-change.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
event-api-window-label.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
expose-fs-scope-new.md feat(core): expose scope::fs::Scope::new (#8432) 2023-12-18 21:29:12 -03:00
file-associations-config.md feat: add file association support, closes #3736 (#4320) 2023-07-16 18:34:43 -03:00
file-associations.md feat: add file association support, closes #3736 (#4320) 2023-07-16 18:34:43 -03:00
fix-android-scope.md fix(core): scope checks on Android (#8420) 2023-12-19 10:19:26 -03:00
fix-api-package.md fix(api): include tslib dist in api package (#8130) 2023-10-28 17:40:38 -03:00
fix-build-script-mobile-runner-npm.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-channel-data-request.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
fix-clearmocks.md Apply Version Updates From Current Changes (v1) (#8203) 2023-12-01 03:05:05 +02:00
fix-dev-server-proxy-path.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-empty-identifier.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-file-drop-event-payload.md Fix file-drop event payload (#8204) 2023-11-13 21:40:59 -03:00
fix-global-event.md fix(core): global events regression from #7996 closes #8146 (#8147) 2023-11-07 09:59:09 -03:00
fix-icons-android.md fix(cli): icons not added to the Android project (#7902) 2023-09-26 15:22:23 -03:00
fix-ide-build-run.md fix(cli): IDE failing to read CLI options on build --open commands (#8202) 2023-11-13 22:34:37 -03:00
fix-ios-channel.md Fixed channel deserialisation in iOS (#8386) 2023-12-14 09:25:28 -03:00
fix-ios-cli-panic.md fix(cli): do not panic on Ctrl+C on ios dev (#7240) 2023-06-17 14:09:37 -03:00
fix-ios-logs.md fix(cli): update tauri-mobile to fix iOS logs not showing (#7762) 2023-09-06 15:11:30 -03:00
fix-ios-plugin-throws-command.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-ios-run-xcode14.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-ios-template.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-ipc-payload.md fix: no longer unpacking and flattening payload, closes #7673 (#7677) 2023-09-04 18:02:22 -03:00
fix-ipc-remote-url-macos.md fix(core): use postMessage IPC for remote URLs on iOS ref #7751 (#7764) 2023-09-06 16:09:01 -03:00
fix-mobile-env-vars.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-nodejs-android-cmds.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-orientation-crash.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-plugin-ios-bool.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-plugin-removal.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-plugin-template-cargotoml.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-plugin-template.md fix(cli): invalid plugin template (#8161) 2023-11-07 22:56:21 -03:00
fix-proguard-injection.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
fix-proguard-rules.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-protocol-response.md feat(core): set CORS headers on protocol errors (#8419) 2023-12-18 20:54:40 -03:00
fix-shell-build.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-tauri-binary-windows.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
fix-tray-icon-validation.md fix(tauri-build): skip validating tray-icon feature flag (#7610) 2023-08-14 07:24:13 -07:00
fix-windows-custom-protocol-url.md refactor(core): custom protocol on Windows now uses the http scheme (#7779) 2023-09-07 19:57:16 -03:00
fix-windows-custom-protocol.md fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00
fix-wix-output-filename-version.md fix(bundler): modify version in output file name when bundling wix (#8182) 2023-11-07 10:08:30 -03:00
fix-xcodescript-lib-path.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
force-colored-logs.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
generate-tauri-activity.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
get-ipc-response-test.md feat(core): add test::test::get_ipc_response, closes #8199 (#8228) 2023-12-14 11:52:45 -03:00
gradle-8.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
gtk16.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
gtk018.md chore(deps): upgrade gtk to 0.18 (#8084) 2023-10-24 12:26:24 -03:00
http-types-refactor.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
icon-svg.md [feat (issue #6389)] make tauri icon support SVGs (#6444) 2023-11-07 09:58:01 -03:00
improve-local-ip-detection.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
improve-mobile-plugin-error-handling.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
inject-config.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
inject-proguard.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
invoke-handler-attributes.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
invoke-return-bool.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
invoke-system-args.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
invoke-system-refactor.md refactor(core&api)!: hide internal functions and reuse them in api.js & rename tauri module to primitives (#7942) 2023-10-17 09:40:20 -03:00
ios-create-asset-dir.md fix(cli): missing assets dir on iOS project when it is committed (#7765) 2023-09-06 17:22:39 -03:00
ios-deployment-target.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
ios-entitlements.md feat(ios): add empty entitlements file to iOS project (#7445) 2023-07-18 10:20:32 -03:00
ios-icon-color.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
ios-keep-alive.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
ios-logs.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
ios-product-name.md feat(ios): properly set iOS product name (#7554) 2023-08-05 08:59:19 -03:00
ipc-custom-protocol.md refactor(core): use webview's URI schemes for IPC (#7170) 2023-08-10 10:12:38 -03:00
ipc-refactor.md refactor(core): use webview's URI schemes for IPC (#7170) 2023-08-10 10:12:38 -03:00
ipc-scope-remove-enable-tauri-api.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
kill-dev-process-on-err.md fix(cli): kill beforeDevCommand process if mobile dev command fails (#7241) 2023-06-17 14:10:01 -03:00
kuchikiki.md Apply Version Updates From Current Changes (v1) (#7261) 2023-09-28 14:01:19 -03:00
lib-name-xcode.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
linux-ipc-body-feature.md refactor(core): use webview's URI schemes for IPC (#7170) 2023-08-10 10:12:38 -03:00
linux-protocol-body-feature.md refactor(core): use webview's URI schemes for IPC (#7170) 2023-08-10 10:12:38 -03:00
local-dev-path-mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
log-file-fix-for-linux-and-windows.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
logcat-all-tags.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
merge-ios-plist.md feat(cli): merge user-defined plist with the iOS plist file (#8200) 2023-11-13 21:12:44 -03:00
migrate-cmd.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
migrate-csp.md refactor(core): use webview's URI schemes for IPC (#7170) 2023-08-10 10:12:38 -03:00
migrate-plugins.md feat(cli): automate API -> plugin migration (#7561) 2023-08-08 13:21:46 -03:00
min-sdk-version.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-config-naming-conventions.md fix(core): Correctly detect Android Tauri configuration file, closes #7785 (#7802) 2023-09-12 13:18:23 -03:00
mobile-config.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-dev-watcher-ignore-gen.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-docs.md feat(core): include mobile on docs.rs targets (#8006) 2023-10-11 17:16:01 -03:00
mobile-entry-point-macro.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-env-vars-rename.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-init.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-lib-name.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-open.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-plugin-config.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-plugin-resolve-object.md feat(plugins): typed invoke arguments for mobile plugins (#8076) 2023-10-23 14:09:42 -03:00
mobile-plugin-typed-invoke-args.md feat(plugins): typed invoke arguments for mobile plugins (#8076) 2023-10-23 14:09:42 -03:00
mobile-plugins.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile-webview-access.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-add-command.md refactor(cli): rename plugin add command to add (#7744) 2023-09-07 07:34:36 -03:00
move-app.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-cli.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-dialog-plugin.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-event.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-fs.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-http-api.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-os.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-process.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-protocol-asset.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-shell.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-updater-config.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
move-updater.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
msrv-1.64.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
msrv-1.65.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
msrv-1.70.md chore: bump MSRV to 1.70 (#8031) 2023-10-17 11:08:15 -03:00
napi-rs.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
npm-pass-args.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
nsis-bulgarian.md Apply Version Updates From Current Changes (v1) (#7261) 2023-09-28 14:01:19 -03:00
on-download-hook.md feat: add WindowBuilder::on_download, closes #8157 (#8159) 2023-12-30 11:46:53 -03:00
on-navigation-plugin.md feat: Add ordered navigation handler for plugins, closes #7306 (#7439) 2023-07-24 14:36:16 -03:00
on-new-intent.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
on-page-load-hook.md refactor(core): implement on_page_load event using wry hook (#8116) 2023-10-27 10:00:59 -03:00
only-proxy-on-mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
open-ts-overload.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
package-info-crate-name.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
path-sep-delimter.md fix(core/path): change sep and delimiter to functions (#7160) 2023-06-08 03:40:14 +03:00
plugin-android-project-refactor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
plugin-api-handle.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
plugin-config-getter.md feat(core): allow a plugin build script to read the plugin config object (#7447) 2023-07-18 11:04:15 -03:00
plugin-handle-clone.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
plugin-init-fns.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
plugin-init-refactor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
plugin-setup-refactor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
plugin-template-examples-manifest.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
pnpm-android.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
pre.json chore(utils): add change file for #7964 2023-12-19 12:48:05 -03:00
prevent-ios-crash.md fix(core): prevent iOS crash on invalid plugin response JSON (#8049) 2023-10-19 22:47:43 +00:00
process-mod-refactor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
raw-encoding.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
readme.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
refactor-macros.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
refactor-on-page-load.md refactor(core): implement on_page_load event using wry hook (#8116) 2023-10-27 10:00:59 -03:00
refactor-setup.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
refactor-tauri-android-dependency.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
register_asynchronous_uri_scheme_protocol.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
relative-mobile-args.md feat(cli): transform paths into relative for the mobile IDE script (#8128) 2023-10-30 10:53:18 -03:00
remove-allowlist.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-attohttpc.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-clipboard.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-fs-apis.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-global-shortcut.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-macros-command-module.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-mobile-log.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-sdk-dir.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-shell-constructor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-tray-icon-mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-updater-dialog.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-updater-event.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
remove-window.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
rename-hook-env-vars.md refactor: change prefix of hook env vars to TAURI_ENV_, closes #8054 (#8057) 2023-10-19 10:46:04 -03:00
rewrite-android-manifest.md feat(build): add function to rewrite AndroidManifest.xml (#7450) 2023-07-19 08:15:08 -03:00
rfd101.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
run-event-opened.md feat(ios): expose RunEvent::Opened (#7440) 2023-07-17 19:44:34 -03:00
run-mobile-plugin.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
runevent-filedrop.md fix(runtime-wry): propagate wry file drop event to tao event loop, closes #8206 (#8393) 2023-12-28 10:20:24 -03:00
runtime-bump-deps.md fix: bump tauri-runtime-wry for #8213 2023-12-19 11:33:35 -03:00
runtime-create-window-handler.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
runtime-custom-protocol-async.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
runtime-defaultvbox.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
runtime-menu-system-tray.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
runtime-monitor.md feat(core): add monitor functions for App/AppHandle, closes #6394 (#6403) 2023-07-12 17:14:04 -03:00
runtime-navigate-method.md feat: add navigate method (#7235) 2023-06-20 16:56:17 -03:00
runtime-navigation-handler-url-arg.md feat: Add ordered navigation handler for plugins, closes #7306 (#7439) 2023-07-24 14:36:16 -03:00
runtime-new-args.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
runtime-on-download-hooks.md feat: add WindowBuilder::on_download, closes #8157 (#8159) 2023-12-30 11:46:53 -03:00
runtime-opened-event.md feat: add file association support, closes #3736 (#4320) 2023-07-16 18:34:43 -03:00
safepathbuf-refactor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
set_native_icon_signature.md fix: remove mut self from set_native_icon signature (#7866) 2023-09-21 02:21:33 +03:00
set-progress-bar-api.md feat: set application progress bar, close #7999 (#8009) 2023-10-17 16:25:30 -03:00
shadow-api.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
shadow-config.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
shadow.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
shadows-default-on.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
simplify-ios-plugin-init-fn.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
skip-target-install-arg.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
state-0.6.md chore(deps): update state to 0.6 (#7252) 2023-06-18 20:57:36 -03:00
submenu-and-menu-builders-item-and-id.md refactor!: take id for text/check/icon on menu builders (#7621) 2023-08-16 11:55:36 -03:00
syn-2.0.md chore(deps) Update Rust crate syn to v2 (dev) (#7634) 2023-11-13 08:20:19 -03:00
system-tray-feat.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
target-dir-detection.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tauri-api-removal.md refactor!: remove tauri::api module (#7874) 2023-09-21 15:55:42 +03:00
tauri-app-handle-ref.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-asset-protocol.md fix: skip leading slash for asset protocol, closes #7815 (#7822) 2023-09-12 16:57:11 -03:00
tauri-build-mobile.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tauri-build-resource-compiler.md fix(build): always invoke resource compiler on windows, fixes #8164 (#8168) 2023-11-06 21:46:25 +02:00
tauri-cleanup-before-exit.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-defaultvbox.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-env-args.md refactor!: changed Env.args to Env.args_os and use OsString instead of String (#7876) 2023-09-21 15:56:03 +03:00
tauri-env-vars.md refactor!: consistent environment variables (#7949) 2023-10-17 09:17:02 -03:00
tauri-event-system-apis.md refactor: enhance event system rust apis (#7996) 2023-10-23 15:10:01 -03:00
tauri-extranous-result-types-removal.md refactor(core/plugin)!: inline result type alias (#8037) 2023-10-17 14:33:17 -03:00
tauri-libxdo-feat.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-menu-predefined-close-wiwndow.md fix: fix incorrect predefined menu item for Close Window (#8328) 2023-12-12 00:29:55 +02:00
tauri-menu-tray-refactor.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-mobile-entry-point.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tauri-nsview.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-remove-global-window-event-type.md refactor!: remove GlobalWindowEvent type (#8430) 2023-12-19 14:20:00 -03:00
tauri-resources-table.md feat(api): expose Resource class (#8370) 2023-12-18 18:16:21 -03:00
tauri-run_on_main_thread.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-runtime-uuid.md refactor!: remove uuid and rand dependencies where applicable (#7939) 2023-10-17 05:47:41 +03:00
tauri-runtime-wry-env-vars.md refactor!: consistent environment variables (#7949) 2023-10-17 09:17:02 -03:00
tauri-runtime-wry-uuid.md refactor!: remove uuid and rand dependencies where applicable (#7939) 2023-10-17 05:47:41 +03:00
tauri-runtime-wry-wry-0-28.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tauri-scopes.md refactor!: consistent naming in tauri::scope module (#7944) 2023-10-03 07:50:00 -03:00
tauri-tabbed.md feat(windows): add tabbed effect (#7794) 2023-10-17 12:29:10 -03:00
tauri-tray-icon-feat-flag.md refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
tauri-tray-icon-id.md feat: add id option for tray icon in config file (#7871) 2023-10-03 10:18:19 -03:00
tauri-tray-on-tray-event.md refactor!: renamed TrayIconBuilder/TrayIcon::on_tray_event to TrayIconBuilder/TrayIcon::on_tray_icon_event (#7943) 2023-10-03 07:53:47 -03:00
tauri-utils-tabbed.md feat(windows): add tabbed effect (#7794) 2023-10-17 12:29:10 -03:00
tauri-utils-tray-icon-id copy.md feat: add id option for tray icon in config file (#7871) 2023-10-03 10:18:19 -03:00
tauri-utils-windows-version.md refactor(tauri-utils)!: remove windows_version and is_windows_7 (#8271) 2023-11-20 18:21:42 -03:00
tauri-uuid-rand.md refactor!: remove uuid and rand dependencies where applicable (#7939) 2023-10-17 05:47:41 +03:00
tempdir-api.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tempdir-core.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tls-features-automatically-enabled.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
tls-features-refactor.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
ubuntu-20.04-cli.js.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
ubuntu-20.04-cli.rs.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
update-entitlements-api.md feat(build): add API to update the iOS entitlements file (#7448) 2023-07-18 10:20:55 -03:00
update-mobile-template.md feat(plugins): typed invoke arguments for mobile plugins (#8076) 2023-10-23 14:09:42 -03:00
validate-appimage.md Apply Version Updates From Current Changes (v1) (#7261) 2023-09-28 14:01:19 -03:00
window-effects-api.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
window-effects-config.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
window-effects.md Merge remote-tracking branch 'origin/dev' into next (#7067) 2023-05-29 21:29:24 -03:00
window-on-message-refactor.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
window-on-navigation-arg.md feat: Add ordered navigation handler for plugins, closes #7306 (#7439) 2023-07-24 14:36:16 -03:00
window-plugin-core.md feat: move app plugin back to core (#8039) 2023-10-17 15:13:47 -03:00
windows-rs-0.51.md chore(deps): update windows-rs to 0.51 and webview2-com to 0.27 (#8035) 2023-10-24 13:17:06 -03:00
with-webview.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
wry26.md Merge remote-tracking branch 'origin/dev' into next (#7212) 2023-06-15 09:52:33 -03:00
wry-0.32.md refactor(core): allow custom protocol handler to resolve async (#7754) 2023-09-06 15:53:03 -03:00
wry-0.34.md chore(deps): upgrade gtk to 0.18 (#8084) 2023-10-24 12:26:24 -03:00
wry-0.35.md fix: bump tauri-runtime-wry for #8213 2023-12-19 11:33:35 -03:00
wry-navigate-method.md feat: add navigate method (#7235) 2023-06-20 16:56:17 -03:00
xcode-archive.md fix(cli): add support to Xcode's archive (#8209) 2023-11-13 22:35:43 -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 that it represents the overall change for organizational purposes.

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:

---
'package-a': 'patch:enhance'
'package-b': 'patch:enhance'
---

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).

Additionally you could specify a tag for the change file to group it with other changes by prefixing the bump with :<tag>, for example:

---
'package-a': 'patch:enhance'
---

Change summary goes here

which will group this change file with other changes that specify the bug tag.

For list of available tags, see the changeTags key in ./config.json