Skip to content

Commit 10b6659

Browse files
committed
Release version 6.1.0
1 parent a054304 commit 10b6659

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

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

7-
## Unreleased
7+
## 6.1.0 (2025-06-01)
88

99
### Enhancements
1010

11-
- Added option to display the DKIM header if when an e-mail with a DKIM signature, SPF or DMARC result is viewed (#462).
11+
- Added an option to display the DKIM header when an e-mail with a DKIM signature, SPF or DMARC result is viewed (#462).
1212
- Authentication-Results header: Invalid headers by Outlook are now accepted if reading of non RFC compliant ARHs is enabled (#423).
1313
- The DKIM selector is now displayed in the DKIM button pop-up (#510).
14-
- The options page of the add-on can now be open from the DKIM button pop-up.
14+
- The options page of the add-on can now be opened from the DKIM button pop-up.
1515

1616
### Fixes
1717

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"manifest_version": 2,
33
"name": "__MSG_about_name__",
44
"description": "__MSG_about_summary__",
5-
"version": "6.0.1",
5+
"version": "6.1.0",
66
"author": "Philippe Lieser",
77
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
88
"default_locale": "en_US",
99
"applications": {
1010
"gecko": {
1111
"id": "dkim_verifier@pl",
1212
"strict_min_version": "128.0",
13-
"strict_max_version": "138.*"
13+
"strict_max_version": "140.*"
1414
}
1515
},
1616
"permissions": [

0 commit comments

Comments
 (0)