Skip to content

Releases: breez/breezmobile

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

0.15 Hotfix 1

10 Dec 19:30
Compare
Choose a tag to compare
0.15 Hotfix 1 Pre-release
Pre-release

Changes

  • Swedish translation 🇸🇪
  • Show BTC address when notifications are disabled
  • Display lock transaction information in Send to BTC Address
  • Move POS charge button to the bottom
  • Update theme styles
  • Add episode ID to TLV
  • 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 1670596850-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.15.hf1/1670596850-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:

1670596850-1.apk: OK

0.15 lnd hf1

23 Oct 10:09
Compare
Choose a tag to compare
0.15 lnd hf1 Pre-release
Pre-release

Changes

  • Improvements to lnd 15.3 rollout

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 1666517910-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:

curl \
-LO https://github.com/breez/breezmobile/releases/download/0.15.lnd.hf1/1666517910-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.15.lnd.hf1/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.15.lnd.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:

1666517910-1.apk: OK

0.15 lnd update

22 Oct 19:23
Compare
Choose a tag to compare
0.15 lnd update Pre-release
Pre-release
  • Update the underlying Lightning library (to lnd 0.15.3).
  • Bug fixes.

0.12 Clipping

23 Aug 12:14
fc2ff18
Compare
Choose a tag to compare
0.12 Clipping Pre-release
Pre-release
  • Create clips of your favorite podcasts and share them in social networks.
  • Bug fixes.

0.12 Bug Fixes

14 Aug 10:30
69b1e97
Compare
Choose a tag to compare
0.12 Bug Fixes Pre-release
Pre-release
  • Bug fixes

0.12 Up Next

10 Aug 12:41
5812787
Compare
Choose a tag to compare
0.12 Up Next Pre-release
Pre-release
  • "Up Next" support in Podcasts: episodes can be queued and the playback order rearranged from the up-next view on the player screen.
  • Switch between list and icons layout in your podcast library.
  • Added support for Italian.
  • Added LNCal to our Apps.
  • Improve NFC support for Point-of-Sale checkout.
  • Bug fixes.

0.12 Top Podcasts

03 Jul 15:48
0f3b8eb
Compare
Choose a tag to compare
0.12 Top Podcasts Pre-release
Pre-release
  • New 'My Top Podcasts' screen
  • Support NFC in Point-of-Sale checkout
  • Added Wavlake to the Apps screen
  • Bug fixes

0.12 Service Pack 3

30 May 10:15
Compare
Choose a tag to compare
0.12 Service Pack 3 Pre-release
Pre-release
  • Improved NFC support when the app is in the foreground
  • Default note setting added to POS
  • Geyser app added to the Apps section
  • Backup additional application data
  • Fiat value display in Transactions screen
  • French 🇫🇷 translation
  • Display destination image in lnurl-pay payments
  • Experimental fee limit for Lightning payments fee limit
  • Added more playback speed options in our podcast player
  • Bug fixes

0.12 Bug Fixes

07 Apr 10:47
Compare
Choose a tag to compare
0.12 Bug Fixes Pre-release
Pre-release

Bug fixes