mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-10 18:35:57 +01:00
1.8 KiB
1.8 KiB
Changelog
4.0.2
- Fix:
verify
: Do not include detached signature in list of certificates - Fix:
inline-verify
: Also include the first argument in list of certificates - Hide stacktraces by default and add
--stacktrace
option to print them - Properly throw
CannotDecrypt
exception when message could not be decrypted
4.0.1
- Use shared resources for i18n
- Fix strings not being resolved properly when downstream renames
sop
command
- Fix strings not being resolved properly when downstream renames
4.0.0
- Switch to new versioning format to indicate implemented SOP version
- Implement SOP specification version 04
- Add
--with-key-password
tosop generate-key
- Add
--with-key-password
tosop sign
- Add
--with-key-password
tosop encrypt
- Add
--with-key-password
tosop decrypt
- Rename
sop detach-inband-signature-and-message
tosop inline-detach
sop inline-detach
: Add support for inline-signed messages- Implement
sop inline-sign
- Implement
sop inline-verify
- Add
- Rename
Sign
toDetachedSign
- Rename
Verify
toDetachedVerify
SignAs
: RemoveMime
optionsop-java-picocli
: Implement i18n and add German translation
1.2.3
- Bump Mockito version to
4.5.1
1.2.2
- Add SOP parent command name and description
1.2.1
- Bump dependencies
com.ginsberg:junit5-system-exit
from1.1.1
to1.1.2
org.mockito:mockito-core
from4.2.0
to4.3.1
info.picocli:picocli
from4.6.2
to4.6.3
- Add hidden
generate-completion
subcommand - Document exit codes
1.2.0
encrypt
,decrypt
: Interpret arguments of--with-password
and--with-session-key
as indirect data types (e.g. file references instead of strings)
1.1.0
- Initial release from new repository
- Implement SOP specification version 3