@tauri-apps/cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## \[1.0.1] | ||
- No longer adds the `pkg-config` dependency to `.deb` packages when the `systemTray` is used. | ||
This only works with recent versions of `libappindicator-sys` (including https://github.com/tauri-apps/libappindicator-rs/pull/38), | ||
so a `cargo update` may be necessary if you create `.deb` bundles and use the tray feature. | ||
- [0e6edeb1](https://www.github.com/tauri-apps/tauri/commit/0e6edeb14f379af1e02a7cebb4e3a5c9e87ebf7f) fix(cli): Don't add `pkg-config` to `deb` ([#4508](https://www.github.com/tauri-apps/tauri/pull/4508)) on 2022-06-29 | ||
- AppImage bundling will now prefer bundling correctly named appincidator library (including `.1` version suffix). With a symlink for compatibility with the old naming. | ||
- [bf45ca1d](https://www.github.com/tauri-apps/tauri/commit/bf45ca1df6691c05bdf72c5716cc01e89a7791d4) fix(cli,bundler): prefer AppImage libraries with ABI version ([#4505](https://www.github.com/tauri-apps/tauri/pull/4505)) on 2022-06-29 | ||
- Improve error message when `cargo` is not installed. | ||
- [e0e5f772](https://www.github.com/tauri-apps/tauri/commit/e0e5f772430f6349ec99ba891e601331e376e3c7) feat(cli): improve `cargo not found` error message, closes [#4428](https://www.github.com/tauri-apps/tauri/pull/4428) ([#4430](https://www.github.com/tauri-apps/tauri/pull/4430)) on 2022-06-21 | ||
- The app template now only sets the default menu on macOS. | ||
- [5105b428](https://www.github.com/tauri-apps/tauri/commit/5105b428c4726b2179cd4b3244350d1a1ee73734) feat(cli): change app template to only set default menu on macOS ([#4518](https://www.github.com/tauri-apps/tauri/pull/4518)) on 2022-06-29 | ||
- Warn if updater is enabled but not in the bundle target list. | ||
- [31c15cd2](https://www.github.com/tauri-apps/tauri/commit/31c15cd2bd94dbe39fb94982a15cbe02ac5d8925) docs(config): enhance documentation for bundle targets, closes [#3251](https://www.github.com/tauri-apps/tauri/pull/3251) ([#4418](https://www.github.com/tauri-apps/tauri/pull/4418)) on 2022-06-21 | ||
- Check if target exists and is installed on dev and build commands. | ||
- [13b8a240](https://www.github.com/tauri-apps/tauri/commit/13b8a2403d1353a8c3a643fbc6b6e862af68376e) feat(cli): validate target argument ([#4458](https://www.github.com/tauri-apps/tauri/pull/4458)) on 2022-06-24 | ||
- Fixes the covector configuration on the plugin templates. | ||
- [b8a64d01](https://www.github.com/tauri-apps/tauri/commit/b8a64d01bab11f955b7bbdf323d0afa1a3db4b64) fix(cli): add prepublish scripts to the plugin templates on 2022-06-19 | ||
- Set the binary name to the product name in development. | ||
- [b025b9f5](https://www.github.com/tauri-apps/tauri/commit/b025b9f581ac1a6ae0a26789c2be1e9928fb0282) refactor(cli): set binary name on dev ([#4447](https://www.github.com/tauri-apps/tauri/pull/4447)) on 2022-06-23 | ||
- Allow registering a `.gitignore` file to skip watching some project files and directories via the `TAURI_DEV_WATCHER_IGNORE_FILE` environment variable. | ||
- [83186dd8](https://www.github.com/tauri-apps/tauri/commit/83186dd89768407984db35fb67c3cc51f50ea8f5) Read extra ignore file for dev watcher, closes [#4406](https://www.github.com/tauri-apps/tauri/pull/4406) ([#4409](https://www.github.com/tauri-apps/tauri/pull/4409)) on 2022-06-20 | ||
- Fix shebang for `kill-children.sh`. | ||
- [35dd51db](https://www.github.com/tauri-apps/tauri/commit/35dd51db6826ec1eed7b90082b9eb6b2a699b627) fix(cli): add shebang for kill-children.sh, closes [#4262](https://www.github.com/tauri-apps/tauri/pull/4262) ([#4416](https://www.github.com/tauri-apps/tauri/pull/4416)) on 2022-06-22 | ||
- Update plugin templates to use newer `tauri-apps/create-pull-request` GitHub action. | ||
- [07f90795](https://www.github.com/tauri-apps/tauri/commit/07f9079532a42f3517d96faeaf46cad6176b31ac) chore(cli): update plugin template tauri-apps/create-pull-request on 2022-06-19 | ||
- Use UNIX path separator on the init `$schema` field. | ||
- [01053045](https://www.github.com/tauri-apps/tauri/commit/010530459ef62c48eed68ca965f2688accabcf69) chore(cli): use unix path separator on $schema ([#4384](https://www.github.com/tauri-apps/tauri/pull/4384)) on 2022-06-19 | ||
- The `info` command now can check the Cargo lockfile on workspaces. | ||
- [12f65219](https://www.github.com/tauri-apps/tauri/commit/12f65219ea75a51ebd38659ddce1563e015a036c) fix(cli): read lockfile from workspace on the info command, closes [#4232](https://www.github.com/tauri-apps/tauri/pull/4232) ([#4423](https://www.github.com/tauri-apps/tauri/pull/4423)) on 2022-06-21 | ||
- Preserve the `Cargo.toml` formatting when the features array is not changed. | ||
- [6650e5d6](https://www.github.com/tauri-apps/tauri/commit/6650e5d6720c215530ca1fdccd19bd2948dd6ca3) fix(cli): preserve Cargo manifest formatting when possible ([#4431](https://www.github.com/tauri-apps/tauri/pull/4431)) on 2022-06-21 | ||
- Change the updater signature metadata to include the file name instead of its full path. | ||
- [094b3eb3](https://www.github.com/tauri-apps/tauri/commit/094b3eb352bcf5de28414015e7c44290d619ea8c) fix(cli): file name instead of path on updater sig comment, closes [#4467](https://www.github.com/tauri-apps/tauri/pull/4467) ([#4484](https://www.github.com/tauri-apps/tauri/pull/4484)) on 2022-06-27 | ||
- Validate bundle identifier as it must only contain alphanumeric characters, hyphens and periods. | ||
- [0674a801](https://www.github.com/tauri-apps/tauri/commit/0674a80129d7c31bc93257849afc0a5069129fed) fix: assert config.bundle.identifier to be only alphanumeric, hyphens or dots. closes [#4359](https://www.github.com/tauri-apps/tauri/pull/4359) ([#4363](https://www.github.com/tauri-apps/tauri/pull/4363)) on 2022-06-17 | ||
## \[1.0.0] | ||
@@ -4,0 +41,0 @@ |
@@ -6,2 +6,2 @@ /* tslint:disable */ | ||
export function run(args: Array<string>, binName: string | undefined | null, callback: (...args: any[]) => any): void | ||
export function run(args: Array<string>, binName?: string | undefined | null): void |
{ | ||
"name": "@tauri-apps/cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Command line interface for building Tauri apps", | ||
@@ -44,5 +44,5 @@ "funding": { | ||
"fs-extra": "10.1.0", | ||
"jest": "28.1.1", | ||
"jest": "28.1.2", | ||
"jest-transform-toml": "1.0.0", | ||
"prettier": "2.7.0" | ||
"prettier": "2.7.1" | ||
}, | ||
@@ -68,12 +68,12 @@ "engines": { | ||
"optionalDependencies": { | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0", | ||
"@tauri-apps/cli-darwin-x64": "1.0.0", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.0", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.0", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0" | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.1", | ||
"@tauri-apps/cli-darwin-x64": "1.0.1", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.1", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.1", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.1", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.1", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.1", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.1", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.1" | ||
} | ||
} |
@@ -46,5 +46,2 @@ #!/usr/bin/env node | ||
cli.run(arguments, binName).catch((err) => { | ||
console.log(`Error running CLI: ${err.message}`) | ||
process.exit(1) | ||
}) | ||
cli.run(arguments, binName) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138892
2836