-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes and adding Korean and Burmese (#80)
- 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
1 parent
80fffa8
commit f0e46e5
Showing
17 changed files
with
8,017 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.