Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 03:12
· 9 commits to e2875201416802327664a6e45f4d620fc33b1c6f since this release

Install Hiverra Portal 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Spectra010s/portal/releases/download/v0.10.0/hiverra-portal-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Spectra010s/portal/releases/download/v0.10.0/hiverra-portal-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install -g @hiverra/portal@0.10.0

Install prebuilt binaries via shell script (Android / Termux)

curl -LsSf https://github.com/Spectra010s/portal/releases/download/v0.10.0/hiverra-portal-android-installer.sh | sh

Download Hiverra Portal 0.10.0

File Platform Checksum
hiverra-portal-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hiverra-portal-x86_64-apple-darwin.tar.xz Intel macOS checksum
hiverra-portal-x86_64-pc-windows-msvc.zip x64 Windows checksum
hiverra-portal-x86_64-pc-windows-msvc.msi x64 Windows checksum
hiverra-portal-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hiverra-portal-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
hiverra-portal-aarch64-linux-android.tar.gz Android (Termux) checksum

What's Changed

  • Feat: Implement sending of directory/file as tar gzip stream by @Spectra010s in #49
  • build(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /hiverra-portal by @dependabot[bot] in #50
  • refactor(protocol): differentiate transfer item metadata by @Spectra010s in #52
  • 53 implement background diagnostic logging by @Spectra010s in #54
  • fix(path): normalize path separators for cross-platform compatibility by @Spectra010s in #56
  • 18 feature add real time progress bar to receiver and sender by @Spectra010s in #58
  • feat: add comprehensive transfer history tracking system by @Spectra010s in #62
  • build(deps): bump astral-tokio-tar from 0.5.6 to 0.6.0 in /hiverra-portal by @dependabot[bot] in #63
  • 65 feature track intended bytes on receive by @Spectra010s in #69
  • Add sender username to transfer manifest by @Spectra010s in #70
  • feat(history): add clear and delete actions by @Spectra010s in #71
  • feat(history): add export command and consolidate filters, closes #67 by @Spectra010s in #72
  • 57 implemenet session based logging grouping by @Spectra010s in #73
  • 60 feature no compression mode by @Spectra010s in #74
  • Refactor sender/receiver into modules by @Spectra010s in #76
  • 77 receiver preserve partial transfer summary on failure by @Spectra010s in #78
  • docs: add install, usage, and index pages by @Spectra010s in #82

Full Changelog: v0.9.0...v0.10.0