Skip to content

Releases: DHEBP/HOLOGRAM

HOLOGRAM v1.0.7

17 Jun 14:17

Choose a tag to compare

Privacy Mode, automatic token discovery, clearer asset handling, hardened transfer validation, and Linux release binaries that run on current distros out of the box.

Added

  • Privacy Mode — seals HOLOGRAM's network connections behind your approval. Switch it on and the app blocks every outbound connection until you approve the destination, so nothing reaches the network without your say-so. Its armed state shows on the wallet anchor.
  • Signal Dark — display masking for your address, balances, tokens, and avatar, now an independent control separate from Privacy Mode.
  • Wallet: automatic token discovery via Gnomon — held tokens and NFAs are detected and added to the portfolio without manual SCID entry.

Changed

  • Wallet: native DERO is managed as the base coin (Dashboard / Send), separate from the contract-token portfolio — which now lists contract assets only.
  • Wallet: refreshed token portfolio rows with per-token actions (send, refresh metadata, remove) and an improved empty state.

Fixed

  • Wallet: hardened transfer validation so a native-DERO burn is consistently rejected across all send paths.
  • Wallet: token transfers are credited via the amount field on the token's SCID, and per-token encrypted balances and metadata resolve correctly (including unindexed SCIDs).
  • XSWD: canonical response shapes, correct SC deposit semantics, scid-aware balance reads for the TELA bridge, and a permission-tracking data-race fix.
  • Linux: release binaries are built against webkit2gtk-4.1 (libsoup3) instead of the discontinued 4.0, so they launch on Ubuntu 24.04+, Debian 13+, Fedora 40+, and Arch without a manual library symlink. CI now fails the release if a Linux binary links the old 4.0 runtime.

HOLOGRAM v1.0.6

08 Jun 13:21
584b7f7

Choose a tag to compare

Features

  • Wallet: smart-paste payment URI field with a 7-state input model
  • Settings: new Data & Storage section — unified clear/reset surface

Fixes

  • XSWD: route DERO.GetHeight through the daemon proxy and reclassify it as read-public-data
  • XSWD bridge: dispatch message events to addEventListener handlers
  • Wallet: CreatePaymentRequest now uses the local wallet path; failures are surfaced instead of swallowed
  • Payment URI: dual-path integrated-address decode + address-aware OmniSearch
  • Studio: accept InitializePrivate as a valid SC entrypoint
  • Dev server: hot reload actually reloads, and real errors are surfaced

Other

  • Tighten the XSWD RPC surface and harden CI checks

HOLOGRAM v1.0.5

29 May 23:53
cbbaa89

Choose a tag to compare

Summary

Privacy-forward maintenance release on top of v1.0.4 — a new wallet stealth mode co-built with the community, plus a sweep of fixes across TELA, Explorer, Studio, and Simulator.

Wallet

  • Signal Dark privacy (co-built with @Capitao117, PR #15) — a one-tap stealth mode that masks the entire wallet identity (current address, balance, token balances, every listed wallet) behind a single control, persisted on disk. The wallet panel's lock-reactor glyph is the toggle: a breathing sonar while live, a chromatic-glitch powerdown to a locked ember when stealthed. Privacy state is applied during the splash before the UI reveals, so opening the app stealthed never flashes a real balance. Foundation by Capitao117 (backend privacy_mode / avatar_hidden state + Villager avatar in the wallet anchor); Signal Dark console designed on top, retiring the old per-field hide-balance / hide-address toggles in favor of one unified masking model.
  • Live dashboard refresh — incoming transactions now update the dashboard in real time. No more manual reload to see new balances or activity.

TELA / Browser

  • Native clipboard bridge for iframe dApps — clipboard read/write now works inside the sandboxed TELA iframe, so dApps can copy/paste like first-party surfaces.
  • Compressed static DOC deploys — static DOC content is compressed before going on-chain, shrinking deploy size and gas cost without changing the app contract.

Explorer

  • Corrected atomic-unit thresholds in payload proof validation — amount checks now operate on the right scale.
  • Round-amount suspicious-pattern flag — proofs claiming clean round-million amounts get surfaced for review.

Studio / Simulator

  • Linux native drag-and-drop — restored file drop in Studio on Linux desktops.
  • Resilient simulator reconnect — Simulator now auto-reconnects when derod outlives a HOLOGRAM restart, no manual reboot loop.

Downloads

Binaries for macOS (universal), Linux (amd64 / arm64), and Windows (amd64) are attached below. Each ships alongside a matching .sha256 for verification:

```bash
shasum -a 256 -c HOLOGRAM-v1.0.5-..sha256
```

Full Changelog: v1.0.4...v1.0.5

HOLOGRAM v1.0.4

05 May 04:04
d80697d

Choose a tag to compare

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

HOLOGRAM v1.0.3

27 Apr 16:05
5c817ed

Choose a tag to compare

Merge pull request #12 from DHEBP/dev

fix: resolve 5 bugs in Explorer, Studio, Network, and Simulator

HOLOGRAM v1.0.2

20 Apr 23:16
766a2fd

Choose a tag to compare

Wallet registration and expanded platform support.

Added

  • Manual PoW-based wallet registration — new wallets can register on-chain without waiting for incoming DERO
  • Registration progress UI with hash count, elapsed time, and cancel option
  • Blockchain confirmation polling after registration TX broadcast
  • Linux ARM64 (aarch64) binary for Raspberry Pi and ARM servers

Changed

  • PoW registration uses all available CPU cores (GOMAXPROCS-1) for faster completion
  • Release artifacts renamed from Hologram-* to HOLOGRAM-* for brand consistency

Fixed

  • Duplicate toast notifications when starting wallet registration

HOLOGRAM v1.0.1

20 Apr 03:51
5a98c1a

Choose a tag to compare

Cross-platform binaries and release automation.

Added

  • Pre-built binaries for Linux (amd64) and Windows (amd64) — closes the gap from v1.0.0 release notes
  • GitHub Actions release workflow (.github/workflows/release.yml) — tag-triggered cross-platform builds
  • Universal macOS binary (Intel + Apple Silicon in one file)
  • SHA256 checksums for all release artifacts

Changed

  • Added plain-language disclaimer section to README reinforcing MIT "AS IS" terms for wallet-adjacent software

HOLOGRAM v1.0.0 — First Public Release - April 18th, 2026

18 Apr 04:14
e4e46c3

Choose a tag to compare

HOLOGRAM v1.0.0 — First Public Release

HOLOGRAM is a native desktop browser and developer studio for the DERO Decentralized Web (TELA protocol), built with Go + Wails + Svelte.

Downloads

  • macOS (Intel/Apple Silicon): Hologram-v1.0.0-macos.zip (attached below)
  • Linux / Windows: Build from source — see CONTRIBUTING.md. Pre-built binaries for all platforms coming in v1.0.1.

Highlights

TELA Browser & Studio

  • Full TELA decentralized web browser with multi-shard app reconstruction
  • Integrated developer Studio: Batch Upload, DocShard Manager, Clone, Version Control
  • telaHost bridge API for TELA apps

Wallet

  • XSWD protocol support (Engram and compatible wallets)
  • Integrated wallet with DERO + token transfers
  • Privacy toggles (hide balance / hide address)

Developer Tools

  • Full local simulator mode with pre-seeded test wallets
  • derod and simulator built from derohe source via make all
  • EPOCH developer support with fair attribution

Security & Privacy

  • Local-only XSWD server (127.0.0.1:44326)
  • No analytics or telemetry
  • Privacy Mode enforcement for external links
  • dero:// deep link protocol registration

Full changelog

See CHANGELOG.md