tag name | v0.1.9 (3bd17f24a4a6c1f5009d22bb065a414c52e75828) |
tag date | 2024-04-30 15:16:28 +0100 |
tagged by | sommerfeld <sommerfeld@sommerfeld.dev> |
tagged object | commit 0259801831... |
download | sentrum-0.1.9.tar.gz sentrum-0.1.9.tar.bz2 sentrum-0.1.9.zip |
---|
0.1.9 (2024-04-30)
------------------
* Improve multsig wallet support and documentation
* Breaking: ntfy action no longer defaults to use "sentrum" as a topic name.
That was highly insecure when used on the ntfy.sh default public server. It will
now default to randomly generating a topic name that will be output in the
terminal. If you were using the old default, you should now look at the terminal
output to retrieve the topic name and add it to your ntfy app.
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 `sentrum-v0.1.9-manifest.txt` and `sentrum-v0.1.9-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 sentrum-v0.1.9-manifest.txt.asc
```
3. Verify the checksums of the binaries (should output `OK`):
```bash
sha256sum --check --ignore-missing sentrum-v0.1.9-manifest.txt
```
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS3nfXzfX+bDzkCONUymJRfcXyF+AUCZjD9PAAKCRAymJRfcXyF
+AMYAQDSJTiR4h/+QCZFjga9UdP4+rNn3QXFfsSzN1U2HB7NDgD/SIL8SCkXysS1
uBRxevYqzQxGisllp0yjApP2WRCanQc=
=bZ76
-----END PGP SIGNATURE-----