Releases: tauri-apps/plugins-workspace
Releases · tauri-apps/plugins-workspace
window-state v2.2.2
[2.2.2]
a35fea50
(#2583) Fix window size gets bigger/smaller on secondary monitor with a different scaling than the primary one
Cargo Publish
Updating crates.io index
Packaging tauri-plugin-window-state v2.2.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/window-state)
Updating crates.io index
Packaged 25 files, 216.4KiB (90.4KiB compressed)
Uploading tauri-plugin-window-state v2.2.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/window-state)
Uploaded tauri-plugin-window-state v2.2.2 to registry `crates-io`
note: waiting for `tauri-plugin-window-state v2.2.2` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-window-state v2.2.2 at registry `crates-io`
window-state-js v2.2.2
[2.2.2]
a35fea50
(#2583) Fix window size gets bigger/smaller on secondary monitor with a different scaling than the primary one
PNPM Publish
npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦 @tauri-apps/plugin-window-state@2.2.2
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 4.0kB README.md
npm notice 1.6kB dist-js/index.cjs
npm notice 813B dist-js/index.d.ts
npm notice 1.5kB dist-js/index.js
npm notice 757B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-window-state
npm notice version: 2.2.2
npm notice filename: tauri-apps-plugin-window-state-2.2.2.tgz
npm notice package size: 3.2 kB
npm notice unpacked size: 9.6 kB
npm notice shasum: e3eb01a4ebda01e09aef2dc2859163ca986929dc
npm notice integrity: sha512-7pFwmMtGhhhE/[...]eWtBEIXsoAlGw==
npm notice total files: 6
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=191325931
+ @tauri-apps/plugin-window-state@2.2.2
updater v2.7.0
[2.7.0]
bug
2d731f80
(#2573) Fix JS APIUpdate.date
not formatted to RFC 33390bc5d588
(#2572) Fixtimeout
passed tocheck
gets re-used bydownload
anddownloadAndinstall
Cargo Publish
Updating crates.io index
Packaging tauri-plugin-updater v2.7.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Updating crates.io index
Packaged 29 files, 290.4KiB (116.6KiB compressed)
Uploading tauri-plugin-updater v2.7.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Uploaded tauri-plugin-updater v2.7.0 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.7.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-updater v2.7.0 at registry `crates-io`
updater-js v2.7.0
[2.7.0]
bug
2d731f80
(#2573) Fix JS APIUpdate.date
not formatted to RFC 33390bc5d588
(#2572) Fixtimeout
passed tocheck
gets re-used bydownload
anddownloadAndinstall
PNPM Publish
npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦 @tauri-apps/plugin-updater@2.7.0
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.5kB README.md
npm notice 2.3kB dist-js/index.cjs
npm notice 2.1kB dist-js/index.d.ts
npm notice 2.3kB dist-js/index.js
npm notice 657B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-updater
npm notice version: 2.7.0
npm notice filename: tauri-apps-plugin-updater-2.7.0.tgz
npm notice package size: 3.7 kB
npm notice unpacked size: 11.8 kB
npm notice shasum: a4390bdfd858106bdc6cc3d05d52efc9e0528ea3
npm notice integrity: sha512-oBug5UCH2wOso[...]KS+lUMfFTlvHQ==
npm notice total files: 6
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=191325889
+ @tauri-apps/plugin-updater@2.7.0
single-instance v2.2.3
[2.2.3]
Dependencies
- Upgraded to
deep-link@2.2.1
Cargo Publish
Updating crates.io index
Packaging tauri-plugin-single-instance v2.2.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
Updating crates.io index
Packaged 16 files, 198.6KiB (87.5KiB compressed)
Uploading tauri-plugin-single-instance v2.2.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
Uploaded tauri-plugin-single-instance v2.2.3 to registry `crates-io`
note: waiting for `tauri-plugin-single-instance v2.2.3` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-single-instance v2.2.3 at registry `crates-io`
shell v2.2.1
[2.2.1]
bug
9cf0390a
Apply the default open validation regex^((mailto:\w+)|(tel:\w+)|(https?://\w+)).+
when the open configuration is not set, preventing unchecked input from being used in this scenario (previously the plugin would skip validation when it should disable all calls). This keeps backwards compatibility while still fixing this vulnerability.
The scope is no longer validated for Rust calls viaShellExt::shell()
so if you need to block JavaScript from calling the API you can simply settauri.conf.json > plugins > shell > open
tofalse
.
Cargo Publish
Updating crates.io index
Packaging tauri-plugin-shell v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/shell)
Updating crates.io index
Packaged 45 files, 290.2KiB (113.0KiB compressed)
Uploading tauri-plugin-shell v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/shell)
Uploaded tauri-plugin-shell v2.2.1 to registry `crates-io`
note: waiting for `tauri-plugin-shell v2.2.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-shell v2.2.1 at registry `crates-io`
shell-js v2.2.1
[2.2.1]
bug
9cf0390a
Apply the default open validation regex^((mailto:\w+)|(tel:\w+)|(https?://\w+)).+
when the open configuration is not set, preventing unchecked input from being used in this scenario (previously the plugin would skip validation when it should disable all calls). This keeps backwards compatibility while still fixing this vulnerability.
The scope is no longer validated for Rust calls viaShellExt::shell()
so if you need to block JavaScript from calling the API you can simply settauri.conf.json > plugins > shell > open
tofalse
.
PNPM Publish
npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦 @tauri-apps/plugin-shell@2.2.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.0kB README.md
npm notice 15.4kB dist-js/index.cjs
npm notice 10.1kB dist-js/index.d.ts
npm notice 15.3kB dist-js/index.js
npm notice 11B dist-js/init.d.ts
npm notice 655B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-shell
npm notice version: 2.2.1
npm notice filename: tauri-apps-plugin-shell-2.2.1.tgz
npm notice package size: 6.8 kB
npm notice unpacked size: 45.4 kB
npm notice shasum: 586ab725ef622ba65a946bff1a3e166cee181903
npm notice integrity: sha512-G1GFYyWe/KlCs[...]t3enhv5l2/yhA==
npm notice total files: 7
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=191325845
+ @tauri-apps/plugin-shell@2.2.1
process v2.2.1
[2.2.1]
Cargo Publish
Updating crates.io index
Packaging tauri-plugin-process v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/process)
Updating crates.io index
Packaged 24 files, 189.7KiB (94.2KiB compressed)
Uploading tauri-plugin-process v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/process)
Uploaded tauri-plugin-process v2.2.1 to registry `crates-io`
note: waiting for `tauri-plugin-process v2.2.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-process v2.2.1 at registry `crates-io`
process-js v2.2.1
[2.2.1]
PNPM Publish
npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦 @tauri-apps/plugin-process@2.2.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.1kB README.md
npm notice 1.1kB dist-js/index.cjs
npm notice 701B dist-js/index.d.ts
npm notice 1.0kB dist-js/index.js
npm notice 657B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-process
npm notice version: 2.2.1
npm notice filename: tauri-apps-plugin-process-2.2.1.tgz
npm notice package size: 2.6 kB
npm notice unpacked size: 7.4 kB
npm notice shasum: 0d442377e37dac52b45d5a1b55d35a20df5f550c
npm notice integrity: sha512-cF/k8J+Yjjuow[...]QhODFJgbMenLg==
npm notice total files: 6
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=191325815
+ @tauri-apps/plugin-process@2.2.1
persisted-scope v2.2.1
[2.2.1]
Dependencies
- Upgraded to
fs@2.2.1
Cargo Publish
Updating crates.io index
Packaging tauri-plugin-persisted-scope v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/persisted-scope)
Updating crates.io index
Packaged 12 files, 176.0KiB (81.2KiB compressed)
Uploading tauri-plugin-persisted-scope v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/persisted-scope)
Uploaded tauri-plugin-persisted-scope v2.2.1 to registry `crates-io`
note: waiting for `tauri-plugin-persisted-scope v2.2.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-persisted-scope v2.2.1 at registry `crates-io`