Skip to content

Releases: ZeusLN/zeus

v0.7.5-beta2

26 Apr 14:25
78e03a6
Compare
Choose a tag to compare
v0.7.5-beta2 Pre-release
Pre-release

v0.7.5 Highlights

  • Android: smaller release binaries
  • New camera w/ Samsung Galaxy support
  • New Payment Path view
  • Handle display of In-Flight payments
  • External link warning + prompt modal
  • NFC modal for Android
  • iOS: clear saved settings on uninstall
  • Settings: Display: Show all decimal places
  • Lightning Address: handle addresses hosted on Tor
  • Fix some views where inputs were getting cut off by the keyboard
  • LNURLw patch for fixed amounts
  • New currencies
    🇧🇴 Bolivian Boliviano (BOB)
    🇨🇷 Costa Rican Colón (CRC)
    🇬🇹 Guatemalan Quetzal (GTQ)
    🇳🇮 Nicaraguan Córdoba (NIO)
    🇵🇾 Paraguayan Guaraní (PYG)
    🇺🇾 Uruguayan Peso (UYU)

What's Changed

  • views/Send: fix loading icon position + input issue by @kaloudis in #1445
  • views/Channel: Pending channel: show channel point by @kaloudis in #1446

Full Changelog: v0.7.5-beta1...v0.7.5-beta2

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.7.5-beta2.txt and manifest-v0.7.5-beta2.txt.sig are in the current directory) with:

gpg --verify manifest-v0.7.5-beta2.txt.sig manifest-v0.7.5-beta2.txt

You should see the following if the verification was successful:

gpg: Signature made Wed Apr 26 10:17:59 2023 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [ultimate]

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.7.5-beta2.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

TestFlight

v0.7.5-beta1

21 Apr 15:46
6426042
Compare
Choose a tag to compare
v0.7.5-beta1 Pre-release
Pre-release

v0.7.5 Highlights

  • New camera w/ Samsung Galaxy support
  • New Payment Path view
  • Handle display of In-Flight payments
  • External link warning + prompt modal
  • NFC modal for Android
  • iOS: clear saved settings on uninstall
  • Settings: Display: Show all decimal places
  • Lightning Address: handle addresses hosted on Tor
  • Fix some views where inputs were getting cut off by the keyboard
  • LNURLw patch for fixed amounts
  • New currencies
    🇧🇴 Bolivian Boliviano (BOB)
    🇨🇷 Costa Rican Colón (CRC)
    🇬🇹 Guatemalan Quetzal (GTQ)
    🇳🇮 Nicaraguan Córdoba (NIO)
    🇵🇾 Paraguayan Guaraní (PYG)
    🇺🇾 Uruguayan Peso (UYU)

What's Changed

Full Changelog: v0.7.5-alpha1...v0.7.5-beta1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.7.5-beta1.txt and manifest-v0.7.5-beta1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.7.5-beta1.txt.sig manifest-v0.7.5-beta1.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Apr 20 16:27:07 2023 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [ultimate]

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.7.5-beta1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

TestFlight

v0.7.5-alpha1

13 Apr 17:56
e72b79f
Compare
Choose a tag to compare
v0.7.5-alpha1 Pre-release
Pre-release

v0.7.5 Highlights

  • New camera w/ Samsung Galaxy support
  • New Payment Path view
  • Handle display of In-Flight payments
  • External link warning + prompt
  • iOS: clear saved settings on uninstall
  • Settings: Display: Show all decimal places
  • Lightning Address: handle addresses hosted on Tor
  • Fix some views where inputs were getting cut off by the keyboard
  • LNURLw patch for fixed amounts

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5-alpha1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming zeus-v0.7.5-alpha1.apk and zeus-v0.7.5-alpha1.apk.asc are in the current directory) with:

gpg --verify zeus-v0.7.5-alpha1.apk.asc zeus-v0.7.5-alpha1.apk

You should see the following if the verification was successful:

gpg: Signature made Thu Apr 13 13:52:58 2023 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [ultimate]

That will verify the signature on Android APK binary you've downloaded locally.

You can also verify the manifest of the SHA256 signatures for each of the files provided in the release using:

gpg --verify manifest-v0.7.5-alpha1.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Apr 13 13:53:27 2023 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [ultimate]

Then you can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of each of the files. The produced hash should be compared with the hashes listed in the manifest file and they should match exactly.

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

iOS

TestFlight

v0.7.4

29 Mar 14:53
e88881d
Compare
Choose a tag to compare

