mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2025-09-09 10:19:48 +02:00
Cert-D-PGPainless 0.2.0
This commit is contained in:
parent
47e9f5f08a
commit
5b0f22f515
3 changed files with 15 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,9 +5,19 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# Cert-D-PGPainless Changelog
|
||||
|
||||
## 0.1.3-SNAPSHOT
|
||||
## 0.2.0
|
||||
- `get`: Apply `toLowerCase()` to fingerprints
|
||||
- Use BCs `PGPPublicKeyRing.join(first, second)` method to properly merge certificates
|
||||
- Implement storing of `trust-root` key
|
||||
- Bump `cert-d-java` to `0.2.1`
|
||||
- Changes to CLI
|
||||
- Add support for i18n using resource bundles
|
||||
- Rename `import` command to `insert`
|
||||
- Rename `multi-import` command to `import`
|
||||
- Add `export` command
|
||||
- Add basic `list` command
|
||||
- `get` command: Allow querying by special name
|
||||
- Add armor headers to output of `get` command
|
||||
|
||||
## 0.1.2
|
||||
- Add name and description to main command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue