Skip to content

Releases: javaquery/unosdk

Release v1.1.0

06 Feb 06:51

Choose a tag to compare

UnoSDK v1.1.0

Released on February 06, 2026

Installation

Quick Install (Recommended):

irm https://raw.githubusercontent.com/javaquery/unosdk/refs/heads/master/scripts/install.ps1 | iex

Manual Install:

  1. Download unosdk-windows-amd64.exe (or arm64 for ARM processors)
  2. Rename to unosdk.exe
  3. Move to a directory in your PATH (e.g., C:\Program Files\unosdk\)

Assets

  • unosdk-windows-amd64.exe - Windows binary (AMD64/x64)
  • unosdk-windows-arm64.exe - Windows binary (ARM64)
  • checksums.txt - SHA256 checksums for verification

Verification

Verify the download integrity:

$hash = (Get-FileHash unosdk-windows-amd64.exe -Algorithm SHA256).Hash.ToLower()
$expected = (Get-Content checksums.txt | Select-String "amd64").Line.Split()[0]
if ($hash -eq $expected) { Write-Host "✓ Checksum verified" -ForegroundColor Green }

What's Changed

See the CHANGELOG for detailed changes.


Full Changelog: https://github.com/javaquery/unosdk/commits/v1.1.0

Release v1.0.0

05 Feb 08:26

Choose a tag to compare

UnoSDK v1.0.0

Released on February 05, 2026

Installation

Quick Install (Recommended):

irm https://raw.githubusercontent.com/javaquery/unosdk/refs/heads/master/scripts/install.ps1 | iex

Manual Install:

  1. Download unosdk-windows-amd64.exe (or arm64 for ARM processors)
  2. Rename to unosdk.exe
  3. Move to a directory in your PATH (e.g., C:\Program Files\unosdk\)

Assets

  • unosdk-windows-amd64.exe - Windows binary (AMD64/x64)
  • unosdk-windows-arm64.exe - Windows binary (ARM64)
  • checksums.txt - SHA256 checksums for verification

Verification

Verify the download integrity:

$hash = (Get-FileHash unosdk-windows-amd64.exe -Algorithm SHA256).Hash.ToLower()
$expected = (Get-Content checksums.txt | Select-String "amd64").Line.Split()[0]
if ($hash -eq $expected) { Write-Host "✓ Checksum verified" -ForegroundColor Green }

What's Changed

See the CHANGELOG for detailed changes.


Full Changelog: https://github.com/javaquery/unosdk/commits/v1.0.0