Skip to content

Commit

Permalink
5.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed Sep 26, 2022
1 parent f58366c commit 35f9255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set /P quickFoldersRev=<revision.txt
set /a oldRev=%quickFoldersRev%
set /a quickFoldersRev+=1
REM replace previous rev with new
powershell -Command "(gc -en UTF8 manifest.json) -replace 'pre%oldRev%', 'pre%quickFoldersRev%' | Out-File manifest.json"
powershell -Command "(gc -en UTF8 manifest.json) -replace 'pre%oldRev%', 'pre%quickFoldersRev%' | Out-File manifest.json -encoding utf8"
"C:\Program Files\7-Zip\7z" a -xr!.svn QuickFoldersWeb.zip manifest.json _locales scripts chrome html popup license.txt *.js *.html
echo %quickFoldersRev% > revision.txt
move QuickFolders*.xpi "..\..\..\Release\_Test Versions\5.13\"
Expand Down
9 changes: 8 additions & 1 deletion release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@

<b>Bugs Fixed</b>
<ul>
<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/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.
<ol>
<li> With the <a href="https://addons.thunderbird.net/thunderbird/addon/quickfilters/">Add-on quickFilters installed</a>, click on the button in the toolbar to activate its assistant. </li>
<li> Drop an email to a QuickFolders tab (or use the quickMove button). </li>
<li> The quickFilters assistant will show up and give you a choice for creating rules to automatically
move similar mails.</li>
</ol>
</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>

Expand Down

0 comments on commit 35f9255

Please sign in to comment.