File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
All notable changes to this project will be documented in this file.
6
6
7
- ## Unreleased
7
+ ## 5.1.0 (2022-07-17)
8
8
9
9
### Enhancements
10
10
11
11
- Added heuristic to detect maliciously added unsigned headers (#102 ).
12
- - Warn about unsigned headers that are recommended to be signed (#102 , #277 ).
12
+ - Configurable option to warn about unsigned headers that are recommended to be signed (#102 , #277 ).
13
13
- Improved theming of header icon in Thunderbird 102.
14
14
- Authentication-Results header: Prefer to show failure results that include a reason and are related to the sending domain (#247 ).
15
15
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_about_name__" ,
4
4
"description" : " __MSG_about_summary__" ,
5
- "version" : " 5.0 .0" ,
5
+ "version" : " 5.1 .0" ,
6
6
"author" : " Philippe Lieser" ,
7
7
"homepage_url" : " https://github.com/lieser/dkim_verifier/wiki" ,
8
8
"default_locale" : " en_US" ,
9
9
"applications" : {
10
10
"gecko" : {
11
11
"id" : " dkim_verifier@pl" ,
12
12
"strict_min_version" : " 91.0" ,
13
- "strict_max_version" : " 103 .0"
13
+ "strict_max_version" : " 104 .0"
14
14
}
15
15
},
16
16
"permissions" : [
You can’t perform that action at this time.
0 commit comments