Compare commits

..

19 Commits
api-v2 ... 1.0

Author SHA1 Message Date
Lucas Nogueira
68d4397b6c chore: update bundler version 2023-05-03 13:30:51 -03:00
Lucas Nogueira
8799060663 fix(ci): update getPublishedVersion script 2023-05-03 13:11:47 -03:00
Lucas Nogueira
d2bb02fe3d fix(ci): update NPM token 2023-05-03 13:03:41 -03:00
Lucas Nogueira
33bff7db92 chore: trigger release 2023-05-03 12:46:40 -03:00
Lucas Nogueira
f7ae62140f fix(ci): remove covector filterPackages 2023-05-03 12:46:06 -03:00
Lucas Nogueira
0d529c9497 fix(core): IPC remote domain check bypassed by isolation iframe usage (#6691) 2023-05-02 10:17:39 -03:00
Lucas Nogueira
daf21c7199 fix(core): isolation pattern regression from last commit 2023-04-12 11:54:14 -03:00
Lucas Nogueira
fa90214b05 feat(core): block remote URLs from accessing the IPC
This was cherry picked from ee71c31fd0, keeping only the logic to block remote URLs from using the IPC.
PR: #5918
2023-04-12 11:43:57 -03:00
Lucas Nogueira
34e03b8455 run covector version 2022-12-22 11:00:38 -03:00
Amr Bashir
f0602e7c29 Merge pull request from GHSA-6mv3-wm7j-h4w5
* fix(core): use `require_literal_separator` when matching paths

* document the need for `require_literal_separator`

* use `require_literal_leading_dot`
2022-12-22 11:00:21 -03:00
Lucas Nogueira
10dda1900e fix cargo login 2022-11-08 11:40:43 -03:00
Lucas Nogueira
ceb6972ec2 fix tests 2022-11-08 11:21:38 -03:00
Lucas Nogueira
264c087b5e chore: run covector version 2022-11-08 10:16:13 -03:00
Lucas Nogueira
bcd9dc7f85 fix(core): escape glob characters in drop/dialogs , closes #5234 (#5237)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-11-08 10:15:51 -03:00
Lucas Nogueira
e7af22c9d9 chore: only run publish for tauri 2022-09-15 16:51:42 -03:00
Lucas Nogueira
c89ed86dbd skip major git tag bump 2022-09-15 16:46:13 -03:00
Lucas Nogueira
90e56c454c add publish-hotfix workflow 2022-09-15 12:16:01 -03:00
Lucas Nogueira
0bd3a90178 run covector version 2022-09-15 07:55:46 -03:00
Amr Bashir
bb17882908 fix(endpoints/fs/readDir): don't read symlinks that are not allowed b… (#5123) 2022-09-15 07:50:30 -03:00
998 changed files with 38094 additions and 45237 deletions

View File

@@ -1,2 +0,0 @@
[env]
__TAURI_WORKSPACE__ = "true"

View File

@@ -1,6 +0,0 @@
---
"cli.rs": minor
"cli.js": minor
---
Added `plugin android add` and `plugin ios add` commands to add mobile plugin functionality to existing projects.

View File

@@ -1,6 +0,0 @@
---
"tauri-runtime": minor
"tauri-runtime-wry": minor
---
Add `find_class`, `run_on_android_context` on `RuntimeHandle`.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Do not gitignore the Android project's `buildSrc` folder by default since we removed absolute paths from it.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Enhance parsing of annotated Android plugin methods to support private functions.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Added static function `loadConfig` on the Android `PluginManager` class.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Adjust Android plugin exception error.

View File

@@ -1,5 +0,0 @@
---
"tauri-build": patch
---
Set environment variables used by `tauri::mobile_entry_point`.

View File

@@ -1,10 +0,0 @@
---
"tauri-bundler": patch
"tauri-codegen": patch
"tauri-macros": patch
"tauri-utils": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Pull changes from Tauri 1.3 release.

View File

@@ -1,5 +0,0 @@
---
"tauri-bundler": patch
---
Removed the `UpdaterSettings::dialog` field.

View File

@@ -1,6 +0,0 @@
---
"api": patch
"tauri": patch
---
Add channel API for sending data across the IPC.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": minor
"cli.js": minor
---
Added `android build` command.

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
Add `--release` flag for `tauri android dev` however you will need to sign your Android app, see https://next--tauri.netlify.app/next/guides/distribution/sign-android

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
Build only specified rust targets for `tauri android build` instead of all.

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
Use local ip address for built-in dev server on mobile.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Added `ios build` command.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Add `key.properties` file to android's `.gitignore`.

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
On mobile, fix regression introduced in `tauri-cli` version `2.0.0-alpha.3` where library not found error was thrown.

View File

@@ -1,5 +0,0 @@
---
'cli.rs': 'patch'
---
Auto select an external IP for mobile development and fallback to prompting the user. Use `--force-ip-prompt` to force prompting.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": minor
"cli.js": minor
---
Added `android dev` and `ios dev` commands.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": minor
"cli.js": minor
---
Add commands to add native Android and iOS functionality to plugins.

View File

@@ -1,5 +0,0 @@
---
'cli.rs': 'patch'
---
In mobile commands, correctly detect when nodejs binary has the version in its name, for example `node-18`

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
Fix android project build crashing when using `pnpm` caused by extra `--`.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Use temp file instead of environment variable to pass CLI IPC websocket address to the IDE.

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
Update mobile template to `wry@0.28`

View File

@@ -1,5 +0,0 @@
---
"tauri-codegen": patch
---
Change `devPath` URL to use the local IP address on iOS and Android.

View File

@@ -3,11 +3,12 @@
"timeout": 3600000,
"pkgManagers": {
"rust": {
"errorOnVersionRange": "^2.0.0-0",
"version": true,
"getPublishedVersion": "node ../../.scripts/covector/package-latest-version.js cargo ${ pkgFile.pkg.package.name } ${ pkgFile.pkg.package.version }",
"prepublish": [
"sudo apt-get update",
"sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev",
"sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libayatana-appindicator3-dev librsvg2-dev patchelf",
"cargo install cargo-audit --features=fix",
{
"command": "cargo generate-lockfile",
@@ -16,7 +17,12 @@
"pipe": true
},
{
"command": "echo '<details>\n<summary><em><h4>Cargo Audit</h4></em></summary>\n\n```'",
"command": "echo \"# Cargo Audit\"",
"dryRunCommand": true,
"pipe": true
},
{
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -27,7 +33,7 @@
"pipe": true
},
{
"command": "echo '```\n\n</details>\n'",
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
@@ -39,7 +45,12 @@
"dryRunCommand": true
},
{
"command": "echo '<details>\n<summary><em><h4>Cargo Publish</h4></em></summary>\n\n```'",
"command": "echo \"# Cargo Publish\"",
"dryRunCommand": true,
"pipe": true
},
{
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -49,13 +60,12 @@
"pipe": true
},
{
"command": "echo '```\n\n</details>\n'",
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
],
"postpublish": [
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
"git push --tags -f"
],
@@ -67,6 +77,7 @@
]
},
"javascript": {
"errorOnVersionRange": "^2.0.0-0",
"version": true,
"getPublishedVersion": "node ../../.scripts/covector/package-latest-version.js npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
"prepublish": [
@@ -75,7 +86,12 @@
"dryRunCommand": true
},
{
"command": "echo '<details>\n<summary><em><h4>Yarn Audit</h4></em></summary>\n\n```'",
"command": "echo \"# Yarn Audit\n\"",
"dryRunCommand": true,
"pipe": true
},
{
"command": "echo '<details>\n<summary>click to view</summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
@@ -98,23 +114,27 @@
"publish": [
"sleep 15s",
{
"command": "echo '<details>\n<summary><em><h4>Yarn Publish</h4></em></summary>\n\n```'",
"command": "echo \"# Yarn Package Publish\"",
"dryRunCommand": true,
"pipe": true
},
{
"command": "yarn publish --access public --loglevel silly --tag next",
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
{
"command": "yarn publish --access public --loglevel silly",
"dryRunCommand": "npm publish --dry-run --access public",
"pipe": true
},
{
"command": "echo '```\n\n</details>\n'",
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
],
"postpublish": [
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
"git push --tags -f"
]
@@ -136,7 +156,12 @@
"dryRunCommand": true
},
{
"command": "echo '<details>\n<summary><em><h4>Yarn Audit</h4></em></summary>\n\n```'",
"command": "echo \"# Yarn Audit\n\"",
"dryRunCommand": true,
"pipe": true
},
{
"command": "echo '<details>\n<summary>click to view</summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
@@ -158,7 +183,12 @@
],
"publish": [
{
"command": "echo '<details>\n<summary><em><h4>Yarn Publish</h4></em></summary>\n\n```'",
"command": "echo \"# Yarn Package Publish\"",
"dryRunCommand": true,
"pipe": true
},
{
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -168,7 +198,7 @@
"pipe": true
},
{
"command": "echo '```\n\n</details>\n'",
"command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
@@ -207,16 +237,7 @@
"path": "./core/tauri-build",
"manager": "rust",
"dependencies": ["tauri-codegen", "tauri-utils"],
"postversion": [
"node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo build --manifest-path ../tauri-config-schema/Cargo.toml"
],
"assets": [
{
"path": "./tooling/cli/schema.json",
"name": "schema.json"
}
]
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
},
"tauri": {
"path": "./core/tauri",
@@ -225,8 +246,7 @@
"tauri-macros",
"tauri-utils",
"tauri-runtime",
"tauri-runtime-wry",
"tauri-build"
"tauri-runtime-wry"
],
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
},
@@ -234,11 +254,7 @@
"path": "./tooling/cli/node",
"manager": "javascript",
"getPublishedVersion": "node ../../../.scripts/covector/package-latest-version.js npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
"dependencies": ["cli.rs"],
"postversion": [
"node ../../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo build --manifest-path ../../../core/tauri-config-schema/Cargo.toml"
],
"postversion": "node ../../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"prepublish": [],
"publish": [],
"postpublish": []
@@ -247,10 +263,7 @@
"path": "./tooling/cli",
"manager": "rust",
"dependencies": ["tauri-bundler", "tauri-utils"],
"postversion": [
"cargo check",
"cargo build --manifest-path ../../core/tauri-config-schema/Cargo.toml"
],
"postversion": "cargo check",
"assets": [
{
"path": "${ pkg.path }/target/package/tauri-cli-${ pkgFile.version }.crate",

View File

@@ -1,5 +0,0 @@
---
'tauri': 'patch'
---
On Android, update proguard rules.

View File

@@ -1,5 +0,0 @@
---
"tauri": major
---
Added the `default-tls` and `reqwest-default-tls` Cargo features for enabling TLS suppport to connect over HTTPS.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Add `default_window_icon` getter on `App` and `AppHandle`.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Implement response cache on the dev server proxy, used when the server responds with status 304.

View File

@@ -1,5 +0,0 @@
---
"tauri": major
---
**Breaking change:** Use the custom protocol as a proxy to the development server on all platforms except Linux.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"tauri": patch
---
Change minimum Android SDK version to 21 for the plugin library.

View File

@@ -1,6 +0,0 @@
---
"tauri-runtime-wry": patch
"tauri": patch
---
Allow a wry plugin to be registered at runtime.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Change the Android template to enable minification on release and pull ProGuard rules from proguard-tauri.pro.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Enhance Android's `JSObject` return types.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Print an error if the Android project was generated with an older bundle identifier or package name.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes the generated mobile build script when using an NPM runner.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Properly proxy dev server requests with query strings and fragments.

View File

@@ -1,7 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-macros": patch
---
Resolve Android package name from single word bundle identifiers.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Use actual iOS plugin instance to run command with `throws`.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes running on device using Xcode 14.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes the iOS project script to build the Rust library.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes `TAURI_*` environment variables for hook scripts on mobile commands.

View File

@@ -1,5 +0,0 @@
---
"cli.js": patch
---
Update tauri-mobile to fix running ADB scripts.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Update Android project template with fix to crash on orientation change.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Fixes boolean plugin parameters freezing the application.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Clear Android plugin JSON file before building Rust library to ensure removed plugins are propagated to the Android project.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Readd the Cargo.toml file to the plugin template.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Fixes ProGuard rules.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Fix compilation issues without the shell API features.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes the Android build gradle plugin implementation on Windows.

View File

@@ -1,5 +0,0 @@
---
'tauri-bundler': 'patch'
---
Correctly escape XML for resource files in WiX bundler.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes iOS build script using the wrong path for the app library file.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Force colored logs on mobile commands.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Generate `TauriActivity` Kotlin class on the build script.

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
---
Update android template to gradle 8.0

View File

@@ -1,8 +0,0 @@
---
"tauri-runtime": minor
"tauri-runtime-wry": minor
"tauri": minor
---
Update gtk to 0.16.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Improve local IP address detection with user selection.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Improve the `run_mobile_plugin` function error handling.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Inject Tauri configuration in the Android assets.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Inject `proguard-tauri.pro` file in the Android project.

View File

@@ -1,6 +0,0 @@
---
"tauri-macros": patch
"tauri": patch
---
Added support to attibutes for each command path in the `generate_handler` macro.

View File

@@ -1,7 +0,0 @@
---
"tauri-macros": major
"tauri-codegen": major
"tauri": major
---
Return `bool` in the invoke handler.

View File

@@ -1,5 +0,0 @@
---
"tauri-build": patch
---
Read the `IPHONEOS_DEPLOYMENT_TARGET` environment variable to set the Swift iOS target version, defaults to 13.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Added `--ios-color` option to the `tauri icon` command.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Keep the process alive even when the iOS application is closed.

View File

@@ -1,7 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
"tauri": patch
---
Show all application logs on iOS.

View File

@@ -1,6 +0,0 @@
---
"tauri": patch
"tauri-utils": patch
---
Remove `enable_tauri_api` from the IPC scope.

View File

@@ -1,5 +0,0 @@
---
'tauri': 'patch'
---
Use correct lib name in xcode project.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes HMR on mobile when devPath is configured to load a filesystem path.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Print log output for all tags on Android development.

View File

@@ -1,5 +0,0 @@
---
"tauri-utils": patch
---
Added `android` configuration object under `tauri > bundle`.

View File

@@ -1,5 +0,0 @@
---
"tauri-utils": minor
---
Parse `android` and `ios` Tauri configuration files.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Ignore the `gen` folder on the dev watcher.

View File

@@ -1,5 +0,0 @@
---
"tauri-macros": minor
---
Added the `mobile_entry_point` macro.

View File

@@ -1,6 +0,0 @@
---
"tauri-build": patch
"tauri-macros": patch
---
Refactor mobile environment variables.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": minor
"cli.js": minor
---
Added `android init` and `ios init` commands.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": patch
"cli.js": patch
---
Add support to custom and kebab case library names for mobile apps.

View File

@@ -1,6 +0,0 @@
---
"cli.rs": minor
"cli.js": minor
---
Added `android open` and `ios open` commands.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Expose plugin configuration on the Android and iOS plugin classes.

View File

@@ -1,5 +0,0 @@
---
"tauri": minor
---
Run Android and iOS native plugins on the invoke handler if a Rust plugin command is not found.

View File

@@ -1,6 +0,0 @@
---
"tauri-runtime-wry": minor
"tauri": minor
---
Support `with_webview` for Android platform alowing execution of JNI code in context.

View File

@@ -1,13 +0,0 @@
---
"api": major
"tauri-utils": major
"tauri-bundler": major
"tauri-codegen": major
"tauri-macros": major
"tauri-build": major
"tauri": major
"cli.rs": major
"cli.js": major
---
First mobile alpha release!

View File

@@ -1,6 +0,0 @@
---
"api": patch
"tauri": patch
---
Moved the `app` feature to its own plugin in the plugins-workspace repository.

View File

@@ -1,7 +0,0 @@
---
"api": patch
"tauri": patch
"tauri-utils": patch
---
Moved the `cli` feature to its own plugin in the plugins-workspace repository.

View File

@@ -1,6 +0,0 @@
---
"tauri": patch
"api": patch
---
Moved the dialog APIs to its own plugin in the plugins-workspace repository.

View File

@@ -1,8 +0,0 @@
---
"api": patch
"tauri": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Moved the `event` JS APIs to a plugin.

View File

@@ -1,6 +0,0 @@
---
"api": patch
"tauri": patch
---
Moved the file system APIs to its own plugin in the plugins-workspace repository.

View File

@@ -1,6 +0,0 @@
---
"api": patch
"tauri": patch
---
Moved the `http` feature to its own plugin in the plugins-workspace repository.

View File

@@ -1,6 +0,0 @@
---
"api": patch
"tauri": patch
---
Moved the `os` feature to its own plugin in the plugins-workspace repository.

View File

@@ -1,6 +0,0 @@
---
"api": patch
"tauri": patch
---
Moved the `process` feature to its own plugin in the plugins-workspace repository.

View File

@@ -1,6 +0,0 @@
---
"tauri": patch
"tauri-utils": patch
---
Moved the `protocol` scope configuration to the `asset_protocol` field in `SecurityConfig`.

View File

@@ -1,8 +0,0 @@
---
"api": patch
"tauri": patch
"tauri-codegen": patch
"tauri-macros": patch
---
Moved the `shell` functionality to its own plugin in the plugins-workspace repository.

View File

@@ -1,8 +0,0 @@
---
"tauri": patch
"tauri-utils": patch
"cli.rs": patch
"cli.js": patch
---
Moved the updater configuration to the `BundleConfig`.

View File

@@ -1,7 +0,0 @@
---
"api": patch
"tauri": patch
"tauri-utils": patch
---
Moved the `updater` feature to its own plugin in the plugins-workspace repository.

View File

@@ -1,13 +0,0 @@
---
"cli.rs": minor
"tauri-bundler": minor
"tauri": minor
"tauri-build": minor
"tauri-codegen": minor
"tauri-macros": minor
"tauri-utils": minor
"tauri-runtime": minor
"tauri-runtime-wry": minor
---
Bump the MSRV to 1.64.

View File

@@ -1,13 +0,0 @@
---
"cli.rs": minor
"tauri-bundler": minor
"tauri": minor
"tauri-build": minor
"tauri-codegen": minor
"tauri-macros": minor
"tauri-utils": minor
"tauri-runtime": minor
"tauri-runtime-wry": minor
---
Bump the MSRV to 1.65.

View File

@@ -1,5 +0,0 @@
---
'cli.js': 'patch'
---
Update `napi-rs` dependencies to latest to fix CLI hanging up forever.

View File

@@ -1,6 +0,0 @@
---
'cli.rs': 'patch'
"cli.js": patch
---
Correctly pass arguments from `npm run` to `tauri`.

Some files were not shown because too many files have changed in this diff Show More