Skip to content

Releases: dennisverspuij/tb-correctidentity

Release v2.4.0

25 Mar 10:21
Compare
Choose a tag to compare
prepare release of v2.4.0

.xpi from current repo

25 Mar 10:21
Compare
Choose a tag to compare
Pre-release
latest

prepare release of v2.4.0

Release v2.3.2

19 Jun 18:10
Compare
Choose a tag to compare
Cleanup promises handling, prefer async / await pattern

Release v2.3.1

10 Jun 18:19
Compare
Choose a tag to compare
Update changelog, prepare v2.3.1

Release v2.2.2_rc1

29 Apr 15:41
Compare
Choose a tag to compare
Fix issue with popup dialog on wrong display

Thunderbird does not display webextension popup dialogs on correct screen.
(example setup: having linux xrandr display extension where 2 monitors are
stiched to a larger X-display, running Thunderbird on right screen opens
mail messages on correct screen, but webextension popup dialogs are shown on
left screen)

A partial fix was provided in
https://bugzilla.mozilla.org/show_bug.cgi?id=1812262
This fix provides at least the capability to control the position of a popup
window.
It was introduced in Thunderbird 112 (beta track).
The fix is expected to be part of the next release version 115
(planned for approx. July 2023), but is not yet part of the current
release version 102.10

Correct Identity does now place the popup relative to the current window.
A Thunderbird Version >=112 is required to see the effect.

Correct Identity was sucessfully tested with Thunderbird 113.0b4.

Release v2.2.1

29 Sep 17:26
Compare
Choose a tag to compare
Update changelog

Release v2.1.1

04 Jul 18:31
Compare
Choose a tag to compare

Support for Thunderbird 102

Details:
Full Changelog: v2.0.1...v2.1.1

Release v2.0.1

22 Dec 16:01
1b1c50b
Compare
Choose a tag to compare
Merge pull request #12 from ldreier/master

Thunderbird 78.x and above code merged from ldreier