mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 04:57:56 +01:00
Update changelog
This commit is contained in:
parent
6c952efca2
commit
60758dfa2f
1 changed files with 4 additions and 2 deletions
|
@ -7,10 +7,12 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 8.0.0-SNAPSHOT
|
## 8.0.0-SNAPSHOT
|
||||||
- Rewrote API in Kotlin
|
- Rewrote `sop-java` in Kotlin
|
||||||
|
- Rewrote `sop-java-picocli` in Kotlin
|
||||||
|
- Rewrote `external-sop` in Kotlin
|
||||||
- Update implementation to [SOP Specification revision 08](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-08.html).
|
- Update implementation to [SOP Specification revision 08](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-08.html).
|
||||||
- Add `--no-armor` option to `revoke-key` and `change-key-password` subcommands
|
- Add `--no-armor` option to `revoke-key` and `change-key-password` subcommands
|
||||||
- `armor`: Deprecate `--label` option
|
- `armor`: Deprecate `--label` option in `sop-java` and remove in `sop-java-picocli`
|
||||||
- `encrypt`: Add `--session-key-out` option
|
- `encrypt`: Add `--session-key-out` option
|
||||||
- Slight API changes:
|
- Slight API changes:
|
||||||
- `sop.encrypt().plaintext()` now returns a `ReadyWithResult<EncryptionResult>` instead of `Ready`.
|
- `sop.encrypt().plaintext()` now returns a `ReadyWithResult<EncryptionResult>` instead of `Ready`.
|
||||||
|
|
Loading…
Reference in a new issue