Skip to content

Releases: TB-throwback/LookOut-fix-version

Version 4.3

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

Version 4.2

27 Aug 15:00
Compare
Choose a tag to compare

Fix issue #76

Version 4.1.0

23 Aug 08:33
Compare
Choose a tag to compare

Thunderbird 91 compatibility update

  • Update WindowListener API

  • Lightning is now always true

  • Remove entry from Tools menu

The Tools menu is mostly not visible anymore and add-on options should all be located within the add-on manager (only).

  • Raise compatibility to TB91

  • Remove overlay.js, as it is not used.

  • Fix whitespaces.

  • Unload only if add-on is disabled/removed, not on app shutdown

  • Bump version number.

  • fix save (must return a Promise now)

  • replace openAttachment by launchDownload()

launchDownload is used by the WebExt API downloads.open, it is able to open local files. openAtachment fails for most file:// links in TB91.

  • Bump version number.

Version 3.0.6

12 Jan 06:51
Compare
Choose a tag to compare

This is a bug-fix release

Fixes the Hungarian options menu failing to load. Fixes add-on loading in non English locals

Version 3.0.6b1

12 Jan 03:06
Compare
Choose a tag to compare
Version 3.0.6b1 Pre-release
Pre-release

This is a Beta release

Fixes Hungarian language options menu and failure of non-english locals from loading

Version 3.0.5

23 Nov 01:49
Compare
Choose a tag to compare

Minor Bug Fix Release

This is a fix for the [00] byte displaying on file names #52

Version 3.0.4

16 Nov 09:25
Compare
Choose a tag to compare

Minor Bugfix Release

Now allows decoding emails when they are opened in new windows

Version 3.0.3

11 Nov 02:31
Compare
Choose a tag to compare

Minor Bugfix Release

Fixes #69 Too much recursion error. Please note Thunderbird will require a restart after updating to clear out the bug

Version 3.0.2

05 Nov 08:35
Compare
Choose a tag to compare

Minor Bugfix Release

Fixes calendar integration after receiving sample email

Version 3.0.0

23 Oct 08:53
9f972ed
Compare
Choose a tag to compare

Initial Thunderbird 78 support has been added via the Experiment wrapper API

  • Calendar integration has still not been fully tested.
  • Backwards Compatibility with version 68 has been briefly tested.

Please report any issues