Releases: TB-throwback/LookOut-fix-version
Version 6.3
- Update for Thunderbird 128
- Update manifest.json
Version 6.2
- Added Italian Translation
- Added Polish translation
Version 6.1
Fixes #106 where the Remove Winmail.dat preference caused additional attachments such as forwarded emails to be removed as well.
Version 6.0
Version 6.0
Extensive re-implementation for Thunderbird 115 by @jobisoft
- Moved control logic into background
- Use TNEF lib in background script using a PseudoInputStream, which partially implements nsIInputStream.
- Using dedicated Experiment to manipulate attachments in the message window
- Use ES6 modules
Version 5.4
- Services.jsm removal fixes
- Updated addon-developer-support
- Fix typo in lookout.js
Version 5.3
Fixes #78 by using the function EncodeURI on the mimeurl variable. Errors were caused by system paths returning non UTF-8 encoded string on some non-english systems.
Version 5.3 Beta 1
Encode mimeurl
to UTF-8 See: #78
Version 5.2
This brings back the session restore API, but a better version which can check if the restore already happened and no longer waits in that case, which should fix issue #85.
This version is compatible with 91 and 102 to fix issue #88.
This version also fixes a race condition in the WL API, which sometimes did not show the wrench icon in the AOM card.
#89
Version 5.1
Release for Thunderbird 102
Version 4.3
- fix issue #79