Skip to content

Commit a838824

Browse files
committed
Release version 1.1.0
1 parent 2a5b002 commit a838824

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1.0.1 [2014-04-23]
1+
1.1.0 [2016-03-15]
2+
------------------
3+
- use the from address to select the sending identity
4+
- now also works with line endings other than CRLF
5+
26
------------------
37
- changed composition type from Draft to Template (can be changed by the "extensions.xUnsent_support.default.msgCompType" preference)
48
- only handle file flag if .eml file contains "X-Unsent: 1"

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Philippe Lieser
3+
Copyright (c) 2014-2016 Philippe Lieser
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

install.rdf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,17 @@
1010
<em:name>X-Unsent support</em:name>
1111
<em:description>Adds support for the X-Unsent header.</em:description>
1212

13-
<em:version>1.0.1</em:version>
13+
<em:version>1.1.0</em:version>
1414

1515
<em:creator>Philippe Lieser</em:creator>
1616

1717
<em:homepageURL>https://github.com/lieser/</em:homepageURL>
1818

19-
<!--
20-
<em:optionsURL>chrome://dkim_verifier/content/options.xul</em:optionsURL>
21-
<em:aboutURL>chrome://myext/content/about.xul</em:aboutURL>
22-
-->
23-
2419
<em:targetApplication>
2520
<Description>
2621
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- Thunderbird -->
2722
<em:minVersion>17.0</em:minVersion>
28-
<em:maxVersion>24.*</em:maxVersion>
23+
<em:maxVersion>38.*</em:maxVersion>
2924
</Description>
3025
</em:targetApplication>
3126

0 commit comments

Comments
 (0)