Skip to content

Releases: RealRaven2000/FiltaQuilla

3.0 prerelease 51

08 Dec 14:25
Compare
Choose a tag to compare
3.0 prerelease 51 Pre-release
Pre-release

This release fixes some issues with detaching attachments, see:

  • #76 -Detach Attachments not working
  • It also fixes a vulnerability in the Regular Expression editor (and other edit fields of search conditions added by FIltaquilla) that might render the edit dialog not functional if certain character combinations were entered.

To install, right-click the xpi file in the assets section below and select "save link as...":

image

Open Thunderbird Add-ons Manager and drag the xpi file into the extensions area.

3.0 prerelease 44

01 Dec 14:18
Compare
Choose a tag to compare
3.0 prerelease 44 Pre-release
Pre-release

This latest release fixes the following problems

  • Move Later didn't work anymore. Turns out that Thunderbird 78 "tidies up" the array of messages before our timer gets to process them, so I had to copy the whole array and work with that.
  • Debug settings (when right-clicking the debug option on the support tab) were not displayed anymore
  • copy As Read and move later failed due to missing function MailUtils.getFolderForURI( ) - now using MailUtils.getExistingFolder( ) - these functions also have to be back-ported for Thunderbird68 (master branch)
  • Print Messages failed (window document renamed to msgPrintEngine.xhtml)

3.0 prerelease 40

27 Nov 11:19
Compare
Choose a tag to compare
3.0 prerelease 40 Pre-release
Pre-release

Fixes most of the selection issues . You can now also edit JavaScript in the condition if you activate that option. I recommend restarting Thunderbird if you have a previous version installed.

To install, download filtaquilla-3.0pre40.xpi with right-click and select "save as...":
image

Then drag the downloaded file into the Thunderbird 78 Add-ons Manager (tools / Addons):
image

image

3.0 prerelease 19

16 Nov 14:09
Compare
Choose a tag to compare
3.0 prerelease 19 Pre-release
Pre-release

Added tag support to the filter editor. We still have the problem that if you select the tag header condition from the this will initially not show the tag dropdown - you need to save the filter and open it again. But form there on you can select a tag so you can already edit existing filters with that condition without much glitching. I am still hoping from some help from Thunderbird to make the conditions also work when a new FiltaQuilla specific condition is added to the filter.

image

It's tricky and help is needed!

3.0 prerelease 16

13 Nov 23:21
Compare
Choose a tag to compare
3.0 prerelease 16 Pre-release
Pre-release

Managed to inject the missing textbox element for editing the following custom condition types:

[email protected]#subjectRegex
[email protected]#attachmentRegex
[email protected]#headerRegex
[email protected]#searchBcc
[email protected]#folderName

To install, drag the xpi file into Thunderbird Add-ons Manager

3.0 prerelease 13

11 Nov 11:53
Compare
Choose a tag to compare
3.0 prerelease 13 Pre-release
Pre-release

New version to replace the last broken one - Fixes issue #74

Some of the conditions still have no textbox for entering values; they need to be converted from xbl (bindings) to JS custom Elements
test at your own risk. please report all regressions at issue #64

3.0 prerelease 9

10 Nov 15:49
Compare
Choose a tag to compare
3.0 prerelease 9 Pre-release
Pre-release

First draft of a release. Absolutely no guarantees that any of this works yet, It loads, and it shows the options dialog. Haven't really gotten around to testing any of the filter actions just yet. There is still bindings in there that need to be removed as we know bindings are on death row.

test at your own risk. please report all regressions at issue #64

2.0 - Released on 13/12/2019

13 Dec 17:19
Compare
Choose a tag to compare

Version 2.0

Made Compatible with THunderbird 68. FiltaQuilla had to be largely rewritten for Thunderbird 68, with substantial help from Paweł Tomulik.

Going forward most bugfixes / new features will be exclusively available for Thunderbird 68. The reason for this is that through architectural changes on the Mozilla code platform the code for Thunderbird 60 and earlier is substantially different.

  • Check the new Issue Tracker for open problems and to add feature requests.
  • Added links to the quickFilters page for supporting the development team.

Thanks again to @ptomulik for all his help, future contributions are very welcome!

1.5 - released on ATN 28/06/2019

28 Jun 21:23
Compare
Choose a tag to compare
  • Completed Dutch translation - thanks to Markh van BabelZilla.org
  • Completed Swedish translation - thanks to A. Regnander - Phoenix
  • Fixed issue #9 Error in Console - Services.prefs.getStringPref is not a function - affecting older versions of Thunderbird.
  • Added debug option for future trouble shooting.
  • Added support icons for filter actions and search terms: these open dedicated topics on the support pages.
  • Added back inheritpane service module.
  • Raised minimum version to Thunderbird 52. It is likely that the next version will be minimum 60, once it starts to support Thunderbird 68 to be future proof for 2020.