Skip to content

Commit

Permalink
Release version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Apr 2, 2023
1 parent 3262e3a commit 5119c87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 5.2.0 (2023-04-02)

### Enhancements

- Extract the received time from the last Received header and use it as the verification time (#336).
- Fixed incompatibility with Thunderbird 113 (#352)
- Fixed incompatibility with Thunderbird 113 (#352).

### Fixes

- Fixed extension not working for attached or external messages (#216).
Requires Thunderbird 106 or later.
- Fixed empty tags being treated as ill-formed. This e.g. fixes revoked DKIM keys.
- Fixed tooltip for From header in Thunderbird 102 or newer (#311)
- Fixed missing body resulting in internal error (#347)
- Fixed tooltip for From header in Thunderbird 102 or newer (#311).
- Fixed missing body resulting in internal error (#347).

### Other

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_about_name__",
"description": "__MSG_about_summary__",
"version": "5.1.1",
"version": "5.2.0",
"author": "Philippe Lieser",
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
"default_locale": "en_US",
Expand Down
3 changes: 3 additions & 0 deletions modules/arhParser.mjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* - IDNA A-labels and U-labels are not verified to be valid.
* - A-labels are not converted into U-labels (e.g. to compare "authserv-id")
*
* Email Authentication Parameters:
* https://www.iana.org/assignments/email-auth/email-auth.xhtml
*
* Copyright (c) 2014-2023 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
Expand Down

0 comments on commit 5119c87

Please sign in to comment.