Zeus-v0 7 4

v0.7.4 Highlights

  • Fee bumping
  • Channel sorting and filtering
  • Default invoice settings
  • Single channel view redesign
  • Activity filters: add ability to filter out unpaid invoices
  • Persistent Activity filters
  • 23 new fiat currencies
    • 🇮🇸 Icelandic Krona (ISK)
    • 🇱🇧 Lebanese Pound (LBP)
    • 🇲🇾 Malaysian Ringgit (MYR)
    • 🇺🇦 Ukrainian Hryvnia (UAH)
    • 🇯🇲 Jamaican Dollar (JMD)
    • 🇨🇴 Colombian Peso (COP)
    • 🇲🇽 Mexican Peso (MXN)
    • 🇹🇿 Tanzanian Shilling (TZS)
    • 🇶🇦 Qatari Riyal (QAR)
    • 🇹🇳 Tunisian Dinar (TND)
    • 🇳🇴 Norwegian Krone (NOK)
    • 🇦🇪 United Arab Emirates Dirham (AED)
    • 🇹🇹 Trinidad & Tobago Dollar (TTD)
    • 🇵🇭 Philippine Peso (PHP)
    • 🇮🇩 Indonesian Rupiah (IDR)
    • 🇷🇴 Romanian Leu (RON)
    • 🇨🇩 Congolese Franc (CDF)
    • 🇨🇲🇨🇫🇹🇩🇨🇬🇬🇶🇬🇦 Central African CFA franc (XAF)
    • 🇰🇪 Kenyan Shilling (KES)
    • 🇺🇬 Ugandan Shilling (UGX)
    • 🇿🇦 South African Rand (ZAR)
    • 🇨🇺 Cuban Peso (CUP)
    • 🇩🇴 Dominican Peso (DOP)
    • 🇧🇿 Belize Dollar (BZD)
  • 7 new themes
    • Popsicle
    • Nostrich
    • Desert
    • Orange Cream Soda
    • Red Metallic
    • Mint
    • Watermelon
  • Display setting: big keypad buttons

Enhancements

  • Warning for BlueWallet's LNDHub
  • Improve channel list type toggle UI
  • Payment request settings toggle
  • Error handling for LNDHub account creation
  • Tor icon location
  • Update payment error display
  • Activity view: show lightning invoice memos and timestamp
  • Node configuration: simplify QR scanner buttons
  • Ability to choose units when setting amounts on keysends, channel opens, and 0 amount invoices

Bug fixes

  • LNURLw patch
  • LNDHub login race condition
  • Privacy: Lurker mode: fix toggle behavior

What's Changed

Full Changelog: v0.7.3...v0.7.4

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

F-Droid
Google Play

iOS

Apple App Store

v0.7.4-rc2

27 Mar 00:36
076386d
Compare
Choose a tag to compare
v0.7.4-rc2 Pre-release
Pre-release

v0.7.4 Highlights

  • Fee bumping
  • Channel sorting and filtering
  • Default invoice settings
  • Single channel view redesign
  • Activity filters: add ability to filter out unpaid invoices
  • Persistent Activity filters
  • 23 new fiat currencies
    • 🇮🇸 Icelandic Krona (ISK)
    • 🇱🇧 Lebanese Pound (LBP)
    • 🇲🇾 Malaysian Ringgit (MYR)
    • 🇺🇦 Ukrainian Hryvnia (UAH)
    • 🇯🇲 Jamaican Dollar (JMD)
    • 🇨🇴 Colombian Peso (COP)
    • 🇲🇽 Mexican Peso (MXN)
    • 🇹🇿 Tanzanian Shilling (TZS)
    • 🇶🇦 Qatari Riyal (QAR)
    • 🇹🇳 Tunisian Dinar (TND)
    • 🇳🇴 Norwegian Krone (NOK)
    • 🇦🇪 United Arab Emirates Dirham (AED)
    • 🇹🇹 Trinidad & Tobago Dollar (TTD)
    • 🇵🇭 Philippine Peso (PHP)
    • 🇮🇩 Indonesian Rupiah (IDR)
    • 🇷🇴 Romanian Leu (RON)
    • 🇨🇩 Congolese Franc (CDF)
    • 🇨🇲🇨🇫🇹🇩🇨🇬🇬🇶🇬🇦 Central African CFA franc (XAF)
    • 🇰🇪 Kenyan Shilling (KES)
    • 🇺🇬 Ugandan Shilling (UGX)
    • 🇿🇦 South African Rand (ZAR)
    • 🇨🇺 Cuban Peso (CUP)
    • 🇩🇴 Dominican Peso (DOP)
    • 🇧🇿 Belize Dollar (BZD)
  • 6 new themes
    • Popsicle
    • Nostrich
    • Desert
    • Orange Cream Soda
    • Red Metallic
    • Mint
    • Watermelon
  • Display setting: big keypad buttons

