tauri/.changes
Lucas Fernandes Nogueira a08e6ffa6f
feat(cli): enhance Android dev port forwarding, use host IP for android devices, closes #11137 (#11185)
* feat(cli): enhance Android dev port forwarding, closes #11137

this changes the `android dev` port forwarding (that is actually handled by the `android-studio-script` command - triggered by our Gradle plugin) with some enhancements:

- make the whole process more resilient by checking if the port was actually forwarded and rerunning the `adb reverse` command until it tells us the forward is ready
- if the `adb devices` list is empty, retry a few times (waiting a few seconds) to tolerate devices being booted - slows down "raw builds" (Build Project Android Studio menu for instance) that shouldn't happen often anyway - if you're running `android dev` you're usually running the app on a device instead of simply testing builds

* use host IP to run on android physical device
2024-10-02 07:01:29 -03:00
..
add-notarize-error.md fix(cli): add notarize error (#10639) 2024-08-15 14:12:03 -03:00
allow-commands-by-default.md feat: Add option to generate default permissions for inlined plugins (#10559) 2024-08-10 15:34:49 -03:00
always-enable-linux-ipc-custom-protocol.md feat(core): always use the custom protocol IPC on Linux (#10840) 2024-09-02 13:12:29 -03:00
android-dev-open-adb-fix.md fix(cli): android dev --open failing due to adb not finding device (#10467) 2024-08-03 10:04:26 -03:00
android-gradle-8-9.md feat(cli): Upgrade gradle to 8.9 and gradle-android to 8.5.1 (#10507) 2024-08-08 08:48:54 -03:00
android-port-forward-fixes.md fix(cli): adb port forward error handling, add logs, closes #9509 (#10604) 2024-08-13 22:07:02 -03:00
api-permissions-plugin.md feat(api): permission types for mobile plugins (#10799) 2024-08-28 17:49:05 +03:00
api-to-physical.md feat(api): add {LogicalPosition,LogicalSize}.toPhysical method (#11031) 2024-09-16 16:43:54 -03:00
api-tray-event-refactor.md refactor!: simplify TrayIconEvent in JS by tagging it with type field (#11121) 2024-09-26 06:12:02 +03:00
append_invoke_initialization_script.md feat: add Builder::append_invoke_initialization_script (#10295) 2024-08-19 16:41:28 -03:00
asset-resolver-dev-fallback.md feat(core): fallback to file system for AssetResolver::get, closes #8411 (#10357) 2024-07-31 07:13:40 -03:00
assets-iter-cow.md refactor(core)!: change Assets::iter item to use Cow (#10907) 2024-09-05 13:42:22 -03:00
avoid-rebuilds.md fix(android): avoid rebuilds if nothing changed (#10648) 2024-08-19 13:33:39 -03:00
brotli-6.md chore: update brotli dependency to v6 (#10436) 2024-08-11 08:23:31 -03:00
bundler-appimage-files.md fix(bundler): Use appimage files instead of debian files when building appimage (#11005) 2024-09-15 08:36:04 -03:00
bundler-github-mirror-from-env.md feat(bundler): add TAURI_BUNDLER_TOOLS_GITHUB_MIRRORto specify a GitHub mirror (#10866) 2024-09-11 05:36:12 +03:00
bundler-github-mirror-template.md feat(bundler): improve GitHub mirror URL generation with custom templates (#11096) 2024-09-24 19:04:41 +03:00
bundler-gnueabi-armel.md fix(bundler): Detect ARM gnueabi as soft-float (fix: #10970) (#11084) 2024-09-24 11:13:22 -03:00
bundler-nsis-webview2-success.md fix(nsis): properly handle Webview2 download return value (#11139) 2024-09-26 04:53:05 +03:00
bundler-object-custom-sign-command.md feat: Custom sign command with object notation (#10634) 2024-08-19 15:55:58 -03:00
button-state-camel-case.md refactor(api): change button_state to camelCase (#11114) 2024-09-24 08:18:52 -03:00
capability-id-already-exists.md feat(core): validate duplicated capability identifier (#10858) 2024-09-02 17:13:13 +03:00
change-default-export-option-debugging.md chore(cli): change default export method to debugging (#10571) 2024-08-13 04:04:16 +03:00
change-pr-10435.md fix: Specta remote implementation for Channel (#10435) 2024-08-01 16:26:52 +09:00
change-pr-10498.md fix(bundler): Correct nsis pre-uninstall hook to post-uninstall (#10498) 2024-08-05 19:15:45 +02:00
change-pr-10619.md fix(bundler): armv7 appimage bundler uses invalid download links [closes #6579] (#10619) 2024-08-14 17:39:36 +02:00
change-pr-10676.md fix(cli): change "register_ios_plugin" params to snake case (#10676) 2024-08-19 13:29:01 -03:00
change-pr-10718.md fix(core): update swift-rs to fix iOS plugin builds (#10718) 2024-08-27 08:22:13 -03:00
change-pr-11056.md feat: Expose ability to enable browser extensions in WebView2 (#11056) 2024-09-19 18:46:23 +03:00
change-type-of-macos-webview.md fix(covector): unexpected preminor bump 2024-09-15 17:53:44 -03:00
changelog-path-deb.md feat: add mainBinaryName option (#10977) 2024-09-15 07:51:01 -03:00
check-android-lib-symbols.md feat(cli): check if Rust lib contains required Android and iOS symbols #10094 (#10483) 2024-08-05 09:46:28 -03:00
clear-all-browsing-data-api.md feat: add webview.clear_all_browsing_data (#11066) 2024-09-20 08:18:07 -03:00
clear-all-browsing-data.md feat: add webview.clear_all_browsing_data (#11066) 2024-09-20 08:18:07 -03:00
cli-add-no-fmt.md feat(cli): allow skipping rustfmt project reformatting when adding a plugin (#10457) 2024-08-10 17:09:07 -03:00
cli-add-npm.md fix(cli/add): use >= for npm and ~ for other package managers (#11064) 2024-09-19 23:11:40 +03:00
cli-android-template-androidtv.md feat(cli): support AndroidTV by default (#10602) 2024-08-13 21:47:41 -03:00
cli-desktop-port-exposure.md Add change file for #10360 (#10421) 2024-07-30 14:29:06 +09:00
cli-handle-main-binary.md feat(cli): discover src/main.rs binary automatically (#11007) 2024-09-15 11:21:31 -03:00
cli-info-include-arch.md feat(cli): include arch in the tauri info output (#10793) 2024-08-27 16:02:40 +03:00
cli-info-plugins.md feat(cli/info): include plugins info (#10729) 2024-08-23 08:29:03 -03:00
cli-make-app-dir-consistent.md fix(cli): make app_dir() logic consistent (#10418) 2024-08-11 09:44:15 -03:00
cli-mobile-checks.md feat(cli): check if project identifier or lib name changed (#10479) 2024-08-05 09:45:18 -03:00
cli-plugin-init-no-github-by-default.md feat(cli): add --github-workflows (#11118) 2024-09-25 03:11:38 +03:00
cli-plugin-init-no-github.md feat(cli): add --github-workflows (#11118) 2024-09-25 03:11:38 +03:00
cli-plugin-no-example.md feat(cli/plugin): add --no-example flag (#11030) 2024-09-16 16:41:21 -03:00
cli-signtool-path.md refactor: rename TAURI_SIGNTOOL_PATH -> TAURI_WINDOWS_SIGNTOOL_PATH (#10595) 2024-08-13 21:48:12 -03:00
cli-template-log-plugin.md feat(cli): add log plugin to the app template (#11004) 2024-09-15 08:35:38 -03:00
config.json feat: add tauri-schema-worker (#10871) 2024-09-17 00:52:56 +03:00
core-default-schema.md fix(core/acl): fix core:default schema generation (#10971) 2024-09-13 08:58:26 -03:00
core-plugin-namespace.md refactor: core plugin permissions are now prefixed core:, closes #10359 (#10390) 2024-07-30 07:52:43 -03:00
core-unmanage.md feat(core): add Manager::unmanage (#11071) 2024-09-20 07:53:58 -03:00
crash-closing-window-multiple-times.md fix(core): store the hosting Window directly on Webview and WebviewWindow (#11161) 2024-09-27 14:15:38 -03:00
custom-invoke-system-invoke-key.md feat(core): inject invoke key in custom invoke system script (#11025) 2024-09-16 12:10:01 -03:00
custom-protocol-label.md refactor(core)!: pass webview label to uri scheme protocol handlers (#11163) 2024-09-29 07:41:26 -03:00
dev-url-localhost-mobile.md refactor!: use localhost for development on Android devices and emulators or iOS simulators (#10437) 2024-08-02 07:35:18 -03:00
do-not-exit-on-log-fail.md fix(cli): do not exit mobile dev if logger could not be attached (#10790) 2024-08-27 12:05:32 -03:00
embed-plist-no-unit-val.md fix(core): clippy warnings, simplify embed_plist usage (#10844) 2024-09-03 01:09:27 +03:00
enhance-android-port-forwarding.md feat(cli): enhance Android dev port forwarding, use host IP for android devices, closes #11137 (#11185) 2024-10-02 07:01:29 -03:00
enhance-ios-lib-validation.md feat(cli): always validate iOS lib (#10845) 2024-09-02 13:13:34 -03:00
enhance-permission-error-message.md feat(core): enhance IPC permission error message (#10664) 2024-08-19 16:41:09 -03:00
ensure-gradlew-unix.md fix(cli): ensure gradlew is executable and does not use CRLF (#10751) 2024-08-23 10:49:45 -03:00
feat-remove-target-sdk.md refactor(android): Remove targetSdk from gradle config (#10558) 2024-08-11 07:06:14 -03:00
fix-adb.md fix(cli): adb reverse failing in Node.js (#10466) 2024-08-03 09:47:50 -03:00
fix-add-plugin-npm-version-req.md fix(cli): add command version requirement for known plugin npm (#10795) 2024-08-27 17:02:14 +03:00
fix-android-proguard.md fix(core): prevent Proguard from optimizing away custom ser/de classes (#10982) 2024-09-12 23:04:25 -03:00
fix-android-remove-current-script.md fix(core): properly remove isolation script from DOM (#10703) 2024-08-21 09:08:16 -03:00
fix-bun-ios-usage.md fix(cli): ios xcode-script arg parsing when using bun, closes #10742 (#11100) 2024-09-23 18:31:29 -03:00
fix-cli-add-plugin-version.md fix(cli): add should use 2.0.0-rc for known plugins (#10699) 2024-08-20 14:09:50 -03:00
fix-cli-dev-server-android.md fix(cli): builtin dev server should also be forwarded for Android (#10600) 2024-08-13 21:11:01 -03:00
fix-cli-panic-bun.md fix(cli): properly exit with code 0 on panic when running with bun (#10572) 2024-08-13 08:53:04 -03:00
fix-colon-in-file-path.md fix: permission file uses ':' in file name (#10485) 2024-08-05 09:45:00 -03:00
fix-conditional-ios-deployment-target.md fix(cli): set ios deployment target only when building for ios (#11063) 2024-09-20 07:31:51 -03:00
fix-conf-parsing-error-filepath.md fix(core): Conf parsing error always displays tauri.conf.json file name even when using toml or json5 (#10404) 2024-07-29 14:54:21 +02:00
fix-config-override.md fix(cli): properly resolve merge config on mobile build closes #9970 (#10605) 2024-08-15 10:50:19 -03:00
fix-context-stack-size.md fix: generate Context inside a thread (#10734) 2024-08-23 08:46:23 -03:00
fix-dev-server-proxy-url.md fix(core): mobile dev server proxy URL (#10943) 2024-09-10 12:30:58 -03:00
fix-export-default-permissions.md fix: Correctly export DefaultPermissionsRule (#10678) 2024-08-19 13:10:05 -03:00
fix-identifier-config-required.md fix(core): Mark identifier as a required field. (#10946) 2024-09-10 10:08:04 -03:00
fix-ios-app-export.md fix(cli): iOS app signature not retaining entitlements, closes #11089 (#11184) 2024-10-01 10:15:42 -03:00
fix-ios-automatic-signing-ci.md fix(cli): iOS code signing failing on CI (#10854) 2024-09-01 09:29:48 -03:00
fix-ios-build-older-swift.md fix(cli): adapt Package.swift to work on older Swift versions (#10687) 2024-08-19 16:29:16 -03:00
fix-ios-build-simulator.md fix(cli): iOS build targetting the simulator (#10847) 2024-09-02 13:13:22 -03:00
fix-ios-bun-support.md fix(cli): ios dev and ios build support for bun (#10569) 2024-08-13 09:00:41 -03:00
fix-ios-proj-sync.md fix(cli): only modify iOS code sign style when manually signing (#11101) 2024-09-23 18:35:15 -03:00
fix-ios-signing-api-key.md fix(cli): automatic signing for iOS on CI (#10851) 2024-08-31 17:58:58 -03:00
fix-ipc-fallback.md fix(core): IPC fallback hanging when sending responses, closes #10327 (#10582) 2024-08-13 07:38:49 -03:00
fix-isolation-parse-raw-body.md fix(core): isolation pattern breaks raw postMessage payload (#10841) 2024-09-02 13:12:59 -03:00
fix-manifest-migration.md fix(cli): manifest v1 migration (#10540) 2024-08-12 12:23:39 +09:00
fix-missing-codesign-error-macos.md fix(macos-sign): missing stdout/stderr in Node.js context (#10654) 2024-08-16 20:16:00 -03:00
fix-pbxproj-id-parse.md fix(cli): pbxproj parser not expecting underlines in build config IDs (#11168) 2024-09-27 14:36:38 -03:00
fix-permission-state-unknown-display.md refactor(core)!: rename plugin::PermissionState::Unknown to plugin::PermissionState::Prompt (#10978) 2024-09-13 08:38:59 -03:00
fix-request-permissions.md fix(core): requestPermissions not resolving on Android (#10988) 2024-09-13 09:08:31 -03:00
fix-tauri-build-filedescription.md fix(core): Use productName for FileDescription (#10975) 2024-09-12 20:36:48 +03:00
fix-tauri-plugin-ios-init.md fix(cli): plugin ios init cmd not generating iOS folder, closes #10661 (#10792) 2024-08-27 12:05:19 -03:00
fix-tslib-path.md fix(api): tslib path (#10681) 2024-08-19 09:27:45 -03:00
fix-usage-without-compression.md fix(core): usage without the compression feature (#10432) 2024-07-31 18:40:02 -03:00
fix-v1-frontend-migration.md fix(cli): incorrect JS generated by frontend migration closes #10500 (#10542) 2024-08-12 12:10:27 +09:00
fix-xcodebuild-arch.md fix(cli): do not force architecture when building and archiving iOS app (#10431) 2024-08-19 12:36:48 -03:00
get-window-async.md refactor(api)!: change window label getters to be async ref #5380 (#10630) 2024-08-15 09:12:40 -03:00
ide-commands-verbosity.md feat(cli): retain log verbosity when running a mobile IDE script (#11186) 2024-10-02 03:58:54 +03:00
improve-cli-init.md feat(cli): detect project NPM package manager on init (#10504) 2024-08-11 18:33:26 -03:00
infer-signing-identity.md feat(bundler): infer signing identity from certificate to import (#10652) 2024-08-16 20:30:49 -03:00
inject-mobile-resources.md feat(core): resources on mobile apps (#10696) 2024-08-20 13:49:17 -03:00
ios-codesign-on-build.md refactor(cli): synchronize pbxproj and export options, handle cert on build (#10669) 2024-08-21 11:38:02 -03:00
ios-custom-project-template.md feat(core): add option for custom Xcode project template (XcodeGen) (#10496) 2024-08-07 13:17:01 -03:00
ios-default-minversion.md fix(core/cli): Add custom default implementation for ios config (#10533) 2024-08-08 19:57:56 -03:00
ios-frameworks.md feat: add iOS frameworks config option, closes #9962 (#10393) 2024-08-02 07:35:03 -03:00
ios-invoke-response-null.md fix(core): Swift warning for null invoke.resolve() iOS plugin values (#10842) 2024-09-02 16:51:30 +03:00
isolation-main-frame-origin.md check the main frame's origin in isolation.js (#10423) 2024-07-30 16:32:32 -03:00
linux-option-gtk-app-id.md feat(core): make setting of gtk app id optional (#10397) 2024-07-29 15:26:13 +02:00
main_binary_name-exe.md fix: fix main_binary_name includes .exe regression on Windows (#11011) 2024-09-15 16:30:47 -03:00
main_binary_name.md feat: add mainBinaryName option (#10977) 2024-09-15 07:51:01 -03:00
maintainer-fallback.md feat(bundler): fallback to publisher for deb maintainer, closes #10777 (#10825) 2024-08-29 15:41:40 -03:00
migrate-plugins.md fix(cli): migrate v1 plugin dependencies, prevent dup, closes #10650 (#10656) 2024-08-16 19:58:20 -03:00
migrate-prevent-duplications.md fix(cli): migrate v1 plugin dependencies, prevent dup, closes #10650 (#10656) 2024-08-16 19:58:20 -03:00
migrate-v1-plugin-npm.md fix(cli): migrate v1 plugins NPM packages (#10794) 2024-08-27 12:01:15 -03:00
migrate-vue-svelte.md feat(cli): add support to Svelte and Vue.js code on v1 migration (#10544) 2024-08-12 13:45:42 +09:00
min-ios-version.md feat(core): add config for the minimum iOS version (#10495) 2024-08-07 13:16:27 -03:00
mobile-async.md feat(core): support async functions in mobile_entry_point macro (#11162) 2024-09-27 14:06:23 -03:00
mobile-identifier.md fix(core): allow hyphens and underscores on identifiers, closes #9707 (#10700) 2024-08-21 13:46:25 -03:00
mobile-plugin-get-args.md feat(core): add plugin methods getArgs and getRawArgs for iOS and Android (#10761) 2024-08-26 16:55:51 -03:00
nsis-ensure-webview2-version.md feat(bundler/nsis): add minimum webview2 version checks (#10339) 2024-08-23 15:21:39 +03:00
objc2-nsimage-missing.md chore: add change file for #11016 (#11018) 2024-09-16 13:17:01 +08:00
only-validate-ios-lib-debug.md fix(cli): only validate iOS lib on debug builds (#10638) 2024-08-15 09:12:21 -03:00
permissions-add-target-specific.md feat(cli): handle known target specific plugins on permission add #10596 (#10598) 2024-08-13 14:01:10 -03:00
plugin-builder-failable.md add failable try_build for plugin builder (#10405) 2024-07-29 10:51:56 -03:00
pre.json apply version updates (#11062) 2024-09-27 17:51:55 -03:00
proguard-keep-json-deserializer-classes.md fix(core): add proguard rule to keep JSON deserializers (#10800) 2024-08-27 15:30:10 -03:00
provisioning-signing-ios.md feat(cli): allow xcodebuild to manage iOS signing and provisioning (#10752) 2024-08-23 21:12:49 -03:00
rc-migration.md feat(cli): add migration from 2.0.0-beta to 2.0.0-rc (#10395) 2024-07-30 16:32:59 -03:00
readd-target-sdk-app.md fix(cli): readd targetSdk to Android app template, closes #10712 (#10791) 2024-08-27 16:04:43 +03:00
README.md chore: add back .changes/readme.md (#8905) 2024-02-19 14:39:27 -03:00
refactor-ipc-error.md refactor(core): return 200 on any IPC call, closes #10286 (#10585) 2024-08-13 08:39:20 -03:00
refactor-ipc-response.md refactor(core): serialize response once, closes #5641 (#10641) 2024-08-15 16:15:11 -03:00
remove-cargo-config-creation.md fix(cli): do not generate .cargo/config file (#10785) 2024-08-26 22:15:08 -03:00
remove-invoke-system-responder.md refactor(core): remove responder from custom invoke systems (#11027) 2024-09-16 12:20:50 -03:00
remove-open-command.md chore(cli): remove android open and ios open commands (#10480) 2024-08-05 09:57:54 -03:00
remove-unsecure-configs.md feat: re-enable TLS checks for Android and dev proxy (#10386) 2024-07-29 10:43:59 -03:00
remove-webview_fixed_runtime_path.md refactor(core): remove deprecated webview_fixed_runtime_path option (#10772) 2024-08-25 16:35:42 -03:00
rerun-if-platform-conf.changes.md fix(core): rerun build script if platform config changes, closes #10963 (#11099) 2024-09-24 11:02:34 -03:00
resource-dir-android.md feat(core): resources on mobile apps (#10696) 2024-08-20 13:49:17 -03:00
resource-dir-ios.md feat(core): resources on mobile apps (#10696) 2024-08-20 13:49:17 -03:00
resources-map-becoming-dirs.md fix(utils): fix resources map becomes directory (#10293) 2024-08-16 23:03:14 -03:00
resources-path-deb-rpm.md feat: add mainBinaryName option (#10977) 2024-09-15 07:51:01 -03:00
restart-handle-binary-name-change.md feat(core): restart() handles binary name change for macOS (#11002) 2024-09-14 13:30:00 -03:00
revert-10969-consistent-update-code.md revert: revert #10969, consistent product_code (#11182) 2024-09-30 19:42:09 +03:00
rust-permission-state.md feat(core): add plugin::PermissionState (#10817) 2024-08-28 22:34:03 -03:00
safe-file-path-serialize.md feat: derive serde::Serialize for SafePathBuf (#10884) 2024-09-04 09:55:19 +08:00
safe-path-buf-from-str.md feat: derive serde::Serialize for SafePathBuf (#10884) 2024-09-04 09:55:19 +08:00
scope-object-match.md feat: add ScopeObjectMatch trait for easy scope validation (#11132) 2024-09-26 02:22:37 +03:00
self-signed-cert.md fix(cli): iOS app signature not retaining entitlements, closes #11089 (#11184) 2024-10-01 10:15:42 -03:00
serialize-array-buffer.md fix: serialize Uint8Array and ArrayBuffer as number[], closes #10336 (#10797) 2024-08-27 12:49:18 -03:00
set-theme-api.md chore: add missing set theme change file in #10210 (#11143) 2024-09-26 07:26:04 +03:00
set-theme.md chore: add missing set theme change file in #10210 (#11143) 2024-09-26 07:26:04 +03:00
share-webcontext.md fix(core): share webcontext between webviews (#11043) 2024-09-21 07:42:07 -03:00
sign-non-zipped-updater-with-v1-compatible.md feat(cli): generate signatures for non-zipped targets with createUpdaterArtifacts: v1Compatible (#10940) 2024-09-20 08:47:36 -03:00
store-main-binary-name.md fix(bundler): store and remove old main binary on updates if main binary name has change (#10962) 2024-09-13 16:09:17 +03:00
sync-ios-version.md fix(cli): synchronize version with iOS Info.plist (#10944) 2024-09-10 12:31:15 -03:00
synchronize-config-and-xcode-project.md feat(cli): synchronize Tauri config and lib name with iOS Xcode project (#10802) 2024-08-28 12:11:50 -03:00
synchronize-pbxproj-export-options.md refactor(cli): synchronize pbxproj and export options, handle cert on build (#10669) 2024-08-21 11:38:02 -03:00
tauri-build.md chore: cleanup and simplify examples (#10743) 2024-08-27 01:25:36 +03:00
tauri-cli-generate-upgrade-code.md feat: add upgradeCode config option (#11039) 2024-09-20 08:44:41 -03:00
tauri-driver-1.x.md support 1.x automation env var in tauri-driver (#10738) 2024-08-22 09:29:10 -03:00
tray-double-click.md feat: add DoubleClick variant for TrayIconEvent (#10786) 2024-08-27 16:03:55 +03:00
trunk-ios-dev.md feat(cli): support Trunk for iOS dev out of the box (#11181) 2024-09-30 13:54:13 -03:00
universal-bin-build-fails.md fix: fails to build universal fat binary if main bin is renamed to another name (#10550) 2024-08-11 06:56:53 -03:00
update-android-plugin-template.md fix(plugin): fix android_package_id to follow cli (#10763) 2024-08-26 13:39:05 -03:00
update-docs-icon-path.md chore: cleanup unnecessary scripts and files (#10731) 2024-08-22 07:56:52 -03:00
update-ios-logging.md feat(cli): enhance iOS logs (#10961) 2024-09-15 07:37:56 -03:00
update-pbxproj-codesign.md refactor(cli): synchronize pbxproj and export options, handle cert on build (#10669) 2024-08-21 11:38:02 -03:00
update-tao-wry.md chore(deps): update tao and wry to latest (#10655) 2024-08-16 20:30:34 -03:00
update-trayicon-infer-urlpattern-image.md chore(deps): update infer, tray icon, urlpattern, image (#10902) 2024-09-05 14:10:08 +02:00
update-wry.md chore(tauri-runtime-wry): update tao to 0.30 and wry to 0.43 (#10895) 2024-09-04 09:51:42 -03:00
upgrade-code-option.md feat: add upgradeCode config option (#11039) 2024-09-20 08:44:41 -03:00
use-objc2.md feat: Migrate to objc2 (#10924) 2024-09-15 17:15:47 -03:00
utils-autogenerated-command-return-list.md feat: Add option to generate default permissions for inlined plugins (#10559) 2024-08-10 15:34:49 -03:00
utils-fix-plugin-reference.md fix(core): plugin permissions documentation heading (#10547) 2024-08-13 03:58:44 +03:00
v1-migrate-updater.md fix(cli): v1 migration should add the updater plugin if it is enabled (#10481) 2024-08-05 10:00:33 -03:00
v1-migration-improvement.md fix(cli): broken v1 updater migration, add TOML support, closes #10508 (#10539) 2024-08-12 11:56:13 +09:00
webview-hide-show-api.md feat: add Webview::show and Webview::hide (#11140) 2024-09-27 08:30:29 +03:00
webview-hide-show-runtime.md feat: add Webview::show and Webview::hide (#11140) 2024-09-27 08:30:29 +03:00
webview-hide-show.md feat: add Webview::show and Webview::hide (#11140) 2024-09-27 08:30:29 +03:00
window-config-create.md feat(core): add app > windows > create option to disable window creation at startup (#11032) 2024-09-16 17:03:25 -03:00
window-set-enabled-api.md feat: add Window::set_enabled and Window::is_enabled (#11154) 2024-09-27 14:35:01 -03:00
window-set-enabled.md feat: add Window::set_enabled and Window::is_enabled (#11154) 2024-09-27 14:35:01 -03:00
wix-consistent-product-code.md enhance(bundler/wix): generate consistent product code for MSI installer derived from identifier (#10969) 2024-09-13 08:45:03 -03:00
wix-upgrade-code-regression.md fix(bundler/wix): use product name to generate UpgradeCode for MSI (#10967) 2024-09-12 09:22:27 -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