Releases: dennisverspuij/tb-correctidentity
Releases · dennisverspuij/tb-correctidentity
.xpi from current repo
Commits
- 6387f2e: Corrected toRecipientsList and ccRecipientsList remaining empty. Leaded (umoenks)
- 8a84aef: Use custom original sender address if Identity Email is not equal to Original Recipient Email. (umoenks)
- 8aae4e8: Made removing sender from to/cc and keeping the original recipient address as sender configurable. (umoenks)
- 0de12da: use match for "from" (ldreier)
- 28bdf08: Update drawings to reflect latest changes (ldreier)
Release v2.4.1
prepare v2.4.1 claim support for thunderbird version 128 Signed-off-by: ldreier <[email protected]>
Release v2.4.0
prepare release of v2.4.0
Release v2.3.2
Cleanup promises handling, prefer async / await pattern
Release v2.3.1
Update changelog, prepare v2.3.1
Release v2.2.2_rc1
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
Update changelog
Release v2.1.1
Support for Thunderbird 102
Details:
Full Changelog: v2.0.1...v2.1.1
Release v2.0.1
Merge pull request #12 from ldreier/master Thunderbird 78.x and above code merged from ldreier