v0.9.0
Install Hiverra Portal 0.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Spectra010s/portal/releases/download/v0.9.0/hiverra-portal-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Spectra010s/portal/releases/download/v0.9.0/hiverra-portal-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install hiverra-portal@0.9.0Install prebuilt binaries via shell script (Android / Termux)
curl -LsSf https://github.com/Spectra010s/portal/releases/download/v0.9.0/hiverra-portal-android-installer.sh | shDownload Hiverra Portal 0.9.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
- 31 feature refactor portalconfig into nested structs by @Spectra010s in #34
- 35 bug if no config provided receive command crashes by @Spectra010s in #36
- chore: cleanup files, use and mod imports by @Spectra010s in #37
- 32 feature two stage handshake privacy consent by @Spectra010s in #39
- 40 feature implement multiple file support by @Spectra010s in #41
- 42 bug android yml github releease edit job is failing by @Spectra010s in #43
- fix: add XXXXXX for the TMP directory by @Spectra010s in #44
- hotfix: fix installer script TMP_DIR/ order by @Spectra010s in #45
- fix(updater): correct binary replacement for all platforms by @Spectra010s in #46
Full Changelog: v0.8.0...v0.9.0