From ba24692aa5184013f7ab03941ff3ab7d7612e386 Mon Sep 17 00:00:00 2001 From: RealRaven2000 Date: Wed, 4 Nov 2020 12:40:52 +0000 Subject: [PATCH] update manin comment stub + version --- chrome/content/quickfolders.js | 13 +++++++++++++ manifest.json | 2 +- revision.txt | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/chrome/content/quickfolders.js b/chrome/content/quickfolders.js index 8739a4941..830c5f96c 100644 --- a/chrome/content/quickfolders.js +++ b/chrome/content/quickfolders.js @@ -381,6 +381,19 @@ END LICENSE BLOCK */ 4.18.2 QuickFolders Pro - WIP ## [issue 35] "Skip Unread Folder" hides "Add star" function... # ## [issue 41] Esc key to cancel quickMove also clears Cmd-Shift-K search box + + 5.0 QuickFolders Pro - WIP + ## [issue 8] Make QuickFolders compatible with Thunderbird 78 ESR + ## - Converted to mail extension with experimental APIs (using WindowLoader) as required by the new Mozilla "non-legacy" model + ## - Removed nsIRDFService dependencies + ## - rewrote preference bindings in all dialogs + ## - Added new Thunderbird 78 compatible Icons (svg) + ## - Klaus Buecher (@Opto) did the initial conversion of all XUL interfaces + ## and fixed some bugs. John Bieling (funded my Mozilla) helped with + ## the WindowLoader implementation and fixin the broken preferences + ## Known issues: + ## - any dragover styling (special color, dropmarkers when moving tabs around) is now removed + ## TODOs ========= diff --git a/manifest.json b/manifest.json index 2d8652c22..be41f24d2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version" : 2, "name" : "QuickFolders", "description" : "__MSG_extensionDescription__", - "version" : "5.0pre117", + "version" : "5.0pre119", "default_locale": "en", "author": "Axel Grude, Klaus Buecher/opto", "developer" : { diff --git a/revision.txt b/revision.txt index afc44aa41..081a8090f 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -117 +119