Skip to content

Releases: mailvelope/mailvelope

v6.0.1

07 Dec 12:58
d868ea0
Compare
Choose a tag to compare

What's Changed

  • Support HTML view in multipart/signed messages
  • Remove attachment frame if extraction of signature in multipart/signed fails
  • Fix reload button in the Mailvelope menu has no effect
  • Fix decrypted message not shown as dimensions of decrypt view is set to zero
  • Fix decrypt popup viewer of decrypt result view in app

Full Changelog: v6.0.0...v6.0.1

v6.0.0

08 Nov 10:55
fed6904
Compare
Choose a tag to compare

What's Changed

  • [Chrome] Migrate to Manifest V3 (service worker)
  • Large refactoring of controller architecture and event handling
  • Fix error if multipart/signed message has a S/MIME signature
  • Traverse first two levels of MIME tree to search for attachment nodes
  • Update react-datepicker to v4.20
  • Gmail decrypt frame: fix for scroll bar hides close button
  • Replace moment library with date-fsn
  • Detect port when using the authorize domain function of the client-API

Full Changelog: v5.2.0...v6.0.0

Note: v6.0.0 is a Chrome-only release. We will publish a manifest v3 update for Edge soon. Firefox will stay on manifest v2 as of now and we will publish new releases as v5.x.x from the branch manifest-v2.

Mailvelope 5.2.0

04 Jul 09:07
9699cf3
Compare
Choose a tag to compare
  • Measure onboarding success with opt-in for 1% of users (Clean Insights)
  • Auto text wrap in display container for cleartext signed messages
  • Fix duplicate key entries in the keyring after reload of GnuPG keyring
  • Add better hint when GnuPG is installed but not detected
  • Use crypto.randomUUID() for unique identifiers

Mailvelope 5.1.2

20 Feb 10:49
6a0338f
Compare
Choose a tag to compare
  • Fix click on links in decrypted message leading to page loading errors
  • Update dependencies

Mailvelope 5.1.1

13 Oct 12:48
5f5e764
Compare
Choose a tag to compare
  • [Gmail] Fix detection of encrypted attachments

Mailvelope 5.1.0

11 Jul 15:12
ad5eb29
Compare
Choose a tag to compare
  • Support signature verification independent of sender identity (sender email address not available or does not match user identities on sender key
  • Display signature verification results in the file decryption UI (OpenPGP.js, previously only available with GnuPG keyring)
  • Warn about signature inconsistency between message and attachments
  • Improve detection of messages with detached signatures
  • Fix key import not updating existing keys properly
  • Fix undefined password in private key backup after prior usage of password cache

Mailvelope 5.0.1

19 Apr 09:56
4c83b5e
Compare
Choose a tag to compare
  • Replace QR code library
  • Fix showing only first email address of key in recipient selection of Mailvelope editor
  • Fix unknown signature has fingerprint instead keyId (GnuPG backend)

Mailvelope 5.0.0

02 Apr 13:23
c1129ae
Compare
Choose a tag to compare
  • Upgrade to OpenPGP.js v5
  • Fix timeout error when loading large GnuPG keyrings

Mailvelope 4.7.1

19 Nov 13:23
7ad0763
Compare
Choose a tag to compare
  • [Gmail] Fix Gmail API re-authentication required after browser restart

Mailvelope 4.7.0

08 Nov 13:44
d903219
Compare
Choose a tag to compare
  • [Gmail] Migrate deprecated OAuth out-of-band flow to browser.identity API