Skip to content

Releases: tauri-apps/plugins-workspace

single-instance v2.4.0

05 Feb 17:14
05045f9

Choose a tag to compare

[2.4.0]

Dependencies

fix

  • 98e2c11e (#3194 by @mrquantumoff) Breaking Change: On Linux, the DBus ID/name will now be <bundle-id>.SingleInstance instead of org.<bundle_id_underscores>.SingleInstance to follow DBus specifications.

    This will break the single-instance mechanism across different app versions if the app was installed multiple times.

    Added dbus_id builder method, which can be used to restore previous behavior. For a bundle identifier of com.tauri.my-example this would be dbus_id("org.com_tauri_my_example").

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-single-instance v2.4.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
    Updating crates.io index
    Packaged 16 files, 211.8KiB (91.6KiB compressed)
   Uploading tauri-plugin-single-instance v2.4.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
    Uploaded tauri-plugin-single-instance v2.4.0 to registry `crates-io`
note: waiting for tauri-plugin-single-instance v2.4.0 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-single-instance v2.4.0 at registry `crates-io`

deep-link v2.4.7

05 Feb 17:14
05045f9

Choose a tag to compare

[2.4.7]

Cargo Publish

Updating crates.io index
    Updating crates.io index
   Packaging tauri-plugin-deep-link v2.4.7 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/deep-link)
    Updating crates.io index
    Packaged 56 files, 287.7KiB (111.1KiB compressed)
   Uploading tauri-plugin-deep-link v2.4.7 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/deep-link)
    Uploaded tauri-plugin-deep-link v2.4.7 to registry `crates-io`
note: waiting for tauri-plugin-deep-link v2.4.7 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-deep-link v2.4.7 at registry `crates-io`

deep-link-js v2.4.7

05 Feb 17:14
05045f9

Choose a tag to compare

[2.4.7]

PNPM Publish

npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
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/[email protected]
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 6.2kB README.md
npm notice 3.5kB dist-js/index.cjs
npm notice 2.9kB dist-js/index.d.ts
npm notice 3.4kB dist-js/index.js
npm notice 801B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-deep-link
npm notice version: 2.4.7
npm notice filename: tauri-apps-plugin-deep-link-2.4.7.tgz
npm notice package size: 4.4 kB
npm notice unpacked size: 17.7 kB
npm notice shasum: 6d5b60e11d1bc668ed0116a45afb7d54f2fd6226
npm notice integrity: sha512-K0FQlLM6BoV7W[...]i/OoGDCExkOzg==
npm notice total files: 6
npm notice
npm notice Security Notice: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. Learn more https://gh.io/all-npm-classic-tokens-revoked
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=919777874
+ @tauri-apps/[email protected]

updater v2.10.0

03 Feb 11:20
50b159f

Choose a tag to compare

