Skip to content

Commit e544b34

Browse files
committed
version set to 1.0.1
1 parent dd9b5bb commit e544b34

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44

55

6-
<h2>Version 1.0 - 10/10/2024</h2>
7-
<ul>
8-
<li>First release.</li>
9-
</ul>
6+
<h2>Version 1.0.1 - 11/10/2024</h2>
7+
<ul>
8+
<li>Reverse reply search uses also the cc list to find the related message.</li>
9+
</ul>
10+
<h2>Version 1.0.0 - 10/10/2024</h2>
11+
<ul>
12+
<li>First release.</li>
13+
</ul>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "SentAutoMove",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "Mic (m@micz.it)",
77
"homepage_url": "https://micz.it/thunderbird-addon-sentautomove/",
88
"browser_specific_settings": {

options/mzsam-release-notes.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<body>
88
<div id="miczBackPrefs"><a href="mzsam-options.html">__MSG_backToOptionsText__</a></div>
99
<div id="miczRelNotes"><h1>SentAutoMove Release Notes</h1>
10-
<h2>Version 1.0 - 10/10/2024</h2>
10+
<h2>Version 1.0.1 - 11/10/2024</h2>
11+
<ul>
12+
<li>Reverse reply search uses also the cc list to find the related message.</li>
13+
</ul>
14+
<h2>Version 1.0.0 - 10/10/2024</h2>
1115
<ul>
1216
<li>First release.</li>
1317
</ul>

0 commit comments

Comments
 (0)