10.4.19
Cerb (10.4.19) is a maintenance update released on August 09, 2024. It includes 12 minor features and fixes from community feedback covering the 10.4 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Worklists/Groups] Group records can now be subtotaled by: email template, send as, send from, signature, and signing key.
-
[Encryption/PGP] When generating a new PGP Private Key, a hash algorithm may be selected: SHA224, SHA256 (default), SHA384, SHA512.
Changed
-
[Logs/Comments] Deleted comments are now recorded in the Activity Log.
-
[Encryption/PGP]
gpg.keyinfo
data queries now includekey_bits
for keys and subkeys (e.g. 2048, 3072, 4096). -
[Encryption/PGP]
gpg.keyinfo
data queries now includealgorithm
andalgorithm_name
for keys and subkeys (e.g. RSA). -
[Encryption/PGP]
gpg.keyinfo
data queries now includehash_algorithm
andhash_algorithm_name
for keys and subkeys (e.g. SHA256, SHA512). -
[Encryption/PGP] On PGP Public Key cards, the ‘Subkeys’ widget in the library now includes key length, algorithm, and hash algorithm.
-
[Encryption/PGP] When generating a new PGP Private Key, the User ID is now included in header on the sharable public key output.
Fixed
-
[Encryption/PGP] Fixed an issue with signatures in the
openpgp-php
library that prevented Thunderbird and other RNP-based projects from importing keys and decrypting messages generated in Cerb. -
[Encryption/PGP] Fixed an issue with PGP encryption from automations and when sending email. In some situations, a non-encryption (e.g. signing) subkey from a recipient public key was included. This could prevent message decryption in strict clients; particularly those using the RNP library like Mozilla Thunderbird. This previously generated a warning in GPG/GnuPG-based clients.
-
[Code Cleanup/UI] Fixed the autocompletion style on date input helpers (e.g. timezones).
-
[Worklists/Subtotals] Fixed an issue with clicking subtotals on workspace widget records.