Skip to content

Commit

Permalink
Add strict_max_version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Sep 2, 2021
1 parent af8b835 commit dbd265a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
4.0.2 [2021-09-02]
------------------
- Disable the addon for Thunderbird 91, as support for the header is now included in Thunderbird itself (#12)

4.0.1 [2020-11-28]
------------------
- fixed Thunderbirds stopping to respond if an eml file with an invalid format is opened
- fixed add-on sometimes not working at start
- fixed Thunderbird stopping to respond if an eml file with an invalid format is opened (#10)
- fixed add-on sometimes not working at start (#9)

4.0.0 [2020-11-26]
------------------
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"applications": {
"gecko": {
"id": "X-Unsent_support@pl",
"strict_min_version": "78.0"
"strict_min_version": "78.0",
"strict_max_version": "90.*"
}
},
"background": {
Expand Down

0 comments on commit dbd265a

Please sign in to comment.