Skip to content

Releases: TB-throwback/LookOut-fix-version

Version 6.3

18 Jul 11:12
74e67d0
Compare
Choose a tag to compare
  • Update for Thunderbird 128
  • Update manifest.json

Version 6.2

25 Feb 05:40
c9a3578
Compare
Choose a tag to compare
  • Added Italian Translation
  • Added Polish translation

Version 6.1

20 Jul 01:19
Compare
Choose a tag to compare

Fixes #106 where the Remove Winmail.dat preference caused additional attachments such as forwarded emails to be removed as well.

Version 6.0

17 Jul 01:17
09d7565
Compare
Choose a tag to compare

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

10 Jul 02:13
ba7da51
Compare
Choose a tag to compare
  • Services.jsm removal fixes
  • Updated addon-developer-support
  • Fix typo in lookout.js

Version 5.3

14 Oct 06:34
73c5d9b
Compare
Choose a tag to compare

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

14 Oct 02:25
Compare
Choose a tag to compare
Version 5.3 Beta 1 Pre-release
Pre-release

Encode mimeurl to UTF-8 See: #78

Version 5.2

29 Jun 10:21
67f9405
Compare
Choose a tag to compare

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

14 Jun 15:13
Compare
Choose a tag to compare

Release for Thunderbird 102

Version 4.3

15 Nov 08:11
Compare
Choose a tag to compare
  • fix issue #79