[2.10.0]

  • 4375c98b (#3073) Add no_proxy config to disable system proxy for updater plugin.
  • f122ee98 Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (dangerousAcceptInvalidCerts, dangerousAcceptInvalidHostnames) and via the UpdaterBuilder (dangerous_accept_invalid_certs, dangerous_accept_invalid_hostnames).
  • f122ee98 Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in #2624
  • 05c5da07 (#3213) Updated reqwest to 0.13, make sure to update your reqwest dependency if you're using UpdaterBuilder::configure_client

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-updater v2.10.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Updating crates.io index
    Packaged 29 files, 310.7KiB (122.4KiB compressed)
   Uploading tauri-plugin-updater v2.10.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.10.0 to registry `crates-io`
note: waiting for tauri-plugin-updater v2.10.0 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-updater v2.10.0 at registry `crates-io`

updater-js v2.10.0

03 Feb 11:20
50b159f

Choose a tag to compare

[2.10.0]

  • 4375c98b (#3073) Add no_proxy config to disable system proxy for updater plugin.
  • f122ee98 Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (dangerousAcceptInvalidCerts, dangerousAcceptInvalidHostnames) and via the UpdaterBuilder (dangerous_accept_invalid_certs, dangerous_accept_invalid_hostnames).
  • f122ee98 Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in #2624
  • 05c5da07 (#3213) Updated reqwest to 0.13, make sure to update your reqwest dependency if you're using UpdaterBuilder::configure_client

PNPM Publish

npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
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/[email protected]
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.1kB README.md
npm notice 2.6kB dist-js/index.cjs
npm notice 2.3kB dist-js/index.d.ts
npm notice 2.6kB dist-js/index.js
npm notice 659B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-updater
npm notice version: 2.10.0
npm notice filename: tauri-apps-plugin-updater-2.10.0.tgz
npm notice package size: 3.7 kB
npm notice unpacked size: 12.1 kB
npm notice shasum: 57172dbe9fd06f790bcf3144bc69f3e40048ccd3
npm notice integrity: sha512-ljN8jPlnT0aSn[...]CC6Rr472JWfkQ==
npm notice total files: 6
npm notice
npm notice Security Notice: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. Learn more https://gh.io/all-npm-classic-tokens-revoked
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=908172212
+ @tauri-apps/[email protected]

sql v2.3.2

03 Feb 11:19
50b159f

Choose a tag to compare

[2.3.2]

  • 2dc3f3f0 (#3144) Fixes issue with UUIDs returned as null in sql query results.

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-sql v2.3.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/sql)
    Updating crates.io index
    Packaged 32 files, 238.5KiB (90.7KiB compressed)
   Uploading tauri-plugin-sql v2.3.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/sql)
    Uploaded tauri-plugin-sql v2.3.2 to registry `crates-io`
note: waiting for tauri-plugin-sql v2.3.2 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-sql v2.3.2 at registry `crates-io`

sql-js v2.3.2

03 Feb 11:20
50b159f

Choose a tag to compare

[2.3.2]

  • 2dc3f3f0 (#3144) Fixes issue with UUIDs returned as null in sql query results.

PNPM Publish

npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
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/[email protected]
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 6.2kB README.md
npm notice 4.0kB dist-js/index.cjs
npm notice 3.5kB dist-js/index.d.ts
npm notice 3.9kB dist-js/index.js
npm notice 703B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-sql
npm notice version: 2.3.2
npm notice filename: tauri-apps-plugin-sql-2.3.2.tgz
npm notice package size: 4.7 kB
npm notice unpacked size: 19.3 kB
npm notice shasum: 7b351d396818549e0fc71275206471a0e779a4dc
npm notice integrity: sha512-4VDXhcKXVpyh5[...]IA2kskx+T+PpA==
npm notice total files: 6
npm notice
npm notice Security Notice: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. Learn more https://gh.io/all-npm-classic-tokens-revoked
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=908171945
+ @tauri-apps/[email protected]

shell v2.3.5

03 Feb 11:19
50b159f

Choose a tag to compare

[2.3.5]

bug

  • d4613ff0 (#3234) Make sidecars work in tests. Executable resolution is aware of the "deps" directory.

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-shell v2.3.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/shell)
    Updating crates.io index
    Packaged 45 files, 299.0KiB (117.0KiB compressed)
   Uploading tauri-plugin-shell v2.3.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/shell)
    Uploaded tauri-plugin-shell v2.3.5 to registry `crates-io`
note: waiting for tauri-plugin-shell v2.3.5 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-shell v2.3.5 at registry `crates-io`

shell-js v2.3.5

03 Feb 11:19
50b159f

Choose a tag to compare

[2.3.5]

bug

  • d4613ff0 (#3234) Make sidecars work in tests. Executable resolution is aware of the "deps" directory.

PNPM Publish

npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
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/[email protected]
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 2.6kB README.md
npm notice 15.4kB dist-js/index.cjs
npm notice 10.0kB dist-js/index.d.ts
npm notice 15.3kB dist-js/index.js
npm notice 11B dist-js/init.d.ts
npm notice 656B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-shell
npm notice version: 2.3.5
npm notice filename: tauri-apps-plugin-shell-2.3.5.tgz
npm notice package size: 6.7 kB
npm notice unpacked size: 44.9 kB
npm notice shasum: ec7b5c2aedaae9e4641cd3ccf1106e443e193919
npm notice integrity: sha512-jewtULhiQ7lI7[...]Z7byDzs2eeizg==
npm notice total files: 7
npm notice
npm notice Security Notice: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. Learn more https://gh.io/all-npm-classic-tokens-revoked
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=908171200
+ @tauri-apps/[email protected]

http v2.5.7

03 Feb 11:19
50b159f

Choose a tag to compare

[2.5.7]

  • 61e9b0ab (#3228) Cleanup resource when the returned ReadableStream.cancel is called to avoid memory leaks

Cargo Publish

Updating crates.io index
   Packaging tauri-plugin-http v2.5.7 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/http)
    Updating crates.io index
    Packaged 30 files, 270.0KiB (109.6KiB compressed)
   Uploading tauri-plugin-http v2.5.7 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/http)
    Uploaded tauri-plugin-http v2.5.7 to registry `crates-io`
note: waiting for tauri-plugin-http v2.5.7 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-http v2.5.7 at registry `crates-io`