v0.7.7

azophy/sshifuv0.7.7Mar 22, 2026by azophy

AI Summary

This release fixes Windows npm package installation issues by using correct archive formats and improving extraction logic with PowerShell support.

Key Highlights

  • Fixed Windows npm package installation with correct archive format (.zip for Windows, .tar.gz for Linux/macOS)
  • Install scripts now use PowerShell Expand-Archive for Windows extraction
  • Improved binary extraction with fallback logic for path handling issues
  • CI workflow fetches latest version from GitHub API to avoid npm cache issues

New Features

  • Windows npm package installation fix
  • PowerShell Expand-Archive support for Windows
  • Improved binary extraction with fallback logic
  • Dynamic version fetching in CI workflow

Full Release Notes

## Bug Fixes

- **Windows npm package installation**: Fixed GitHub Actions Windows test failures by using correct archive format (.zip for Windows, .tar.gz for Linux/macOS)
- Install scripts now use PowerShell Expand-Archive for Windows extraction
- Improved binary extraction with fallback logic for path handling issues
- CI workflow now fetches latest version from GitHub API to avoid npm cache issues

This release ensures npm packages (sshifu, sshifu-server, sshifu-trust) install correctly on Windows platforms.