tag name | v0.2.0 (92986a3973f9cd393ee7d2957deb9279c0b02a26) |
tag date | 2024-07-05 15:31:16 +0100 |
tagged by | sommerfeld <sommerfeld@sommerfeld.dev> |
tagged object | commit 1f6a894786... |
download | viewercount-0.2.0.tar.gz viewercount-0.2.0.tar.bz2 viewercount-0.2.0.zip |
---|
0.2.0 (2024-07-05)
------------------
* Changed NIP46 login to use a in-client autogenerated nostrconnect URI that
gets also printed as a QR code to be scanned by an app like Amber
* Demoted pasting nsecbunker URI behind a '--use-nsecbunker' flag.
Verifying the release
---------------------
0. Import my gpg public key into your keyring (you only need to do this once, not for every release):
```bash
gpg --auto-key-locate clear,wkd --locate-keys sommerfeld@sommerfeld.dev
```
1. Download `viewercount-v0.2.0-manifest.txt` and `viewercount-v0.2.0-manifest.txt.asc` to the same directory where you are downloading the binary.
2. Verify the gpg signature is mine (should ouput `Good signature`)`:
```bash
gpg --verify viewercount-v0.2.0-manifest.txt.asc
```
3. Verify the checksums of the binaries (should output `OK`):
```bash
sha256sum --check --ignore-missing viewercount-v0.2.0-manifest.txt
```
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS3nfXzfX+bDzkCONUymJRfcXyF+AUCZogDtAAKCRAymJRfcXyF
+MPzAQCaUog/eIr9agEM5971E/anfz8Rmea4l4JMSeH0hgRdXQEAoyVD+Gwz5Dml
hrAVVmIpeevRyienC2Hr/7g7W5ukoAo=
=ThjZ
-----END PGP SIGNATURE-----