0.1.{2,3,4} (2024-04-23)
- Fixed AUR build
- Added version to release file names
- Sample config and systemd service are now inside binary tarballs instead of as
separate artifacts
- Fixed missing string in the
electrum.proxy commented option in the sample
configuration file (#3 by @sethforprivacy)
- Added deployment
Dockerfile along with CI jobs that keep it updated (#4 by
@sethforprivacy)
- Improved debug logging. Use
RUST_LOG=debug sentrum [...] to investigate
potential issues
Verifying the release
- Import my gpg public key into your keyring (you only need to do this once, not for every release):
gpg --auto-key-locate clear,wkd --locate-keys sommerfeld@sommerfeld.dev
- Download
sentrum-v0.1.4-manifest.txt and sentrum-v0.1.4-manifest.txt.asc to the same directory where you are downloading the binary.
- Verify the gpg signature is mine (should ouput
Good signature)`:
gpg --verify sentrum-v0.1.4-manifest.txt.asc
- Verify the checksums of the binaries (should output
OK):
sha256sum --check --ignore-missing sentrum-v0.1.4-manifest.txt