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 <elle.mouton@gmail.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.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
- build(deps): bump ejs from 3.1.6 to 3.1.8 in /app by @dependabot in #383
- tour: update documentation link in the welcome step by @jamaljsr in #387
- chore: update npm dependencies by @jamaljsr in #396
- chore: exclude dependabot version updates by @jamaljsr in #402
- ui+connect: minor connect view styling updates by @dstrukt in #403
- ui+settings: update theme colors + border colors by @dstrukt in #404
- ui+theme: patch theme color by @dstrukt in #405
- multi: add deadline for first connection of new LNC conn by @ellemouton in #408
- ui: add home screen and update sessions list by @jamaljsr in #401
- New release: v0.7.1-alpha by @ellemouton in #410
New Contributors
Full Changelog: v0.7.0-alpha...v0.7.1-alpha