Skip to content

Releases: expatjedi/cold-wallet-generator

Summer 2025 Edition

25 Jul 04:58
Compare
Choose a tag to compare

Release Notes

Recent Updates

Brand New Design

  • Dark theme now comes by default
  • The theme switching feature has been successfully added!
  • Users can instantly switch between light mode and dark mode using the ☀️ / 🌙 button in the upper right corner.
  • The preference is made permanent using localStorage.

Refactor Address Generation (2025-07-25)

  • Replaced deprecated getAddress() with bitcoin.payments.p2pkh for address generation across multiple coins.
  • Improves compatibility and future-proofs the address creation logic.
  • View Commit

Bech32 Address Generation for Altcoins (2025-07-25)

  • Updated HTML files for several altcoins to use bech32 (SegWit) address generation.
  • Refactored key generation logic to use compressed keys and p2wpkh payments.
  • Updated QR code generation to reflect the new bech32 address format.
  • View Commit

Litecoin Bech32 Address Support (2025-07-24)

  • Switched to a custom Litecoin network configuration and bech32 address generation.
  • Updated script source to bitcoinjs-lib.js.
  • Refactored key/address creation for compatibility with modern Litecoin wallets.
  • View Commit