Hiverra Portal v0.10.1
Install Hiverra Portal 0.10.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Spectra010s/portal/releases/download/v0.10.1/hiverra-portal-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Spectra010s/portal/releases/download/v0.10.1/hiverra-portal-installer.ps1 | iex"Install prebuilt binaries via shell script (Android / Termux)
curl -LsSf https://github.com/Spectra010s/portal/releases/download/v0.10.1/hiverra-portal-android-installer.sh | shInstall prebuilt binaries into your npm project
npm install -g @hiverra/portal@0.10.1Download Hiverra Portal 0.10.1
| 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
- refactor(release): scope npm package as @hiverra/portal, closes #83 by @Spectra010s in #84
- chore(release): bump version to 0.10.0 and mark roadmap items complete by @Spectra010s in #85
- npm/worklfow p by @Spectra010s in #86
- build(deps): bump tar from 0.4.44 to 0.4.45 in /hiverra-portal by @dependabot[bot] in #87
- refactor(portal): improve code formatting and async error handling by @Spectra010s in #88
- chore(deps): remove confy crate by @Spectra010s in #89
- refactor(project): flatten hiverra-portal and archive old web portals by @Spectra010s in #90
New Contributors
- @dependabot[bot] made their first contribution in #50
Full Changelog: v0.9.0...v0.10.1