Skip to content

HOLOGRAM v1.0.4

Choose a tag to compare

@DHEBP DHEBP released this 05 May 04:04
· 29 commits to main since this release
d80697d

Summary

This release brings major improvements to TELA app support, wallet UX, and platform compatibility.

TELA Platform

  • DocShards support — Complex TELA apps with sharded WASM and binary assets now load natively (Villager works!)
  • Native file picker — TELA dApps can now use file inputs through HOLOGRAM's native dialog
  • Embedded INDEX detection — Proper handling of .shards vs .tela.shards naming conventions
  • SC value decoding — Consistent hex string decoding in API responses

Wallet UX

  • Villager avatar integration — Your on-chain avatar displays in the sidebar; click to launch editor
  • Full transaction cost visibility — Approval modal now shows TOTAL COST with breakdown (burn + gas fees)
  • Seed/key reveal — Flow aligned with Engram wallet standards
  • Clear All modal — New option to clear recent wallets
  • Registration flow — Improved guidance for unregistered recipients
  • Pending state — Registration state preserved correctly

Platform

  • Linux WebKitGTK 4.1 — Support for modern distros (Ubuntu 24.04+, etc.)

Cleanup

  • Remove unused simulator status selector
  • Remove stale reveal styles
  • Align RevealSecretModal with design system