Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 21 May 15:05
· 54 commits to main since this release

Z-Manager CLI 1.0.2 Release Notes

Z-Manager CLI 1.0.2 is a packaging-focused patch release for Windows portable
installation compatibility.

Highlights

  • Statically links the Windows MSVC C/C++ runtime into the Windows release
    binaries.
  • Removes the need for users and package validators to install a separate
    Microsoft Visual C++ Redistributable before running zm.exe.
  • Keeps the Windows ZIP asset names unchanged for WinGet and direct download
    users.
  • Includes no intended archive format behavior changes.

Release Artifacts

The GitHub release contains:

  • zm-aarch64-apple-darwin.tar.gz
  • zm-x86_64-apple-darwin.tar.gz
  • zm-aarch64-unknown-linux-gnu.tar.gz
  • zm-x86_64-unknown-linux-gnu.tar.gz
  • zmanager-cli_1.0.2-1_amd64.deb
  • zmanager-cli_1.0.2-1_arm64.deb
  • zm-aarch64-pc-windows-msvc.zip
  • zm-x86_64-pc-windows-msvc.zip
  • zm-<target>.deps.txt runtime dependency reports for each target
  • LICENSE, NOTICE, generated THIRD_PARTY_NOTICES.md, and
    third-party-licenses/ inside each platform archive
  • package-metadata.tar.gz
  • SHA256SUMS

Verify downloads with SHA256SUMS before installing.

Known Backend Limits

  • Creation is intentionally limited to ZIP, TAR.ZST, and 7z.
  • Editing an existing archive in place is not supported. Extract, modify, and
    create a new archive instead.
  • RAR creation is not supported. RAR extraction uses the bundled extraction-only
    backend for passworded and multipart RAR coverage.
  • Raw single-file streams extract to one output file; they are not archive
    containers.
  • --to-stdout is for selected regular file data, not directories, links, or
    special entries.
  • Linux and macOS release archives may depend on platform runtime libraries
    listed in the corresponding zm-<target>.deps.txt report.
  • Windows release archives depend on Windows system DLLs only; the MSVC runtime
    is statically linked into zm.exe.

Package Channels

  • Homebrew metadata is generated from release checksums and should be copied to
    frankmanzhu/homebrew-zmanager.
  • WinGet metadata is generated from release checksums and should be validated
    with winget validate before submission.
  • Linux distribution is direct tarball or .deb installation with checksum
    verification.