cert-d-pgpainless/CHANGELOG.md

43 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2022-03-01 16:54:05 +01:00
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
SPDX-License-Identifier: CC0-1.0
-->
# Cert-D-PGPainless Changelog
2023-07-07 12:10:57 +02:00
## 0.2.2
- Bump `pgpainless-core` to `1.5.6`
- Bump `cert-d-java` to `0.2.2`
## 0.2.1
2022-11-11 14:35:43 +01:00
- Bump `pgpainless-core` to `1.3.12`
2022-09-01 11:37:09 +02:00
## 0.2.0
2022-07-04 12:55:04 +02:00
- `get`: Apply `toLowerCase()` to fingerprints
- Use BCs `PGPPublicKeyRing.join(first, second)` method to properly merge certificates
2022-09-01 11:37:09 +02:00
- 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
2022-07-04 12:55:04 +02:00
2022-04-29 17:24:12 +02:00
## 0.1.2
2022-04-26 00:55:59 +02:00
- Add name and description to main command
2022-04-29 17:09:55 +02:00
- Bump `pgpainless-core` to `1.2.1`
- Bump `cert-d-java` to `0.1.1`
2022-04-26 00:55:59 +02:00
- Bump `slf4j` to `1.7.36`
- Bump `logback` to `1.2.11`
- Bump `mockito` to `4.5.1`
- Bump `picocli` to `4.6.3`
2022-03-17 15:05:59 +01:00
## 0.1.1
- Bump `pgpainless-core` to 1.1.3
## 0.1.0
2022-03-01 16:54:05 +01:00
- Initial Release