v0.0.38-internal.1
Pre-release
Pre-release
What's Changed
- Require device-owner verification to reset the wallet (VZR-92) by @piatoss3612 in #284
- Fix iOS fresh install keychain cleanup retry by @Thunnini in #288
- Fix iOS biometric cold-start backdrop by @piatoss3612 in #289
- Adjust mobile slippage stepper increment by @Thunnini in #293
- [codex] Improve mobile send amount input by @Thunnini in #291
- [codex] Allow deleting seed anchor accounts by @Thunnini in #297
- Update mobile import onboarding flow by @piatoss3612 in #295
- Make mobile QR scan icon circular by @piatoss3612 in #300
- Improve swap error messages by @piatoss3612 in #298
- [codex] Sync secondary button light tokens by @piatoss3612 in #299
- Fix mobile swap Keystone signing flow by @piatoss3612 in #294
- Validate NEAR Intents quote echoes by @piatoss3612 in #285
- [codex] Update Keystone connect instructions by @dogemos in #296
- [codex] Relax 1Click quote asset echo validation by @piatoss3612 in #301
- [codex] Expire mnemonic clipboard copies on iOS by @Thunnini in #302
Full Changelog: release/v0.0.35...release/v0.0.38-internal.1
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