Skip to content

Commit 60f6cdc

Browse files
committed
update bargain icon and formatting in whats-new-list
1 parent f6fd0c7 commit 60f6cdc

File tree

6 files changed

+37
-18
lines changed

6 files changed

+37
-18
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"applications" : {
44
"gecko" : {
55
"id" : "quickfolders@curious.be",
6-
"strict_min_version" : "78.0",
7-
"strict_max_version" : "102.0"
6+
"strict_min_version" : "91.0",
7+
"strict_max_version" : "102.*"
88
}
99
},
1010
"author": "Axel Grude, Klaus Buecher/opto",
1111
"name" : "QuickFolders",
1212
"description" : "__MSG_extensionDescription__",
13-
"version" : "5.10pre8",
13+
"version" : "5.10pre46",
1414
"default_locale": "en",
1515
"developer" : {
1616
"name" : "Axel Grude, Klaus Buecher/opto",

popup/bargain25.png

-13 Bytes
Loading

popup/popup.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
#innerwrapper p,
2424
#innerwrapper ul,
2525
#innerwrapper li,
26-
#innerwrapper span {
26+
#innerwrapper span,
27+
#innerwrapper i {
2728
background-color: transparent;
2829
}
2930

@@ -118,7 +119,8 @@ canvas[collapsed=true] {
118119

119120
.importantInfo p,
120121
.importantInfo ul,
121-
.importantInfo li {
122+
.importantInfo li,
123+
.importantInfo i {
122124
color: white;
123125
}
124126

popup/update.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ addEventListener("load", async (event) => {
154154
specialOffer.innerHTML = messenger.i18n.getMessage("special-offer-content", [expiry, reduction])
155155
.replace(/\{boldStart\}/g,"<b>")
156156
.replace(/\{boldEnd\}/g,"</b>")
157-
.replace(/\{italicStart\}/g,"<i>")
158-
.replace(/\{italicEnd\}/g,"</i>")
159157
.replace(/\{linkStart\}/, "<a id='stdLink'>")
160158
.replace(/\{linkEnd\}/g, "</a>")
161159
.replace(/\{linkStartPro\}/, "<a id='proLink'>");
@@ -213,6 +211,10 @@ addEventListener("load", async (event) => {
213211
let whatsNewLst = document.getElementById('whatsNewList');
214212
if (whatsNewLst) {
215213
whatsNewLst.innerHTML = messenger.i18n.getMessage('whats-new-list')
214+
.replace(/\{boldStart\}/g,"<b>")
215+
.replace(/\{boldEnd\}/g,"</b>")
216+
.replace(/\{italicStart\}/g,"<i>")
217+
.replace(/\{italicEnd\}/g,"</i>")
216218
.replace(/\{L1\}/g,"<li>")
217219
.replace(/\{L2\}/g,"</li>")
218220
.replace(/\[(.)\]/g,"<code>$1</code>");

release-notes.html

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<b>Release 5.10</b>
2-
Please note that <b>QuickFolders is compatible with the latest version of Thunderbird (91.7)</b> - if you get a message that says otherwise after updating from earlier versions (e.g. Tb78) or <b>if QuickFolders cannot be enabled</b> with the blue slider, simply remove it and reinstall it via "Find more Add-ons" search box on the Extensions tab of Add-ons Manager.
2+
Please note that <b>QuickFolders is compatible with the latest version of Thunderbird (102.0)</b> - if you get a message that says otherwise after updating from earlier versions (e.g. Tb91) or <b>if QuickFolders cannot be enabled</b> with the blue slider, simply remove it and reinstall it via "Find more Add-ons" search box on the Extensions tab of Add-ons Manager.
33

44

55
To support QuickFolders, please <a href="http://sites.fastspring.com/quickfolders/product/quickfolders?referrer=atn-version-page">buy a QuickFolders Pro license</a> here.
@@ -10,17 +10,32 @@
1010
You can also <a href="https://quickfolders.org/donate.html#donate">donate from here</a>.
1111

1212

13-
<b>Improvements</b>
13+
<b>Thunderbird 102 Specific changes</b>
14+
<ul>
15+
<li>Increasing maximum TB version for next ESR - Thunderbird 102.* is planned to be supported from now on. Also increased minimum version to 91.0 - because of new APIs 78 will not be supported with new features / bugfixes.</li>
16+
<li>Fixed repair folder code.</li>
17+
<li>Fixed support site links in Options Dialog.</li>
18+
<li><a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/272">[issue 272]</a>Implemented new folder listener interface. The new version of Thunderbird implements a different folder listener interface. This means a lot of functions (such as fixing URLs for renamed folders and their tabs or updating unread counts on the tabs) were broken.</li>
19+
</ul>
1420

15-
<li> <a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/262">[issue 262]</a>Recent folders on Navigation Bar (Current folder toolbar) outdated when dragging emails.</li>
16-
<li> <a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/263">[issue 263]</a> If Preferences are open in inactive Tab, clicking the options button does not activate it.</li>
17-
<li> removed legacy code (supportsMap)</li>
18-
<li> remove legacy settings menu and dialog </li>
21+
<b>Improvements</b>
22+
<ul>
23+
<li><a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/264">[issue 263]</a> If Preferences are open in inactive Tab, clicking the options button now activates it.</li>
24+
<li> Added title to preferences tab.</li>
25+
</ul>
1926

2027
<b>Bug Fixes</b>
21-
<ul><li> Fixed: add title to preferences tab
22-
</li>
23-
<li> Fixed: support mail to... description in options dialog
24-
</li>
28+
<ul>
29+
<li><a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/265">[issue 265]</a> Reading list: If an email cannot be found due to an invalid / deleted folder, QuickFolders wasn't displaying the search dialog.</li>
30+
<li><a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/262">[issue 262]</a> Fixed: Recent folders on Navigation Bar (Current folder toolbar) outdated when dragging emails</li>
31+
<li>Fixed: support mail to... description in options dialog</li>
32+
<li><a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/268">[issue 268]</a> Fixed: Current Folder Bar" doesn't show updated subfolders when left-clicked</li>
2533
</ul>
2634

35+
<b>Miscellaneous</b>
36+
<ul>
37+
<li>Removed legacy settings dialog and associated menu item </li>
38+
<li>Removed legacy code (supportsMap, nsIMutableArray, MailServices.copy.CopyFolders)</li>
39+
</ul>
40+
41+

revision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
46

0 commit comments

Comments
 (0)