Releases: RealRaven2000/FiltaQuilla
3.0 prerelease 51
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...":
Open Thunderbird Add-ons Manager and drag the xpi file into the extensions area.
3.0 prerelease 44
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 usingMailUtils.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
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...":
Then drag the downloaded file into the Thunderbird 78 Add-ons Manager (tools / Addons):
3.0 prerelease 19
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.
It's tricky and help is needed!
3.0 prerelease 16
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
3.0 prerelease 9
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
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
- 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.