Update readme

This commit is contained in:
Paul Schaub 2022-08-11 10:36:32 +02:00
parent bc5dc50b78
commit b3c6a33afe
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.3.5-SNAPSHOT
- Add `KeyRingInfo.isCapableOfSigning()`
- Add `KeyRingReader.readKeyRing(*)` methods that can take both secret- and public keys
- Add manpages
- Add script to generate manpages from sop-java-picocli
- Build website from main branch
## 1.3.4
- Fix `KeyRingInfo.isUsableForEncryption()`, `KeyRingInfo.isUsableForSigning()` not detecting revoked primary keys
- Bump `sop-java` and `sop-java-picocli` to `4.0.1`