Enhancements

  • Warning for BlueWallet's LNDHub
  • Improve channel list type toggle UI
  • Payment request settings toggle
  • Error handling for LNDHub account creation
  • Tor icon location
  • Update payment error display
  • Activity view: show lightning invoice memos and timestamp
  • Node configuration: simplify QR scanner buttons
  • Ability to choose units when setting amounts on keysends, channel opens, and 0 amount invoices

Bug fixes

  • LNURLw patch
  • LNDHub login race condition
  • Privacy: Lurker mode: fix toggle behavior

Full Changelog: v0.7.4-rc1...v0.7.4-rc2

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

iOS

TestFlight

v0.7.4-rc1

26 Mar 15:53
fd9e7a4
Compare
Choose a tag to compare
v0.7.4-rc1 Pre-release
Pre-release

v0.7.4 Highlights

  • Fee bumping
  • Channel sorting and filtering
  • Default invoice settings
  • Single channel view redesign
  • Activity filters: add ability to filter out unpaid invoices
  • Persistent Activity filters
  • 23 new fiat currencies
    • 🇮🇸 Icelandic Krona (ISK)
    • 🇱🇧 Lebanese Pound (LBP)
    • 🇲🇾 Malaysian Ringgit (MYR)
    • 🇺🇦 Ukrainian Hryvnia (UAH)
    • 🇯🇲 Jamaican Dollar (JMD)
    • 🇨🇴 Colombian Peso (COP)
    • 🇲🇽 Mexican Peso (MXN)
    • 🇹🇿 Tanzanian Shilling (TZS)
    • 🇶🇦 Qatari Riyal (QAR)
    • 🇹🇳 Tunisian Dinar (TND)
    • 🇳🇴 Norwegian Krone (NOK)
    • 🇦🇪 United Arab Emirates Dirham (AED)
    • 🇹🇹 Trinidad & Tobago Dollar (TTD)
    • 🇵🇭 Philippine Peso (PHP)
    • 🇮🇩 Indonesian Rupiah (IDR)
    • 🇷🇴 Romanian Leu (RON)
    • 🇨🇩 Congolese Franc (CDF)
    • 🇨🇲🇨🇫🇹🇩🇨🇬🇬🇶🇬🇦 Central African CFA franc (XAF)
    • 🇰🇪 Kenyan Shilling (KES)
    • 🇺🇬 Ugandan Shilling (UGX)
    • 🇿🇦 South African Rand (ZAR)
    • 🇨🇺 Cuban Peso (CUP)
    • 🇩🇴 Dominican Peso (DOP)
    • 🇧🇿 Belize Dollar (BZD)
  • 6 new themes
    • Popsicle
    • Nostrich
    • Desert
    • Orange Cream Soda
    • Red Metallic
    • Mint
    • Watermelon
  • Display setting: big keypad buttons

Enhancements

  • Warning for BlueWallet's LNDHub
  • Improve channel list type toggle UI
  • Payment request settings toggle
  • Error handling for LNDHub account creation
  • Tor icon location
  • Update payment error display
  • Activity view: show lightning invoice memos and timestamp
  • Node configuration: simplify QR scanner buttons
  • Ability to choose units when setting amounts on keysends, channel opens, and 0 amount invoices

Bug fixes

  • LNURLw patch
  • LNDHub login race condition
  • Privacy: Lurker mode: fix toggle behavior

What's Changed in this pre-release

Full Changelog: v0.7.4-beta2...v0.7.4-rc1

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

iOS

TestFlight

v0.7.4-beta2

24 Mar 13:12
34d0f8f
Compare
Choose a tag to compare
v0.7.4-beta2 Pre-release
Pre-release

