Skip to content

Releases: lightninglabs/lightning-terminal

Lightning Terminal v0.8.2-alpha

24 Oct 10:26
v0.8.2-alpha
11c4a09
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes an update to the version of LND to include the latest bug fixes. It also contains various Litd improvements (see the change-log for the full list!).

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.15.3-beta, Loop v0.20.1-beta, Pool v0.5.8-alpha, and Faraday v0.2.8-alpha.

NOTE that the minimum version of lnd that can be used in --lnd-mode=remote is v0.15.1-beta.

Installation and configuration instructions can be found in the README.

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 ellemouton's key from the ubuntu key server:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177

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

gpg --verify manifest-v0.8.2-alpha.sig manifest-v0.8.2-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Mon Oct 24 10:46:42 2022 SAST
gpg:                using RSA key 26984CB69EB8C4A26196F7A4D7D916376026F177
gpg: Good signature from "Elle Mouton <[email protected]>" [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.8.2-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.8.2-alpha

Verifying the Release Timestamp

We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.8.2-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.8.2-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

What's Changed

Full Changelog: v0.8.0-alpha...v0.8.2-alpha

Lightning Terminal v0.8.1-alpha

10 Oct 05:08
v0.8.1-alpha
014867b
Compare
Choose a tag to compare

Release Notes

This release updates the bundled lnd to packaged lnd v0.15.2, a hot fix released that fixed a wire/block parsing bug.

Installation and configuration instructions can be found in the README.

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 ellemouton's key from the ubuntu key server:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177

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

 gpg --verify manifest-roasbeef-v0.8.1-alpha.sig manifest-v0.8.1-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Sun Oct  9 22:06:52 2022 PDT
gpg:                using RSA key 60A1FA7DA5BFF08BDCBBE7903BBD59E99B280306
gpg: Good signature from "Olaoluwa Osuntokun <[email protected]>" [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.8.1-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.8.1-alpha

Verifying the Release Timestamp

We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.8.0-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.8.1-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Full Changelog: v0.8.0-alpha...v0.8.1-alpha

Lightning Terminal v0.8.0-alpha

16 Sep 07:47
v0.8.0-alpha
fb825ab
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes updates to the versions of the packaged subsystems including LND, Loop and Pool.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.15.1-beta, Loop v0.20.1-beta, Pool v0.5.8-alpha, and Faraday v0.2.8-alpha.

NOTE that the minimum version of lnd that can be used in --lnd-mode=remote was bumped to v0.15.1-beta.

Installation and configuration instructions can be found in the README.

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 ellemouton's key from the ubuntu key server:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177

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

gpg --verify manifest-v0.8.0-alpha.sig manifest-v0.8.0-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Fri Sep 16 09:35:53 2022 SAST
gpg:                using RSA key 26984CB69EB8C4A26196F7A4D7D916376026F177
gpg: Good signature from "Elle Mouton <[email protected]>" [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.8.0-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.8.0-alpha

Verifying the Release Timestamp

We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.8.0-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.8.0-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

Full Changelog: v0.7.1-alpha...v0.8.0-alpha

Lightning Terminal v0.7.1-alpha

25 Aug 14:53
v0.7.1-alpha
824e94a
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes a number of Litd UI updates along with a version bump of LNC. Notably, the UX for creating an LNC session has been made very smooth with the use of magic links.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.15.0-beta, Loop v0.19.1-beta, Pool v0.5.7-alpha, and Faraday v0.2.8-alpha.

NOTE that the minimum version of lnd that can be used in --lnd-mode=remote was bumped to v0.14.3-beta.

Installation and configuration instructions can be found in the README.

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 ellemouton's key from the ubuntu key server:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177

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

gpg --verify manifest-v0.7.1-alpha.sig manifest-v0.7.1-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Aug 25 15:43:09 2022 SAST
gpg:                using RSA key 26984CB69EB8C4A26196F7A4D7D916376026F177
gpg: Good signature from "Elle Mouton <[email protected]>" [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.1-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.7.1-alpha

Verifying the Release Timestamp

We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.7.1-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.7.1-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

New Contributors

Full Changelog: v0.7.0-alpha...v0.7.1-alpha

Lightning Terminal v0.7.0-alpha

27 Jun 19:11
v0.7.0-alpha
c119161
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes a number of fixed related to LNC and Terminal Web as well as the upgrade to lnd v0.15.0-beta.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.15.0-beta, Loop v0.19.1-beta, Pool v0.5.7-alpha, and Faraday v0.2.8-alpha.

NOTE that the minimum version of lnd that can be used in --lnd-mode=remote was bumped to v0.14.3-beta.

Installation and configuration instructions can be found in the README.

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 guggero's key from keybase:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys F4FC70F07310028424EFC20A8E4256593F177720

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

gpg --verify manifest-v0.7.0-alpha.sig manifest-v0.7.0-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.0-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.7.0-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.7.0-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.7.0-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

  • Update broken link to walkthrough by @cryptodread in #366
  • build(deps): bump eventsource from 1.1.0 to 1.1.1 in /app by @dependabot in #376
  • ui+pool: disable buttons during account changes by @jamaljsr in #375
  • Standalone LiT client development by @rohit-nair in #371
  • deps: Upgrade react-router to v6 by @rohit-nair in #370
  • deps: Upgrade storybook to v6.x by @rohit-nair in #362
  • multi: add macaroon service and remove ui password use in litcli by @ellemouton in #308
  • session_rpcserver: add session expiry as macaroon caveat by @ellemouton in #378
  • ui+sessions: improve when expiry label displays Never by @jamaljsr in #382
  • multi: re-enable LNC handshake v2, bump dependencies for lnd 0.15.0-beta release by @guggero in #358

New Contributors

  • @cryptodread made their first contribution in #366
  • @rohit-nair made their first contribution in #371

Full Changelog: v0.6.7-alpha...v0.7.0-alpha

Lightning Terminal v0.6.7-alpha

21 Apr 20:54
v0.6.7-alpha
b80ca85
Compare
Choose a tag to compare

Release Notes

This replaces the v0.6.6-alpha version of LiT that displayed an incorrect version number. But the functionality is identical to v0.6.6-alpha which we removed to avoid confusion.

This release of Lightning Terminal (LiT) includes a bug fixed in the Pool UI that caused an error when trying to submit an order using lnd v0.14.x-beta.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.14.3-beta, Loop v0.18.0-beta, Pool v0.5.6-alpha, and Faraday v0.2.7-alpha.

Installation and configuration instructions can be found in the README.

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 guggero's key from keybase:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys F4FC70F07310028424EFC20A8E4256593F177720

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

gpg --verify manifest-v0.6.7-alpha.sig manifest-v0.6.7-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.6.7-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.6.7-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.6.7-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.6.7-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

New Contributors

Full Changelog: v0.6.5-alpha...v0.6.7-alpha

Lightning Terminal v0.6.5-alpha

08 Mar 09:08
v0.6.5-alpha
a58779f
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes a bug fixed in Pool that caused sidecar channels not to be matched properly.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.14.2-beta, Loop v0.15.1-beta, Pool v0.5.5-alpha, and Faraday v0.2.7-alpha.

Installation and configuration instructions can be found in the README.

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 guggero's key from keybase:

curl https://keybase.io/guggero/pgp_keys.asc | gpg --import

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

gpg --verify manifest-v0.6.5-alpha.sig manifest-v0.6.5-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.6.5-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.6.5-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.6.5-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.6.5-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

New Contributors

Full Changelog: v0.6.4-alpha...v0.6.5-alpha

Lightning Terminal v0.6.4-alpha

18 Feb 09:38
v0.6.4-alpha
6d560b4
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes a bug fixed in Lightning Node Connect that caused an issue when connecting to Terminal Web.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.14.2-beta, Loop v0.15.1-beta, Pool v0.5.4-alpha, and Faraday v0.2.7-alpha.

Installation and configuration instructions can be found in the README.

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 guggero's key from keybase:

curl https://keybase.io/guggero/pgp_keys.asc | gpg --import

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

gpg --verify manifest-v0.6.4-alpha.sig manifest-v0.6.4-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.6.4-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.6.4-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.6.4-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.6.4-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

  • Support super macaroon in remote lnd mode by @guggero in #319
  • Fix loop/pool over LNC in remote lnd mode, add version string by @guggero in #331

Full Changelog: v0.6.3-alpha...v0.6.4-alpha

Lightning Terminal v0.6.3-alpha

16 Feb 18:10
v0.6.3-alpha
59cc505
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes an update to Lightning Node Connect that improves connection speed and reliability.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.14.2-beta, Loop v0.15.1-beta, Pool v0.5.4-alpha, and Faraday v0.2.7-alpha.

Installation and configuration instructions can be found in the README.

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 guggero's key from keybase:

curl https://keybase.io/guggero/pgp_keys.asc | gpg --import

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

gpg --verify manifest-v0.6.3-alpha.sig manifest-v0.6.3-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.6.3-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.6.3-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.6.3-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.6.3-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

Full Changelog: v0.6.2-alpha...v0.6.3-alpha

Lightning Terminal v0.6.2-alpha

25 Jan 10:15
v0.6.2-alpha
2bb161e
Compare
Choose a tag to compare

Release Notes

This release of Lightning Terminal (LiT) includes an update to the integrated pool package and some bug fixes to the UI which should cause loop out swaps to fail less often.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.14.1-beta, Loop v0.15.1-beta, Pool v0.5.4-alpha, and Faraday v0.2.7-alpha.

Installation and configuration instructions can be found in the README.

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 guggero's key from keybase:

curl https://keybase.io/guggero/pgp_keys.asc | gpg --import

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

gpg --verify manifest-v0.6.2-alpha.sig manifest-v0.6.2-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.6.2-alpha.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.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.6.2-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.6.2-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.6.2-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Changelog (auto-generated)

What's Changed

  • ui+nav: fix Lightning Node Connect link with custom path by @jamaljsr in #301
  • docs: Match and pass /litrpc.* locations in nginx by @dongcarl in #306
  • pool: display lease durations as human readable times by @jamaljsr in #298
  • loop: increase maximum miner fee to reduce swap failures by @jamaljsr in #309
  • build(deps): bump shelljs from 0.8.4 to 0.8.5 in /app by @dependabot in #311
  • build(deps): bump follow-redirects from 1.14.1 to 1.14.7 in /app by @dependabot in #312
  • build(deps): bump tar from 6.1.0 to 6.1.11 in /app by @dependabot in #313
  • build(deps): bump url-parse from 1.5.1 to 1.5.4 in /app by @dependabot in #314
  • mod+app: bump Pool version to v0.5.4-alpha, prepare for release 0.6.2 by @guggero in #310

New Contributors

Full Changelog: v0.6.1-alpha...v0.6.2-alpha