Skip to content

Commit

Permalink
Pre-release version 2.0.0pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jan 28, 2018
1 parent 47ef30a commit b52df8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
trim_trailing_whitespace = unset
insert_final_newline = true

[*.d.ts]
indent_style = space
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2.0.0pre3 [2018-01-01]
------------------
- now requires at least Thunderbird 52
- fixed incompatibility with Thunderbird 57
- fixed incompatibility with Thunderbird 57/59
- fixed "Add must be signed exception" button being disabled if wrong signer is only a warning
- updated default rules and favicons

Expand Down Expand Up @@ -295,4 +295,4 @@

0.1 [2013-05-13]
----------------
- Initial release
- Initial release
6 changes: 3 additions & 3 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>dkim_verifier@pl</em:id>
<em:type>2</em:type> <!-- Extensions -->
<em:version>2.0.0pre2</em:version>
<em:version>2.0.0pre3</em:version>

<em:name>DKIM Verifier</em:name>
<em:description>Verifies the DKIM-Signature of an e-mail.</em:description>
Expand All @@ -27,7 +27,7 @@
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>52.0</em:minVersion>
<em:maxVersion>57.*</em:maxVersion>
<em:maxVersion>60.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down Expand Up @@ -102,7 +102,7 @@
</Description>
</em:localized>

<em:localized>
<em:localized>
<Description>
<em:locale>ja-JP</em:locale>
<em:name>DKIM Verifier</em:name>
Expand Down

0 comments on commit b52df8a

Please sign in to comment.