Skip to content

0.6.7: Robust availability on the context menu, v154 compatibility

Choose a tag to compare

@eyalroz eyalroz released this 19 Jun 17:24
  • Compatibility: Known to be compatible with Thunderbird versions 140., 154.0b (and incompatible with Thunderbird 115 and earlier).

Changes relative to 0.6.6:

  • #305, #315 : The folder context menu now consistently and robustly shows the remove duplicates items, even if you select multiple folders.
  • #316 : Fixed: We were sometimes getting two separator lines before our context menu items, and sometimes 0.

Also, some very minor internal refactoring and comment tweaks.


Unresolved Thunderbird compatibility issue

Despite being generally compatible with the newer versions, a serious outstanding issues does remain, which I have not (yet) been able to resolve - the toolbar menu-button: TB developers broke the main toolbar, and the new "unified toolbar" is difficult to get buttons onto. How to do so is not documented. The code seems to shut out regular extensions, not allowing addition of more buttons except through a tightly controlled and limited mechanism which straightjackets webextensions. Typically hostile design.