Skip to content

Releases: greenart7c3/Citrine

Release v0.5.1

02 Oct 10:45
b536648
Compare
Choose a tag to compare

Citrine 0.5.1

  • If you are coming from version 0.4.4 or lower you will need to first export the database, uninstall the app and install the new version
  • update dependencies
  • Log errors when trying to start or stop the server

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

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:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v0.5.1.txt and manifest-v0.5.1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.5.1.txt.sig manifest-v0.5.1.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.5.1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v0.5.0

23 Sep 10:50
512294a
Compare
Choose a tag to compare

Citrine 0.5.0

  • If you are coming from version 0.4.4 or lower you will need to first export the database, uninstall the app and install the new version
  • Fix crash when changing settings with the relay stopped
  • Added a basic Log screen

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

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:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v0.5.0.txt and manifest-v0.5.0.txt.sig are in the current directory) with:

gpg --verify manifest-v0.5.0.txt.sig manifest-v0.5.0.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.5.0.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v0.4.4

09 Sep 16:17
53c8ce2
Compare
Choose a tag to compare

Citrine 0.4.4

  • Fix relay not working after receiving an invalid event
  • Fix a crash when there's a empty query
  • Add nip 40 to nip 11 document

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Release v0.4.3

02 Sep 20:36
e6903eb
Compare
Choose a tag to compare

Citrine 0.4.3

  • Change NIP-11 information in settings

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Release v0.4.2

02 Sep 18:57
7aa45d0
Compare
Choose a tag to compare

Citrine 0.4.2

  • Fix tagged pub keys check
  • New screenshots for fdroid

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Release v0.4.1

23 Aug 12:15
c11fe93
Compare
Choose a tag to compare

Citrine 0.4.1

  • New icon

Download it with zap.store, Obtainium or download it directly in the releases page

If you like my work consider making a donation

Release v0.4.0

14 Aug 19:39
205b1f0
Compare
Choose a tag to compare

Citrine 0.4.0

  • Settings page

Download it with zap.store, Obtainium or download it directly in the releases page

If you like my work consider making a donation

Release v0.3.2

31 Jul 21:37
ddebca7
Compare
Choose a tag to compare

Release v0.3.1

26 Jul 16:52
a706050
Compare
Choose a tag to compare
Merge branch 'main' of github.com:greenart7c3/Citrine

Release v0.3.0

24 Jul 18:15
7ca2871
Compare
Choose a tag to compare

Citrine 0.3.0

  • Fix kinds filter
  • Fix returning duplicated events

Download it with zap.store, Obtainium or download it directly in the releases page

If you like my work consider making a donation