Skip to content

KeepKey Vault v1.4.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 02:31
· 1 commit to abda9e76990e5aa625ae90a2c62b88d7c5730bd8 since this release
491e530

KeepKey Vault v1.4.5

Maintenance release on top of v1.4.4 — swap UX refinements, custom transaction fees, dashboard/asset polish, and reliability fixes.

What's New

  • Custom transaction fees (#260) — slow/normal/fast presets restored to EVM and Cosmos sends (previously UTXO-only), plus a free-form custom fee (EVM gwei + gas limit on legacy txs, UTXO sat/vByte).
  • Swap side panel (#254, #255) — the swap experience now lives in a right-slide side panel with KeepKey branding; feature-flagged as an in-code constant.
  • Front-page quick actions (#256) and swap version proof (#257).
  • Swap asset clarity (#264) — clearer token identification in the swap picker.
  • DeFi positions (#252) — surfaced on the dashboard.
  • Asset-page glass styling (#269) and swap-control glass treatment.

Bug Fixes

  • REST sign gating (#267) and swap-execute overlay gate (#268) — tighter gating on signing/execution surfaces.
  • Post-firmware broken-state recovery (#248) — recover gracefully from an interrupted firmware state.
  • Emulator confirm-dialog honesty + reactive confirm (#249, #250, #251) — dev-tooling correctness.

Build / Release Reliability

  • Pinned @pioneer-platform/pioneer-discovery to exact 10.0.9 — its 10.2.0 publish added a strict exports map that broke the frontend build via the floated caret range.
  • Added @pioneer-platform/pioneer-discovery to the external-bundle copy list so it ships inside the macOS .app (prevents a launch-time missing-module crash).

Downloads

Platform File
macOS (Apple Silicon) KeepKey-Vault-1.4.5-arm64.dmg
macOS (Intel) KeepKey-Vault-1.4.5-x86_64.dmg
Linux (AppImage) KeepKey-Vault-x86_64.AppImage
Linux (deb) keepkey-vault_1.4.5_amd64.deb
Windows added separately by the Windows build (KeepKey-Vault-1.4.5-win-x64-setup.exe)

SHA-256 checksums for all assets are published in SHA256SUMS.txt on this release.

Verification (macOS)

Both macOS DMGs are signed with Developer ID Application: KEY HODLERS LLC (DR57X8Z394), notarized by Apple, and stapled. Verify with:

spctl -a -vvv -t install KeepKey-Vault-1.4.5-arm64.dmg

What's Changed

  • release: v1.4.0 by @BitHighlander in #198
  • release: v1.4.1 — incoming-tx toast, Solana SPL swaps, device-switch & swap fixes by @BitHighlander in #210
  • release: v1.4.2 — Address Book, THORName/MAYAName, swap fixes, firmware 7.14.1 by @BitHighlander in #225
  • release: v1.4.3 — Windows fixes, USB troubleshooter, clearHalt fix, swaps always-on by @BitHighlander in #232
  • release/1.4.4 → master by @BitHighlander in #243
  • fix: post-firmware reconnect, signing recovery guidance, activity history polish by @BitHighlander in #248
  • feat(emulator): Windows DLL, blank-OLED fix, confirm UX (F4/F5) by @BitHighlander in #249
  • feat(emulator): screen-first confirm gating (reactive, Approach B) by @BitHighlander in #250
  • fix(emulator): honest confirm-dialog details (don't misrepresent signed txs) by @BitHighlander in #251
  • feat(defi): show DeFi positions under the token table in chain view by @sktbrd in #252
  • feat(swap): native KeepKey swap in a side panel; rebrand ShapeShift nav entry by @BitHighlander in #254
  • refactor(swap): make SWAP_SIDEPANEL a plain in-code constant (no env vars) by @BitHighlander in #255
  • feat(dashboard): front-page Send / Receive / Swap action row by @BitHighlander in #256
  • chore: bump version to 1.4.34 (swap-build verification marker) by @BitHighlander in #257
  • Revert swap-into-vault work (#254#257) — wrong project by @BitHighlander in #259
  • feat(send): custom + preset fees (EVM/Cosmos) + DeFi positions in ChainBalance by @BitHighlander in #260
  • ci(copilot-review): skip job on cross-fork PRs instead of red-failing by @sktbrd in #258
  • feat(swap): asset clarity — confirm gate, network-everywhere, gas-on-top by @BitHighlander in #264
  • fix(rest): gate message-sign routes through the Vault approval overlay by @BitHighlander in #267
  • fix(swap): gate headless /api/v2/swap/execute through the approval overlay by @BitHighlander in #268
  • feat(design): iOS-26 glass pass — AssetPage, dashboards, dialogs by @BitHighlander in #269

Full Changelog: v1.4.4...v1.4.5