Skip to content

Releases: andreasgriffin/bitcoin-safe

0.7.4a0

18 Aug 14:41
e1a0151
Compare
Choose a tag to compare

Improvements

  • Added Italian language
  • Added AppImage file format back in
  • Added deb file format

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.7.4a0-x86_64.AppImage.asc

Install and run on Mac, Linux, or Windows

python3 -m pip install bitcoin-safe
python3 -m bitcoin_safe

0.7.3a0

26 Jul 15:20
54a2d7e
Compare
Choose a tag to compare

Improvements

  • Updated translations
  • Chart now shows more digits if needed
  • Updated Dependencies to remove bugs
    • nostr-chat couldn't receive NIP17 messages due to timestamp variations
    • show usb hardware signer simualtors for testnets
  • include vscode launch files

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.7.3a0-x86_64.AppImage.asc

Install and run on Mac, Linux, or Windows

python3 -m pip install bitcoin-safe
python3 -m bitcoin_safe

0.7.2a0

24 Jul 18:45
fd3a6cb
Compare
Choose a tag to compare

GUI improvements and bugfixes

  • Redesigned the AddessDialog window
  • Automatically save transactions that were dropped by bdk (mempool or reorg)

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.7.2a0-x86_64.AppImage.asc

Install and run on Mac, Linux, or Windows

python3 -m pip install bitcoin-safe
python3 -m bitcoin_safe

0.7.1a0

20 Jul 12:36
785ad36
Compare
Choose a tag to compare

Improvements

  • Fixed keystore ordering bug fix
  • Improved UI in the tutorial
  • Improved QR code generation
  • Dependency updates
  • Added more test

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.7.1a0-x86_64.AppImage.asc

Install on Mac, Linux, or Windows

python3 -m pip install bitcoin-safe
python3 -m bitcoin_safe

0.7.0a0

14 Jun 15:15
568ec57
Compare
Choose a tag to compare

New Features

Improvements

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.7.0a0-x86_64.AppImage.asc

Install on Mac, Linux, or Windows

python3 -m pip install bitcoin-safe
python3 -m bitcoin_safe

0.6.2a0

16 May 20:27
89502b6
Compare
Choose a tag to compare
  • Code quality improvements and bug fixes
  • improved translation management
  • improved search UI popup
  • upgraded nostr_sdk to 0.10
  • added GUI pytests on linux and windows
  • added workflow to run all pytests on linux for PRs

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.6.2a0-x86_64.AppImage.asc

0.6.1a0

05 May 10:59
b5e8281
Compare
Choose a tag to compare

Bug Fixes and Improvements:

  • Fixes in label and category synchronization
  • Fixed user interface bugs in the network configuration
  • Corrected translations
  • Added import functionality for Electrum labels

User Interface Enhancements:

  • "Loading" message to inform users when wallets are being loaded
  • Removed dots from qchart for a cleaner appearance

Verify signature

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.6.1a0-x86_64.AppImage.asc

0.6.0a2

27 Apr 11:19
c50322f
Compare
Choose a tag to compare

Enhancements and Fixes Across UI, Localization, Testing, Build System, and Documentation

  • Enhanced UI with new elements, fixes, and updates for better responsiveness.
  • Multi-Language support for 🇺🇸 English, 🇨🇳 Chinese - 简体中文, 🇪🇸 Spanish - español de España, 🇯🇵 Japanese - 日本語, 🇷🇺 Russian - русский, 🇵🇹 Portuguese - português europeu, 🇮🇳 Hindi - हिन्दी, Arabic - العربية, (more upon request).
  • Strengthened code quality with comprehensive bug fixes, new tests, and code simplification.
  • Improved build scripts and deployment processes for cross-platform compatibility.

Import my public key and verify the signature with:

gpg import 2759AA7148568ECCB03B76301D82124B440F612D.asc
gpg --verify Bitcoin-Safe-0.6.0a2-x86_64.AppImage.asc