Releases: RealRaven2000/FiltaQuilla
4.3.1 - Published 21/11/2024
4.3.1 changes for Maintenance Release
- Import
MailStringUtils
in Betterbird 115 - Removed obsolete code (my hasty attempt at implementing my own mime parser)
Improvements
-
Added switches (such as content / html) to the regex body search [issue #313]
See documentation here.
Bug Fixes
- Fixed a recursion error, when streaming the message in order to read the body: #302.
- Fixed: Body RegExp Match -Filter doesn't work. #269
- Fixed: Header Regex Match: BASE64 in From and Subject Fields doesn't match #308.
- Fixed: Thunderbird 115.* freeze with FiltaQuilla 4.1 #271
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions. If you want to support the FiltaQuilla project, please install quickFilters and purchase a quickFilters Pro license. You can now also donate directly here.
4.3 - Published 17/11/2024
Improvements
-
Added switches (such as content / html) to the regex body search [issue #313]
See documentation here.
Bug Fixes
- Fixed a recursion error, when streaming the message in order to read the body: #302.
- Fixed: Body RegExp Match -Filter doesn't work. #269
- Fixed: Header Regex Match: BASE64 in From and Subject Fields doesn't match #308.
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions. If you want to support the FiltaQuilla project, please install quickFilters and purchase a quickFilters Pro license. You can now also donate directly here.
4.2 - Published 15/10/2024
FiltaQuilla had to have some necessary changes for Thunderbird 128, especially custom search terms and actions could not be edited anymore. If you find any new problems, related to the update to ESR128, please report them at the FiltaQuilla Github If you would like to support FiltaQuilla with donation you can now do so here
Improvements
- Made compatible with Thunderbird 133.
Bug Fixes
- Filter with "Save message as File" action fails to run - issues #270
- Body RegExp Match doesn't work. issue #269
- "Save Message As File" no longer works as of 4.1 (TB 128.3) #306
- "Train as Junk" in action list twice #277
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions. If you want to support the FiltaQuilla project, please install quickFilters and purchase a quickFilters Pro license. You can now also donate directly here.
4.0 - Published 28/03/2024
FiltaQuilla had to have some necessary changes for Thunderbird 115, especially custom search terms and actions could not be edited anymore. If you find any new problems, related to the update to ESR115, please report them at FiltaQuilla issue #223 If you would like to support FiltaQuilla with donation you can now do so here
Improvements
- Added
@FOLDERNAME@
parameter to run program action [issue #234] - Increased max version to 125.* for beta users
- Fixed opening files from filter editor for play sound action.
Bug Fixes
- Archiving action is working again. [issue #241]
- Repaired tag by thread (Thunderbird renamed function
GetThreadContainingMsgHdr
) - Reading files (beta 122): replace deprecated
FileUtils.getFile
withIOUtils
. See [Bug 920187]
Miscellaneus / Code Modernisation
- replace deprecated
Components.utils.import
withChromeUtils.import
. Future work should switch it to an ES module and useChromeUtils.importESModule
. - Use
globalThis.Services
where it is present
4.0b2 - Published 20/06/2023
Version 4.0b2
First official Beta release for Thunderbird 115. FiltaQuilla had to have some necessary changes for Thunderbird 115, especially custom search terms and actions could not be edited anymore. If you find any new problems, related to the update to ESR115, please report them at FiltaQuilla issue #223
All new development for Thunderbird 115 will be published in as new branch of FiltaQuilla code, starting with a new major version number 4.*.
If you would like to support FiltaQuilla with donation you can now do so here
Improvements
- [issue #223] Make FiltaQuilla compatible with Thunderbird 115. To make sure this version maintains a future baseline I set
strict_max_version = 115.*
Bug Fixes
- Fixed ToneQuilla.jsm component (playback of sounds) by adding a background page. tested wav, ogg and mp3 playback.
- Fixed updating version display in top panel of options screen (remove old version Proxy code)
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions.
If you want to support the FiltaQuilla project, please install quickFilters and
purchase a quickFilters Pro license.
You can now also donate directly here.
4.1 - Published 16/07/2024
FiltaQuilla had to have some necessary changes for Thunderbird 128, especially custom search terms and actions could not be edited anymore. If you find any new problems, related to the update to ESR128, please report them at the FiltaQuilla Github If you would like to support FiltaQuilla with donation you can now do so here
Improvements
- Made FiltaQuilla compatible with Thunderbird 128. [issue #262]
- Some improvements during
bodyMimeMatch
. - Added German UI for SmartTemplates.
Bug Fixes
- Fixed file picker which was broken in Thunderbird 125 - [issue #265]
- Fixed an issue during play sound - Init window during tone playing if it is not set.[issue #258]
Miscellaneus / Code Modernisation
- Added debug info for
bodyRegEx_match
,subjectRegEx_match
andheaderRegEx_match
- Added troubleshooting info for NetUtil.readInputStreamToString
- Added debug switch "
mimeBody
" for issues related to reading body of the email
Support My Work As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions. If you want to support the FiltaQuilla project, please install quickFilters and purchase a quickFilters Pro license. You can now also donate directly here.
3.7.2 Maintenance release - 19/06/2023
Version 3.7.2
FiltaQuilla is now compatible with Thunderbird 112. FiltaQuilla had to have some necessary changes for Thunderbird 102, especially custom search terms and actions could not be edited anymore. If you find any new problems, related to the update to ESR102, please report them at the FiltaQuilla issue tracker
I will try to keep the latest version on ATN compatible with both Thunderbird 91 and 102 as long as possible.
All new development for Thunderbird 115 will be published in as new branch of FiltaQuilla code, starting with a new major version number 4.*. See [issue 223] (Make FiltaQuilla compatible with Thunderbird 115).
If you would like to support FiltaQuilla with donation you can now do so here
Improvements
- [issue 216] Allow special characters in file name, e.g. German Umlauts. So far most special characters in saved messages and attachments were automatially converted to phonetically similar ASCII characters to avoid file errors. You can now re-add letters that you want to preserve and you know that they work on your file system.
This is achieved via a whitelist, which you can now enter on the actions tab.
Bug Fixes
- [issue 180] Fix Archiving with Thunderbird 102.
- [issue 217] Fixed a regression in 3.7 that broke the printing action - FQ now reads Print Delay correctly.
3.7.1 - released 23/03/2023
Maintenance version 3.7.1
- Fixed [issue #217] Printing failed. This was caused by a new delay parameter that wasn't read out as integer.
Improvements
-
[issue #216] Allow special characters in file name, e.g. German Umlauts. So far most special characters in saved messages and attachments were automatically converted to phonetically similar ASCII characters to avoid file errors. You can now re-add letters that you want to preserve and you know that they work on your file system.
-
This is achieved via a whitelist, which you can now enter on the actions tab:
Bug Fixes
- [issue #180] Fix Archiving with Thunderbird 102. This is now using
MessageArchiver
instead ofBatchMessageMover
.
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions.
If you want to support the FiltaQuilla project, please install quickFilters and
purchase a quickFilters Pro license.
You can now also donate directly here.
3.7 - released 21/03/2023
Improvements
-
[issue #216] Allow special characters in file name, e.g. German Umlauts. So far most special characters in saved messages and attachments were automatically converted to phonetically similar ASCII characters to avoid file errors. You can now re-add letters that you want to preserve and you know that they work on your file system.
-
This is achieved via a whitelist, which you can now enter on the actions tab:
Bug Fixes
- [issue #180] Fix Archiving with Thunderbird 102. This is now using
MessageArchiver
instead ofBatchMessageMover
.
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions.
If you want to support the FiltaQuilla project, please install quickFilters and
purchase a quickFilters Pro license.
You can now also donate directly here.
3.6 - released 17/10/2022
I will try to keep the latest version on ATN compatible with both Thunderbird 91 and ESR 102 as long as possible.
If you would like to support FiltaQuilla with donation you can now do so here
Improvements
- Added help topics for reply with / forward with SmartTemplates
- [issue #165] Support printing the same email multiple times
Bug Fixes
- Fixed [issue #177] Attachments with illegal filenames are not saved correctly
- Fixed [issue #135] Action of "Detach Attachments To" doesn't detach from message (only saves attachments)
- Fixed [issue #178] Subject or Body (Regular expression) - missing Textbox
Support My Work
As I am often asked about added features for filter conditions and actions for my Add-on quickFilters - FiltaQuilla is a better location for extending Filter behavior - specifically adding new types of Actions and Conditions.
If you want to support the FiltaQuilla project, please install quickFilters and
purchase a quickFilters Pro license.
You can now also donate directly here.