Skip to content

Releases: Hankwly5/PGP-Chat

v1.4.0

Choose a tag to compare

@Hankwly5 Hankwly5 released this 05 Jun 23:46
v1.4.0
b6808af

Changes

Before if you tried to send a message encrypted, without recipients configured,
the message would just be sent out unencrypted which isn't good, so now it doesn't do that.

Verifying the signature

Importing my PGP key
In a terminal run

gpg --fetch-key https://github.com/hankwly5.gpg

Verifying
Make sure to cd to the directory where you downloaded the jar and signature.
Run and remember to replace X with the version you downloaded.

gpg --verify pgp-chat-1.4.0+26.X.x.jar.asc pgp-chat-1.4.0+26.X.x.jar

v1.3.0

Choose a tag to compare

@Hankwly5 Hankwly5 released this 04 Jun 13:21
v1.3.0
a796a77

Encryption works without gpg path config now

1.2.0

Choose a tag to compare

@Hankwly5 Hankwly5 released this 29 May 12:48
v1.2.0
383b766

Added indicator that a message was encrypted

1.1.1

Choose a tag to compare

@Hankwly5 Hankwly5 released this 25 May 00:41
v1.1.1
7acdb31

Added gpg-path in config for launchers that don't inherit system PATH