Skip to content

v1.0.10

Latest

Choose a tag to compare

@Goldziher Goldziher released this 02 Aug 16:23

Patch release fixing CLI install across platforms.

Fixed

  • cargo install xberg-cli on Windows (#1361): HEIC/HEIF (native libheif) is no longer in the CLI's default features, so a stock Windows toolchain builds cleanly. Enable HEIC with --features heic; prebuilt binaries, the Docker image, and the Homebrew bottle still ship it.
  • cargo binstall xberg-cli static musl builds: the #1355 OCR image-fallback helpers were gated on ocr but reachable under the ocr-pipeline-only binstall profile, breaking both musl targets in 1.0.9.
  • macOS brew install (#1356): installs a working binary again instead of an empty bottle.
  • Hosted demo page (#1360): docs.xberg.io/demo.html no longer 404s its toolbar/file icons.
  • Dart native-library loading now surfaces download/filesystem/checksum failures.
  • PaddleOCR concurrent cold starts share one engine init per model/accelerator.

Zig

Add to your build.zig.zon:

.dependencies = .{
    .xberg-zig = .{\n        .url = \"https://github.com/xberg-io/xberg/releases/download/v1.0.10/xberg-zig-v1.0.10.tar.gz\",\n        .hash = \"xberg-1.0.10-iV1GrmGjGBcOJImZM3pdQqRaRyLbpUfSqeJoVBYbMyMy\",\n    },\n},\n```\n