Skip to content

omnideck v0.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 03:43
· 46 commits to main since this release
ff250d1

omnideck application v0.1.0-beta.2

This beta corrects the macOS first-run resource check in v0.1.0-beta.1.
It retains the same bundled CLI, hosted runtime image, setup wording, and
platform behavior.

macOS setup correction

The bundled CLI reports the Podman machine memory recommendation as
memoryMB. The Desktop bridge previously relied on an automatic field-name
conversion that expected memoryMb, treated the real value as missing, and
incorrectly stopped setup with “The Podman machine memory limit is too small
for the application environment.” This could occur even when podman machine list showed eight GiB of memory.

Beta.2 explicitly binds the versioned CLI field name and includes a regression
test using the exact schema 4 payload. Existing Podman machines do not need to
be resized, removed, or recreated.

Unchanged behavior

  • The attended Tauri setup flow and exact-copy wording are unchanged.
  • The bundled CLI remains v0.11.0-beta.1 from commit 6ea721020691.
  • The hosted runtime remains pinned to the existing immutable 0.1.0
    container release.
  • Windows and Linux package behavior is unchanged from beta.1.

Qualification

Desktop source policy, exact-copy parity, Rust tests, formatting, Clippy, six
vendored sidecars, native package builds, strict mounted-DMG signature checks,
ten installer contracts, checksums, attestations, and the independent public
release contract remain release gates for this tag.

Known limitations

Preview packages do not yet carry paid publisher identities. Windows may show
a Microsoft Defender SmartScreen warning, and macOS may require explicit
approval in Privacy & Security. Those trust warnings are distinct from package
corruption, invalid signatures, or application launch failures.