v0.0.38-internal.2
Pre-release
Pre-release
What's Changed
- Preserve spendable balance during incremental sync by @Thunnini in #324
- Improve sync performance with reorg-safe batching by @Thunnini in #328
- Add Pay flow on mobile by @piatoss3612 in #327
- Update mobile import onboarding flows by @piatoss3612 in #311
- Make desktop Pay introduction one-shot by @Thunnini in #330
- Fix sync privacy lock after app resume by @Thunnini in #331
- Update mobile sync keep-awake copy by @Thunnini in #332
Full Changelog: release/v0.0.37...release/v0.0.38-internal.2
Linux AppImage Verification
Before running a Linux AppImage, verify the checksum and detached signature.
Download the AppImage, matching .sha256, matching .asc, and
vizor-linux-appimage-signing-key.asc from this release.
Expected signing key fingerprint:
51517D6B0B654AD734EA96C8E8D0693E52F793AE
Import the signing key and confirm the fingerprint:
gpg --import vizor-linux-appimage-signing-key.asc
gpg --fingerprint 51517D6B0B654AD734EA96C8E8D0693E52F793AEVerify the downloaded AppImage:
sha256sum -c Vizor-linux-x86_64.AppImage.sha256
gpg --verify Vizor-linux-x86_64.AppImage.asc Vizor-linux-x86_64.AppImageFor testnet or aarch64 builds, replace the filename with the matching AppImage
asset from this release.
Running Linux AppImages
After verification, make the AppImage executable and run it:
chmod +x Vizor-linux-x86_64.AppImage
./Vizor-linux-x86_64.AppImageFor testnet or aarch64 builds, replace the filename with the matching AppImage
asset from this release.
If your desktop environment cannot mount AppImages with FUSE, use the
extract-and-run fallback:
./Vizor-linux-x86_64.AppImage --appimage-extract-and-run