Skip to content

Releases: tauri-apps/plugins-workspace

haptics v2.2.1

10 Jan 20:02
e2203b7
Compare
Choose a tag to compare

[2.2.1]

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-haptics v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Packaged 47 files, 83.5KiB (32.4KiB compressed)
   Uploading tauri-plugin-haptics v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Uploaded tauri-plugin-haptics v2.2.1 to registry `crates-io`
note: waiting for `tauri-plugin-haptics 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-haptics v2.2.1 at registry `crates-io`

haptics-js v2.2.1

10 Jan 20:02
e2203b7
Compare
Choose a tag to compare

[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-haptics@2.2.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.8kB README.md
npm notice 718B dist-js/bindings.d.ts
npm notice 2.4kB dist-js/index.cjs
npm notice 589B 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-haptics
npm notice version: 2.2.1
npm notice filename: tauri-apps-plugin-haptics-2.2.1.tgz
npm notice package size: 3.2 kB
npm notice unpacked size: 11.4 kB
npm notice shasum: 0e1f5ed4c1610749d802c8e7e3fa7e09d863706f
npm notice integrity: sha512-5bNzdmvIESVE0[...]xxWEu6n3vQd4w==
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=161456279
+ @tauri-apps/plugin-haptics@2.2.1

geolocation v2.2.1

10 Jan 20:02
e2203b7
Compare
Choose a tag to compare

[2.2.1]

Cargo Publish

Updating crates.io index
    Updating crates.io index
   Packaging tauri-plugin-geolocation v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/geolocation)
    Packaged 45 files, 103.0KiB (36.2KiB compressed)
   Uploading tauri-plugin-geolocation v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/geolocation)
    Uploaded tauri-plugin-geolocation v2.2.1 to registry `crates-io`
note: waiting for `tauri-plugin-geolocation 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-geolocation v2.2.1 at registry `crates-io`

geolocation-js v2.2.1

10 Jan 20:02
e2203b7
Compare
Choose a tag to compare

[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-geolocation@2.2.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 5.3kB README.md
npm notice 1.3kB dist-js/index.cjs
npm notice 2.9kB dist-js/index.d.ts
npm notice 1.2kB dist-js/index.js
npm notice 661B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-geolocation
npm notice version: 2.2.1
npm notice filename: tauri-apps-plugin-geolocation-2.2.1.tgz
npm notice package size: 4.0 kB
npm notice unpacked size: 12.2 kB
npm notice shasum: 071ea63bcdfae7b9b9f711dc408d606739b656d1
npm notice integrity: sha512-RAIJ9IM/bOnr3[...]rNu76nKrgaEdw==
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=161456078
+ @tauri-apps/plugin-geolocation@2.2.1

websocket v2.2.1

06 Jan 22:45
6112867
Compare
Choose a tag to compare

[2.2.1]

  • 05cca602 (#2210 by @renovate) Breaking change: Updated tokio_tungstenite to 0.26. This may be a breaking change if you use the tls_connector Builder method in Rust.
    Breaking change: Removed the accidental ConnectionConfig struct re-export (in rust). This should not affect anyone since the Config was not used in any public API.

Cargo Publish

Updating crates.io index
    Updating crates.io index
   Packaging tauri-plugin-websocket v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/websocket)
    Packaged 22 files, 92.5KiB (56.3KiB compressed)
   Uploading tauri-plugin-websocket v2.2.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/websocket)
    Uploaded tauri-plugin-websocket v2.2.1 to registry `crates-io`
note: waiting for `tauri-plugin-websocket 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-websocket v2.2.1 at registry `crates-io`

websocket-js v2.2.1

06 Jan 22:45
6112867
Compare
Choose a tag to compare

[2.2.1]

  • 05cca602 (#2210 by @renovate) Breaking change: Updated tokio_tungstenite to 0.26. This may be a breaking change if you use the tls_connector Builder method in Rust.
    Breaking change: Removed the accidental ConnectionConfig struct re-export (in rust). This should not affect anyone since the Config was not used in any public API.

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-websocket@2.2.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.1kB README.md
npm notice 1.8kB dist-js/index.cjs
npm notice 2.9kB dist-js/index.d.ts
npm notice 1.8kB dist-js/index.js
npm notice 659B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-websocket
npm notice version: 2.2.1
npm notice filename: tauri-apps-plugin-websocket-2.2.1.tgz
npm notice package size: 3.8 kB
npm notice unpacked size: 11.1 kB
npm notice shasum: 21802d8ff6cbed7dacc6817dfe36569167cb6b01
npm notice integrity: sha512-RKGTcMUm7nHLE[...]uzamTRL+Fr+XA==
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=160133254
+ @tauri-apps/plugin-websocket@2.2.1

updater v2.3.1

06 Jan 10:11
3a826fb
Compare
Choose a tag to compare

[2.3.1]

  • 57efb47c (#2235 by @amrbashir) Add Builder::header and Builder::headers method to configure default headers for updater.

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-updater v2.3.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 177.3KiB (88.8KiB compressed)
   Uploading tauri-plugin-updater v2.3.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.3.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.3.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-updater v2.3.1 at registry `crates-io`

updater-js v2.3.1

06 Jan 10:11
3a826fb
Compare
Choose a tag to compare

[2.3.1]

  • 57efb47c (#2235 by @amrbashir) Add Builder::header and Builder::headers method to configure default headers for updater.

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.3.1
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.0kB 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.3.1
npm notice filename: tauri-apps-plugin-updater-2.3.1.tgz
npm notice package size: 3.6 kB
npm notice unpacked size: 11.6 kB
npm notice shasum: 203a408ed4c47ebfbf8062fe55940d4d4aba890b
npm notice integrity: sha512-D1MOWDO1Pqy33[...]veQHzI3GcdmfA==
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=160009683
+ @tauri-apps/plugin-updater@2.3.1

opener v2.2.3

06 Jan 10:11
3a826fb
Compare
Choose a tag to compare

[2.2.3]

  • a9ac1e3c (#2253 by @betamos) Return an error in open_path if the file does not exist when opening with default application.

Cargo Publish

Updating crates.io index
    Updating crates.io index
   Packaging tauri-plugin-opener v2.2.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/opener)
    Packaged 40 files, 75.0KiB (21.4KiB compressed)
   Uploading tauri-plugin-opener v2.2.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/opener)
    Uploaded tauri-plugin-opener v2.2.3 to registry `crates-io`
note: waiting for `tauri-plugin-opener 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-opener v2.2.3 at registry `crates-io`

opener-js v2.2.3

06 Jan 10:11
3a826fb
Compare
Choose a tag to compare

[2.2.3]

  • a9ac1e3c (#2253 by @betamos) Return an error in open_path if the file does not exist when opening with default application.

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-opener@2.2.3
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 4.3kB README.md
npm notice 2.8kB dist-js/index.cjs
npm notice 1.8kB dist-js/index.d.ts
npm notice 2.7kB dist-js/index.js
npm notice 11B dist-js/init.d.ts
npm notice 729B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-opener
npm notice version: 2.2.3
npm notice filename: tauri-apps-plugin-opener-2.2.3.tgz
npm notice package size: 3.4 kB
npm notice unpacked size: 13.2 kB
npm notice shasum: 6f0ddb715d9603ee51df574cea2f0cd0a07eaad3
npm notice integrity: sha512-QZDtGwqs2ssjc[...]KhM8FbbGopqng==
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=160009640
+ @tauri-apps/plugin-opener@2.2.3