v0.7.4 Highlights

  • Fee bumping
  • Channel sorting and filtering
  • Default invoice settings
  • Single channel view redesign
  • Activity filters: add ability to filter out unpaid invoices
  • Persistent Activity filters
  • 23 new fiat currencies
    • 🇮🇸 Icelandic Krona (ISK)
    • 🇱🇧 Lebanese Pound (LBP)
    • 🇲🇾 Malaysian Ringgit (MYR)
    • 🇺🇦 Ukrainian Hryvnia (UAH)
    • 🇯🇲 Jamaican Dollar (JMD)
    • 🇨🇴 Colombian Peso (COP)
    • 🇲🇽 Mexican Peso (MXN)
    • 🇹🇿 Tanzanian Shilling (TZS)
    • 🇶🇦 Qatari Riyal (QAR)
    • 🇹🇳 Tunisian Dinar (TND)
    • 🇳🇴 Norwegian Krone (NOK)
    • 🇦🇪 United Arab Emirates Dirham (AED)
    • 🇹🇹 Trinidad & Tobago Dollar (TTD)
    • 🇵🇭 Philippine Peso (PHP)
    • 🇮🇩 Indonesian Rupiah (IDR)
    • 🇷🇴 Romanian Leu (RON)
    • 🇨🇩 Congolese Franc (CDF)
    • 🇨🇲🇨🇫🇹🇩🇨🇬🇬🇶🇬🇦 Central African CFA franc (XAF)
    • 🇰🇪 Kenyan Shilling (KES)
    • 🇺🇬 Ugandan Shilling (UGX)
    • 🇿🇦 South African Rand (ZAR)
    • 🇨🇺 Cuban Peso (CUP)
    • 🇩🇴 Dominican Peso (DOP)
    • 🇧🇿 Belize Dollar (BZD)
  • 6 new themes
    • Popsicle
    • Nostrich
    • Desert
    • Orange Cream Soda
    • Red Metallic
    • Mint
    • Watermelon
  • Display setting: big keypad buttons

Enhancements

  • Warning for BlueWallet's LNDHub
  • Improve channel list type toggle UI
  • Payment request settings toggle
  • Error handling for LNDHub account creation
  • Tor icon location
  • Update payment error display
  • Activity view: show lightning invoice memos and timestamp
  • Node configuration: simplify QR scanner buttons
  • Ability to choose units when setting amounts on keysends, channel opens, and 0 amount invoices

Bug fixes

  • LNURLw patch
  • LNDHub login race condition
  • Privacy: Lurker mode: fix toggle behavior

What's Changed in this beta

  • QRCode: update center image by @kaloudis in #1389
  • New theme: Watermelon
  • Misc. bug fixes

Full Changelog: v0.7.4-beta1...v0.7.4-beta2

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

iOS

TestFlight

v0.7.4-beta1

20 Mar 13:45
5a3c82b
Compare
Choose a tag to compare
v0.7.4-beta1 Pre-release
Pre-release

v0.7.4 Highlights

  • Fee bumping
  • Channel sorting and filtering
  • Default invoice settings
  • Single channel view redesign
  • Activity filters: add ability to filter out unpaid invoices
  • Persistent Activity filters
  • 23 new fiat currencies
    • 🇮🇸 Icelandic Krona (ISK)
    • 🇱🇧 Lebanese Pound (LBP)
    • 🇲🇾 Malaysian Ringgit (MYR)
    • 🇺🇦 Ukrainian Hryvnia (UAH)
    • 🇯🇲 Jamaican Dollar (JMD)
    • 🇨🇴 Colombian Peso (COP)
    • 🇲🇽 Mexican Peso (MXN)
    • 🇹🇿 Tanzanian Shilling (TZS)
    • 🇶🇦 Qatari Riyal (QAR)
    • 🇹🇳 Tunisian Dinar (TND)
    • 🇳🇴 Norwegian Krone (NOK)
    • 🇦🇪 United Arab Emirates Dirham (AED)
    • 🇹🇹 Trinidad & Tobago Dollar (TTD)
    • 🇵🇭 Philippine Peso (PHP)
    • 🇮🇩 Indonesian Rupiah (IDR)
    • 🇷🇴 Romanian Leu (RON)
    • 🇨🇩 Congolese Franc (CDF)
    • 🇨🇲🇨🇫🇹🇩🇨🇬🇬🇶🇬🇦 Central African CFA franc (XAF)
    • 🇰🇪 Kenyan Shilling (KES)
    • 🇺🇬 Ugandan Shilling (UGX)
    • 🇿🇦 South African Rand (ZAR)
    • 🇨🇺 Cuban Peso (CUP)
    • 🇩🇴 Dominican Peso (DOP)
    • 🇧🇿 Belize Dollar (BZD)
  • 6 new themes
    • Popsicle
    • Nostrich
    • Desert
    • Orange Cream Soda
    • Red Metallic
    • Mint
  • Display setting: big keypad buttons

