Skip to content

Releases: breez/breezmobile

0.17 Bug fixes

05 Dec 14:23
2a8be35
Compare
Choose a tag to compare
0.17 Bug fixes Pre-release
Pre-release

Changes

  • Bug fixes

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1733260939-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.4/1733260939-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.4/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.4/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Thu 05 Dec 2024 15:13:49 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1733260939-1.apk: OK

0.17 Bug fixes

16 Oct 12:12
Compare
Choose a tag to compare
0.17 Bug fixes Pre-release
Pre-release

Changes

  • Bug fixes

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1728412244-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.3/1728412244-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.3/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.3/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made  Wed 16 Oct 2024 13:43:00 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1728412244-1.apk: OK

0.17 Bug fixes

09 Jul 12:28
0.17.bugfixes.2
Compare
Choose a tag to compare
0.17 Bug fixes Pre-release
Pre-release

Changes

  • Blockchain sync improvements
  • Fix UI when using Czech

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1718089732-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes/1719493197-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Tue 09 Jul 2024 13:05:55 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1719493197-1.apk: OK

0.17 lnd

03 Jul 12:34
0.17.lnd
Compare
Choose a tag to compare
0.17 lnd Pre-release
Pre-release

Changes

  • Update LND to 0.17.5
  • Improved neutrino sync
  • Added better UI for collaborative channel closures.
  • Improved payments reliability in case of long routes.
  • Added localization for Bulgarian language.
  • Improved readability on shareable items on payment details.
  • Checkboxes can now be checked by tapping on the corresponding label.
  • Updated Apps section.
  • Added Value Time splits support to podcasts.

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1718089732-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.17.lnd/1718089732-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.17.lnd/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.17.lnd/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Wed 03 Jul 2024 12:27:59 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1718089732-1.apk: OK

0.16 Bug Fixes

24 Oct 09:42
Compare
Choose a tag to compare
0.16 Bug Fixes Pre-release
Pre-release

Changes

  • Bug fixes

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1697539298-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.16.bugfixes/1697539298-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.16.bugfixes/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.16.bugfixes/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Sun 28 Jan 2024 05:24:25 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1697539298-1.apk: OK

0.16 HotFix

22 Sep 10:21
Compare
Choose a tag to compare
0.16 HotFix Pre-release
Pre-release

Changes

  • Optimize routing settings for shorter paths
  • Bug fixes

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1695315644-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.16.hotfix/1695315644-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.16.hotfix/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.16.hotfix/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Wed 27 Sep 2023 04:11:10 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1695315644-1.apk: OK

0.16 lnd

17 Sep 13:15
Compare
Choose a tag to compare
0.16 lnd Pre-release
Pre-release

Changes

  • Update to lnd 16.4
  • The Bitcoin Company widget added to Apps
  • Greek and Slovak translations
  • NFC support on iOS (NTAG 424 DNA cards)
  • Allow users to switch between Google Drive accounts
  • Fix Google sign In errors on CalyxOS & GrapheneOS
  • Click to select min/max amounts in LNURL-Pay
  • Display transaction information in refund
  • UI improvements & bug fixes

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1694612754-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.16.lnd/1694612754-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.16.lnd/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.16.lnd/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Sun 17 Sep 2023 19:30:00 UTC
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1694612754-1.apk: OK

0.15 Refund Hotfix

09 Apr 15:16
Compare
Choose a tag to compare
0.15 Refund Hotfix Pre-release
Pre-release

Changes

  • Fix refund button
  • Remove last sweep tx from rescan

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1681054500-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.15.refund_hotfix/1681054500-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.15.refund_hotfix/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.15.refund_hotfix/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Sun 09 Apr 2023 18:53:43 IDT
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1681054500-1.apk: OK

0.15 Fix Pack

04 Apr 16:48
Compare
Choose a tag to compare
0.15 Fix Pack Pre-release
Pre-release

Changes

Bug fixes and enhancements

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1680812670-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/1680812670-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made Fri 07 Apr 2023 09:50:16 IDT
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1680812670-1.apk: OK

0.15 http Sync

05 Feb 13:24
Compare
Choose a tag to compare
0.15 http Sync Pre-release
Pre-release

Changes

  • Neutrino sync over http
  • Add Tor support
  • Add German translation
  • Changed scan library
  • Fix episode ID in TLV
  • Various bug fixes

Verifying the release

In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:

Download 1675611964-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/1675611964-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/SHA256SUMS.asc

Download Breez's GPG key:

curl -O https://breez.technology/breez.technology.gpg

Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858

gpg --show-keys --fingerprint < breez.technology.gpg

Check the signature of the SHA256SUM file:

gpgv --keyring ./breez.technology.gpg SHA256SUMS.asc SHA256SUMS

This should give the following output:

gpgv: Signature made di 22 nov 16:13:07 2022 CET
gpgv:                using EDDSA key C4193B7F45B972375DFFDBACF5C584019396C59D
gpgv: Good signature from "Breez Technology <[email protected]>"

Finally check the apk file hash:

sha256sum -c SHA256SUMS

This should give the following output:

1675611964-1.apk: OK