Skip to content

Commit

Permalink
5.13 - release version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed Sep 25, 2022
1 parent 7ed9994 commit f58366c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 deletions.
3 changes: 2 additions & 1 deletion chrome/content/quickfolders-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,9 @@ menupopup.widerMenu menucaption {
color: rgb(60,0,0) !important;
}

/* increase delay for pulsing shadow to 30mins */
#QuickFolders-Toolbar #QuickFolders-LabelBox #QuickFolders-title-label.expired {
animation: quickfoldersRenew 2s 60s infinite cubic-bezier(0.66, 0, 0, 1);
animation: quickfoldersRenew 2s 1800s infinite cubic-bezier(0.66, 0, 0, 1);
box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.0);
margin: 0 4px 1px 7px;
}
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/quickfolders-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ QuickFolders.Model = {
}
// Folder uri is invalid, reconstruct!
try {
let newUri = reconstructUri(e);
let newUri = reconstructUri(e); // this should make a new uri based on the current account key and remaining path
// Validate the reconstructed uri.
f = QuickFolders.Model.getMsgFolderFromUri(newUri, false);
if (!f) {
Expand Down
Binary file modified manifest.json
Binary file not shown.
2 changes: 1 addition & 1 deletion popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ END LICENSE BLOCK */
/* shared module for installation popups */

async function updateActions(addonName) {
let endSale = new Date("2022-08-31"), // Next Sale End Date
let endSale = new Date("2022-10-02"), // Next Sale End Date
currentTime = new Date();

// Currently we do not notify this page if the license information is updated in the background.
Expand Down
29 changes: 15 additions & 14 deletions release-notes.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<b>Release 5.12.1</b>
Please note that <b>QuickFolders is compatible with the latest version of Thunderbird (102)</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.
<b>Release 5.13</b>
Please note that <b>QuickFolders is compatible with the latest version of Thunderbird (102.2)</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.


To support QuickFolders, please <a href="http://sites.fastspring.com/quickfolders/product/quickfolders?referrer=atn-version-page">buy a QuickFolders Pro license</a> here.
Expand All @@ -9,22 +9,23 @@

You can also <a href="https://quickfolders.org/donate.html#donate">donate from here</a>.

<b>Maintenance Version 5.12.1</b>
<ul>
<li> <a href="https://github.com/RealRaven2000/QuickFolders/issues/299">[issue 299]</a> Going forward, QuickFolders does not open a version history tab by default. You can restore the old behavior in advanced settings.</li>
</ul>


<b>Improvements</b>
<ul>
<li> <a href="https://github.com/RealRaven2000/QuickFolders/issues/292">[issue 292]</a> Close quickJump box after using the <code>=</code> shortcut key (to display recent folders).</li>
<li> <a href="https://github.com/RealRaven2000/QuickFolders/issues/291">[issue 291]</a> Update Thunderbird's "Move to Again" and "Copy to Again" menu items when moving or copying mail through a QuickFolders method.</li>
<li> <a href="https://github.com/RealRaven2000/QuickFolders/issues/296">[issue 296]</a> Exchange account validation - you can now validate a license key even if the licensed email is configured for an Exchange account via 3rd party Add-ons such as Owl or Exquilla. This works from Thunderbird 98 forward. </li>
<li>
<a href="https://github.com/RealRaven2000/QuickFolders/issues/306">[issue 306]</a>
New option to restore unread or force read status on messages when dragging them to QuickFolders.<br></li>
</ul>

<b>Bugs Fixed</b>
<ul>
<li>
<a href="https://github.com/RealRaven2000/QuickFolders/issues/297">[issue 297]</a> When using the search box during quickMove / quickJump and looking for parent folders you can now enter composite names by tying the start of each word delimited by a space. For Example you can now enter "mu fl/" to list all subfolders of a folder "Munson-Fletcher". Valid delimiters of existing folder names are <code>-</code> <code>_</code> <code>@</code> <code>+</code> <code>&amp;</code> <code>.</code> and <code>space</code>.
</li>
<li> <a href="https://github.com/RealRaven2000/QuickFolders/issues/308">[issue 308]</a> quickFilters assistant will not fail anymore when moving mail to QuickFolders on IMAP. There used to be a problem with synchronisation while waiting for the IMAP server to complete the mail move operation.</li>
<li> <a href="https://github.com/RealRaven2000/QuickFolders/issues/309">[issue 309]</a> Create Filters dialog - link to 'get quickFilters!' did not work.</li>
</ul>

<b>Miscellaneous</b>
<ul>
<li> Increased max version to 106.0</li>
</ul>


2 changes: 1 addition & 1 deletion revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
47
53

0 comments on commit f58366c

Please sign in to comment.