Skip to content

Hiverra Portal v0.11.0

Choose a tag to compare

@github-actions github-actions released this 03 May 18:32

Highlights

  • Logging controls for daily use: Added global -v/--verbose and -q/--quiet flags to control terminal log verbosity.
  • Env-based log tuning: Added PORTAL_LOG support with RUST_LOG fallback, plus cleaner terminal logging behavior.
  • Updater UX feedback: Added visible download progress for updater flows.
  • Docs source-of-truth cleanup: Removed duplicated repo docs and standardized on web docs content.

Improvements

  • Split terminal and file logging behavior for clearer runtime output.
  • Reduced noisy/duplicate terminal error output formatting.
  • Improved docs structure and publishing consistency.
  • Pulled dependency updates across CLI/web stack for security and maintenance.

Notes

  • A known transfer bug remains for some deep/large directory trees (file name too long in specific paths); this is planned for the next fix cycle.
  • Next focused work is connection reliability in hotspot/direct-network scenarios and post-connect retry/resume behavior.

Install

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Spectra010s/portal/releases/download/v0.11.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.11.0/hiverra-portal-installer.ps1 | iex"

Install prebuilt binaries via shell script (Android / Termux)

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

Install prebuilt binaries into your npm project

npm install -g @hiverra/portal@0.11.0

Download

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

  • docs(install): update installation instructions for v0.10.1 by @Spectra010s in #91
  • landing/framework by @Spectra010s in #92
  • Add shared updater download progress UI by @Spectra010s in #93
  • build(deps): bump next from 16.2.1 to 16.2.4 in /apps/web by @dependabot[bot] in #95
  • build(deps): bump rustls-webpki from 0.103.9 to 0.103.13 by @dependabot[bot] in #97
  • build(deps): bump rand from 0.10.0 to 0.10.1 by @dependabot[bot] in #96
  • build(deps): bump dompurify from 3.3.3 to 3.4.1 in /apps/web by @dependabot[bot] in #98
  • build(deps): bump @xmldom/xmldom and speech-rule-engine in /apps/web by @dependabot[bot] in #99
  • feat(logging): split terminal/file log levels (warn terminal, debug file) by @Spectra010s in #103
  • chore(docs): remove duplicated docs directory and use web docs source by @Spectra010s in #105

Full Changelog: v0.10.1...v0.11.0