v0.5.1-beta.2
Install Hiverra Portal 0.5.1-beta.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Spectra010s/portal/releases/download/v0.5.1-beta.2/hiverra-portal-installer.sh | shInstall prebuilt binaries via shell script (Android/Termux)
curl -lsSf https://github.com/Spectra010s/portal/releases/download/v0.5.1-beta.2/portal-android-install.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Spectra010s/portal/releases/download/v0.5.1-beta.2/hiverra-portal-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install hiverra-portal@0.5.1-beta.2Download Hiverra Portal 0.5.1-beta.2
| 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-aarch64-linux-android.tar.gz | Android (Termux) | 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
- fix: update get_local_ip to use interface name filtering by @Spectra010s in #14
- refactor: integrate tokio and add update command by @Spectra010s in #19
- fix: resolve type mismatches and unused imports in update logic by @Spectra010s in #20
Full Changelog: v0.4.0-beta.2...v0.5.1-beta.2