Enhancements

  • Warning for BlueWallet's LNDHub
  • Improve channel list type toggle UI
  • Payment request settings toggle
  • Error handling for LNDHub account creation
  • Tor icon location
  • Update payment error display
  • Activity view: show lightning invoice memos and timestamp
  • Node configuration: simplify QR scanner buttons
  • Ability to choose units when setting amounts on keysends, channel opens, and 0 amount invoices

Bug fixes

  • LNURLw patch
  • LNDHub login race condition
  • Privacy: Lurker mode: fix toggle behavior

What's Changed

Full Changelog: v0.7.3...v0.7.4-beta1

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

iOS

TestFlight

v0.7.3

09 Mar 01:59
0f419e0
Compare
Choose a tag to compare

Zeus-v0 7 3

v0.7.3 Highlights

  • QRCodeScanner: import QR code images from gallery
  • Biometrics login
  • Channels: view pending and closed
  • Channels: force close channel timer display
  • Fast node switching
  • LNURL-auth: LNDHub: compatibility mode for Alby and BlueWallet

What's Changed

  • Bug fix: ZEUS-1260: routing fee totals being multiplied by @Talej in #1281
  • Clipboard: handleAnything cleanup by @Talej in #1291
  • POS: Reconciliation by @kaloudis in #1294
  • Unified Invoice: don't display until both on-chain + LN invoices are loaded by @kaloudis in #1308
  • QRCodeScanner: import QR code images from gallery by @shubhamkmr04 in #1296
  • c-lightning-REST: Fix wrong getChannels endpoint by @sha-265 in #1266
  • WalletHeader: SettingsButton: go to Nodes on long-press for fast switching by @kaloudis in #1309
  • Reproducible builds: update Docker image, use SHA256 hashes by @kaloudis in #1310
  • LNURL-pay: confirm button: use theme colors by @InnocuousFinch in #1313
  • Channels: force close channel timer display by @Talej in #1292
  • Pending/closed channels by @kaloudis in #1019
  • Images: add Lottie file support, new loading + payment indicators by @kaloudis in #1314
  • LNURL-auth: LNDHub: compatibility mode for Alby and BlueWallet by @Talej in #1305
  • Biometrics login by @channelninja in #1301
  • Security: Biometrics: show "require login after..." setting when FaceID enabled by @Talej in #1318
  • deps: use BlueWallet fork of react-native-qrcode-local-image by @Talej in #1335
  • Settings: Privacy: turn auto-read from clipboard off by default by @kaloudis in #1332
  • Channels: maintain channelsType state between renders by @Talej in #1317
  • ZEUS-1145: LNBits: received payments aren't displayed in Activity view by @kaloudis in #1333
  • ZEUS-1321: LNDHub: don't allow saving of account w/o creds by @kaloudis in #1334
  • LNC: add perm checks for custodial accounts by @kaloudis in #1331
  • QRCodeScanner: fix position of button overlay by @kaloudis in #1343
  • ZEUS-1339: views/PaymentRequest: handle Fee Limit percentage w/ comma by @kaloudis in #1345
  • ZEUS-1336: Initial load: only handle initial URL after node is fully initiated by @kaloudis in #1344
  • Routing: Forwarding history fixes by @kaloudis in #1347

New Contributors

Full Changelog: v0.7.2...v0.7.3

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

F-Droid
Google Play

iOS

Apple App Store

v0.7.3-rc1

02 Mar 06:15
9b1aac3
Compare
Choose a tag to compare
v0.7.3-rc1 Pre-release
Pre-release

v0.7.3 Highlights

  • QRCodeScanner: import QR code images from gallery
  • Biometrics login
  • Channels: view pending and closed
  • Channels: force close channel timer display
  • Fast node switching
  • LNURL-auth: LNDHub: compatibility mode for Alby and BlueWallet

What's Changed in this release candidate

  • QRCodeScanner: fix position of button overlay by @kaloudis in #1343
  • ZEUS-1339: views/PaymentRequest: handle Fee Limit percentage w/ comma by @kaloudis in #1345
  • ZEUS-1336: Initial load: only handle initial URL after node is fully initiated by @kaloudis in #1344

Full Changelog: v0.7.3-beta2...v0.7.3-rc1

External links

PGP Key

Android

APK
APK Signature
Signed Manifest

iOS

TestFlight