tauri/.changes
2023-03-20 08:45:26 -03:00
..
add-mobile-to-plugin.md refactor(cli): enhance plugin commands for mobile (#6289) 2023-02-16 12:24:49 -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
cli-android-build.md feat(cli): add android build command (#4999) 2022-08-22 12:49:58 -03:00
cli-dev-server-port.md feat(cli): add --port, closes #6186 (#6283) 2023-03-16 09:22:02 -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(cli): add --force-ip-prompt (#6406) 2023-03-16 09:04:09 -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
codegen-mobile-devurl.md feat(cli): add android dev and ios dev commands (#4982) 2022-08-20 16:53:07 -03:00
config.json fix(ci): set tauri-build dependency version on tauri crate 2023-03-20 08:45:26 -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
dynamic-wry-plugin.md refactor(tauri-runtime-wry): register runtime plugin after run() (#6478) 2023-03-17 10:28:28 -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
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-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
force-colored-logs.md feat(cli): force colored logs on mobile commands (#5934) 2022-12-28 17:58:14 -03:00
gtk16.md Update gtk to 0.16 (#6155) 2023-01-29 15:08:27 -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
lib-name-xcode.md fix(cli): use correct lib name in xcode project (#6387) 2023-03-08 16:19:37 +01: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
npm-pass-args.md fix(cli): use npm run tauri -- foo for correctly passing args to tauri (#6448) 2023-03-16 09:27:40 -03:00
only-proxy-on-mobile.md refactor(core): only proxy on mobile (#6126) 2023-01-23 18:25:25 -03:00
package-info-crate-name.md refactor: remove mobile log initialization, ref #6049 (#6081) 2023-01-17 13:13:53 -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 apply version updates (#6211) 2023-03-20 08:14:51 -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-attohttpc.md refactor(core): remove attohttpc client, closes #6415 (#6468) 2023-03-17 09:09:13 -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
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-mobile-entry-point.md feat(core): add mobile_entry_point macro (#4983) 2022-08-21 10:35:34 -03:00
with-webview.md feat: initial work for iOS plugins (#6205) 2023-02-11 10:30:44 -03:00
wry26.md chore: update rfd and wry versions (#6174) 2023-02-02 16:44:57 -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
"package-b": patch
---

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