Skip to content

Releases: jaonoctus/lnreceipt

v1.1.0

12 Dec 23:25
2944463
Compare
Choose a tag to compare

What's Changed

  • Recover pubkey from signature by @TheMhv in #6

New Contributors

  • @TheMhv made their first contribution in #6

Full Changelog: v1.0.1...v1.1.0

Don't trust, verify

Verify the signature

First download the sha256sum.txt.asc file and import my PGP key from Ubuntu keyserver or run:

curl -fsSL https://github.com/jaonoctus.gpg | gpg --import

Then run:

gpg --verify --with-fingerprint sha256sum.txt.asc

It should show Good signature with my primary key 6B45 7D06 0ACE 363C 9D67 D8E6 782C 165A 293D 6E18

Verify the checksum

Now, download the pdf file in the same directory and then run:

sha256sum --ignore-missing --check sha256sum.txt

It should show lnreceipt-standalone.html: OK

v1.0.1

10 Dec 04:15
ff9e9a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Don't trust, verify

Verify the signature

First download the sha256sum.txt.asc file and import my PGP key from Ubuntu keyserver or run:

curl -fsSL https://github.com/jaonoctus.gpg | gpg --import

Then run:

gpg --verify --with-fingerprint sha256sum.txt.asc

It should show Good signature with my primary key 6B45 7D06 0ACE 363C 9D67 D8E6 782C 165A 293D 6E18

Verify the checksum

Now, download the pdf file in the same directory and then run:

sha256sum --ignore-missing --check sha256sum.txt

It should show lnreceipt-standalone.html: OK

v1.0.0

10 Dec 03:34
7a3019a
Compare
Choose a tag to compare

Don't trust, verify

Verify the signature

First download the sha256sum.txt.asc file and import my PGP key from Ubuntu keyserver or run:

curl -fsSL https://github.com/jaonoctus.gpg | gpg --import

Then run:

gpg --verify --with-fingerprint sha256sum.txt.asc

It should show Good signature with my primary key 6B45 7D06 0ACE 363C 9D67 D8E6 782C 165A 293D 6E18

Verify the checksum

Now, download the pdf file in the same directory and then run:

sha256sum --ignore-missing --check sha256sum.txt

It should show lnreceipt-standalone.html: OK