Skip to content

Commit a6d7d94

Browse files
committed
4.5.1 - published 10/03/2021
1 parent 0a6b47b commit a6d7d94

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pwsh -Command "(gc -en UTF8NoBOM manifest.json) -replace 'pre%oldRev%', 'pre%qui
88
echo %quickFoldersRev% > revision.txt
99
move QuickFolders*.xpi "..\..\..\Release\_Test Versions\5.4\"
1010
pwsh -Command "Start-Sleep -m 150"
11-
rename QuickFoldersWeb.zip QuickFolders-wx-5.4pre%quickFoldersRev%.xpi
11+
rename QuickFoldersWeb.zip QuickFolders-wx-5.4.1pre%quickFoldersRev%.xpi

chrome/content/quickfolders-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ QuickFolders.Util = {
7575
_isCSSGradients: -1,
7676
_isCSSRadius: -1,
7777
_isCSSShadow: true,
78-
HARDCODED_CURRENTVERSION : "5.4", // will later be overriden call to AddonManager
78+
HARDCODED_CURRENTVERSION : "5.4.1", // will later be overriden call to AddonManager
7979
HARDCODED_EXTENSION_TOKEN : ".hc",
8080
ADDON_ID: "quickfolders@curious.be",
8181
ADDON_NAME: "QuickFolders",

chrome/content/quickfolders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ END LICENSE BLOCK */
445445
Removed grids from options screen to suport Thunderbird 86 and higher.
446446
Using renamed function FtvItem for creating Recent folders list.
447447
448-
5.4 QuickFolders Pro - WIP
448+
5.4 QuickFolders Pro - 19 /03/2021
449449
## [issue 115] fix restoring of config values
450450
## [issue 116] Custom Text color in tab-specific is not set on tab
451451
## [issue 117] Add color picker for text color in tab-specific properties

chrome/locale/fr/options.dtd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<!ENTITY qf.pathFormat.URI "URI du dossier">
201201
<!ENTITY qf.pathFormat.maxDepth "Piste maximum du chemin :">
202202
<!ENTITY qf.pathFormat.tooltip "Nombre maximum de dossiers parents affichés dans le chemin du dossier.">
203-
<!ENTITY Paramètres de recherche avancés…">
203+
<!ENTITY qf.search.advanced "Paramètres de recherche avancés…">
204204
<!ENTITY qf.categories.supportMultiple "Prendre en charge la sélection multiple d'onglets catégories">
205205
<!ENTITY qf.categories.supportMultiple.tooltip "Utiliser la touche Maj pour sélectionner plusieurs catégories dans le menu déroulant.">
206206
<!ENTITY qf.checkbox.readingList "Liste à lire">

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" : "QuickFolders",
44
"description" : "__MSG_extensionDescription__",
5-
"version" : "5.4",
5+
"version" : "5.4.1",
66
"default_locale": "en",
77
"author": "Axel Grude, Klaus Buecher/opto",
88
"developer" : {

release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ul>
2424
<li> <a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/115">[issue 115]</a> fix restoring of config values </li>
2525
<li> <a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/116">[issue 116]</a> Custom Text color in tab-specific is not set on tab.
26-
26+
<li> Regression in 4.5 (fixed in 5.4.1) <a target="_blank" href="https://github.com/RealRaven2000/QuickFolders/issues/123"> [issue 123]</a> Fixed: An error in the French translation leads to the Settings screen not loading.</li>
2727
You can use the advanced panel for a number of functions, such as not showing the unread status or excluding a folder (and optionally also its subfolders) from the quickMove search results. You can also prefill a different from address and to address when writing new mails. To display it, right-click any tab and select"Tab-secific Properties" from the QuickFolders commands submenu.
2828
</li>
2929
</ul>

revision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
168
1+
2

0 commit comments

Comments
 (0)