Skip to content

Commit

Permalink
Bug fixes and adding Korean and Burmese (#80)
Browse files Browse the repository at this point in the history
- Fixes failed Camera open on Mac
andreasgriffin/bitcoin-qr-tools#44
- Fixes #79
- Fixes RBF TXO adding 
- Fixes Nostr Sync&Chat at initial connection
andreasgriffin/bitcoin-nostr-chat#24
- Added 🇲🇲 Burmese - မြန်မာ, 🇰🇷 Korean - 한국어
- Added qr scanning animation
  • Loading branch information
andreasgriffin authored Feb 16, 2025
1 parent 80fffa8 commit f0e46e5
Show file tree
Hide file tree
Showing 17 changed files with 8,017 additions and 375 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Spin up a machine
on:
workflow_dispatch:
inputs:
runner-id:
description: 'runner-id (e.g. mac-13 mac-14 ubuntu-22.04 ) see available: https://github.com/actions/runner-images?tab=readme-ov-file#available-images'
required: true
default: 'mac-13'

jobs:
debug:
runs-on: '${{ github.event.inputs.runner-id }}'
steps:
- name: Install tmate
run: |
brew install tmate
- name: Start SSH session
run: |
tmate -F
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- All wallets require hardware signers/wallets for safe seed storage
- Powered by **[BDK](https://github.com/bitcoindevkit/bdk)**
- **Multi-Language**:
- 🇺🇸 English, 🇨🇳 Chinese - 简体中文, 🇪🇸 Spanish - español de España, 🇯🇵 Japanese - 日本語, 🇷🇺 Russian - русский, 🇵🇹 Portuguese - português europeu, 🇮🇳 Hindi - हिन्दी, Arabic - العربية, 🇮🇹 Italian - italiano, 🇫🇷 French - Français, 🇩🇪 German - Deutsch, (more upon request)
- 🇺🇸 English, 🇨🇳 Chinese - 简体中文, 🇪🇸 Spanish - español de España, 🇯🇵 Japanese - 日本語, 🇷🇺 Russian - русский, 🇵🇹 Portuguese - português europeu, 🇮🇳 Hindi - हिन्दी, Arabic - العربية, 🇮🇹 Italian - italiano, 🇫🇷 French - Français, 🇩🇪 German - Deutsch, 🇲🇲 Burmese - မြန်မာ, 🇰🇷 Korean - 한국어, (more upon request)
- **Simpler** address labels by using categories (e.g. "KYC", "Non-KYC", "Work", "Friends", ...)
- Automatic coin selection within categories
- Transaction flow diagrams, visualizing inputs and outputs, click on inputs and output to trace the money flow
Expand Down Expand Up @@ -81,7 +81,7 @@

- **Languages**

- 🇺🇸 English, 🇨🇳 Chinese - 简体中文, 🇪🇸 Spanish - español de España, 🇯🇵 Japanese - 日本語, 🇷🇺 Russian - русский, 🇵🇹 Portuguese - português europeu, 🇮🇳 Hindi - हिन्दी, Arabic - العربية, 🇮🇹 Italian - italiano, 🇫🇷 French - Français, 🇩🇪 German - Deutsch, (more upon request)
- 🇺🇸 English, 🇨🇳 Chinese - 简体中文, 🇪🇸 Spanish - español de España, 🇯🇵 Japanese - 日本語, 🇷🇺 Russian - русский, 🇵🇹 Portuguese - português europeu, 🇮🇳 Hindi - हिन्दी, Arabic - العربية, 🇮🇹 Italian - italiano, 🇫🇷 French - Français, 🇩🇪 German - Deutsch, 🇲🇲 Burmese - မြန်မာ, 🇰🇷 Korean - 한국어, (more upon request)

- **Transaction / PSBT Creation**

Expand Down
2 changes: 1 addition & 1 deletion bitcoin_safe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# this is the source of the version information
__version__ = "1.0.6"
__version__ = "1.0.7"
Binary file added bitcoin_safe/gui/locales/app_ko_KR.qm
Binary file not shown.
Loading

0 comments on commit f0e46e5

Please sign in to comment.