Skip to content

Releases: MostroP2P/mostro-cli

v0.10.3

24 Sep 13:19
7984e9d
Compare
Choose a tag to compare

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 the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/MostroP2P/mostro/main/keys/negrunch.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest.txt.sig and manifest.txt are in the current directory) with:

gpg --verify manifest.txt.sig manifest.txt

gpg: Firmado el jue 03 ago 2023 15:07:05 -03
gpg:                usando RSA clave 1E41631D137BA2ADE55344F73852B843679AD6F0
gpg: Firma correcta de "Francisco Calderón <[email protected]>" [absoluta]

That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with shasum -a 256 <filename>, compare it with the corresponding one in the manifest file, and ensure they match exactly.

What's Changed

Full Changelog: v0.10.0...v0.10.3

v0.10.0

23 May 15:19
bff2b0c
Compare
Choose a tag to compare

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 the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/MostroP2P/mostro/main/keys/negrunch.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest.txt.sig and manifest.txt are in the current directory) with:

gpg --verify manifest.txt.sig manifest.txt

gpg: Firmado el jue 03 ago 2023 15:07:05 -03
gpg:                usando RSA clave 1E41631D137BA2ADE55344F73852B843679AD6F0
gpg: Firma correcta de "Francisco Calderón <[email protected]>" [absoluta]

That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with shasum -a 256 <filename>, compare it with the corresponding one in the manifest file, and ensure they match exactly.

What's Changed

Full Changelog: v0.9.3...v0.10.0

v0.9.3

07 May 18:55
c9b7573
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.3

v0.9.0

12 Mar 19:40
07796eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.7...v0.9.0

v0.8.7

10 Feb 21:06
fa94760
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

09 Feb 19:38
ee07021
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

04 Feb 16:33
4ee2c66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

26 Jan 19:20
1986ed3
Compare
Choose a tag to compare

What's Changed

  • Fix for printing created at field from nostr event in prettytable by @arkanoider in #48
  • experimental branch to order messages from the latest timestamp by @arkanoider in #49

Full Changelog: v0.8.3...v0.8.4

v0.8.3

24 Jan 18:47
1ed4a0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

20 Dec 20:57
380021b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.8.2