@tauri-apps/cli
Advanced tools
Comparing version 1.0.0-rc.13 to 1.0.0-rc.14
# Changelog | ||
## \[1.0.0-rc.14] | ||
- Set the `TRAY_LIBRARY_PATH` environment variable to make the bundle copy the appindicator library to the AppImage. | ||
- [34552444](https://www.github.com/tauri-apps/tauri/commit/3455244436578003a5fbb447b039e5c8971152ec) feat(cli): bundle appindicator library in the AppImage, closes [#3859](https://www.github.com/tauri-apps/tauri/pull/3859) ([#4267](https://www.github.com/tauri-apps/tauri/pull/4267)) on 2022-06-07 | ||
- Set the `APPIMAGE_BUNDLE_GSTREAMER` environment variable to make the bundler copy additional gstreamer files to the AppImage. | ||
- [d335fae9](https://www.github.com/tauri-apps/tauri/commit/d335fae92cdcbb0ee18aad4e54558914afa3e778) feat(bundler): bundle additional gstreamer files, closes [#4092](https://www.github.com/tauri-apps/tauri/pull/4092) ([#4271](https://www.github.com/tauri-apps/tauri/pull/4271)) on 2022-06-10 | ||
- Configure the AppImage bundler to copy the `/usr/bin/xdg-open` binary if it exists and the shell `open` API is enabled. | ||
- [2322ac11](https://www.github.com/tauri-apps/tauri/commit/2322ac11cf6290c6bf65413048a049c8072f863b) fix(bundler): bundle `/usr/bin/xdg-open` in appimage if open API enabled ([#4265](https://www.github.com/tauri-apps/tauri/pull/4265)) on 2022-06-04 | ||
- Fixes multiple occurrences handling of the `bundles` and `features` arguments. | ||
- [f685df39](https://www.github.com/tauri-apps/tauri/commit/f685df399a5a05480b6e4f5d92da71f3b87895ef) fix(cli): parsing of arguments with multiple values, closes [#4231](https://www.github.com/tauri-apps/tauri/pull/4231) ([#4233](https://www.github.com/tauri-apps/tauri/pull/4233)) on 2022-05-29 | ||
- Log command output in real time instead of waiting for it to finish. | ||
- [76d1eaae](https://www.github.com/tauri-apps/tauri/commit/76d1eaaebda5c8f6b0d41bf6587945e98cd441f3) feat(cli): debug command output in real time ([#4318](https://www.github.com/tauri-apps/tauri/pull/4318)) on 2022-06-12 | ||
- Configure the `STATIC_VCRUNTIME` environment variable so `tauri-build` statically links it on the build command. | ||
- [d703d27a](https://www.github.com/tauri-apps/tauri/commit/d703d27a707edc028f13b35603205da1133fcc2b) fix(build): statically link VC runtime only on `tauri build` ([#4292](https://www.github.com/tauri-apps/tauri/pull/4292)) on 2022-06-07 | ||
- Use the `TAURI_TRAY` environment variable to determine which package should be added to the Debian `depends` section. Possible values are `ayatana` and `gtk`. | ||
- [6216eb49](https://www.github.com/tauri-apps/tauri/commit/6216eb49e72863bfb6d4c9edb8827b21406ac393) refactor(core): drop `ayatana-tray` and `gtk-tray` Cargo features ([#4247](https://www.github.com/tauri-apps/tauri/pull/4247)) on 2022-06-02 | ||
## \[1.0.0-rc.13] | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@tauri-apps/cli", | ||
"version": "1.0.0-rc.13", | ||
"version": "1.0.0-rc.14", | ||
"description": "Command line interface for building Tauri apps", | ||
@@ -40,7 +40,7 @@ "funding": { | ||
"devDependencies": { | ||
"@napi-rs/cli": "2.9.0", | ||
"@napi-rs/cli": "2.10.0", | ||
"cross-env": "7.0.3", | ||
"cross-spawn": "7.0.3", | ||
"fs-extra": "10.1.0", | ||
"jest": "28.1.0", | ||
"jest": "28.1.1", | ||
"jest-transform-toml": "1.0.0", | ||
@@ -68,12 +68,12 @@ "prettier": "2.6.2" | ||
"optionalDependencies": { | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.13", | ||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.13", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.13", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.13", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.13", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.13", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.13", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.13", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.13" | ||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.14", | ||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.14", | ||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.14", | ||
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.14", | ||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.14", | ||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.14", | ||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.14", | ||
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.14", | ||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.14" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
127888
2686