Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature request] Make Changelogger compatible with Thunderbird #14

Closed
bege10 opened this issue Apr 24, 2021 · 2 comments
Closed

[Feature request] Make Changelogger compatible with Thunderbird #14

bege10 opened this issue Apr 24, 2021 · 2 comments

Comments

@bege10
Copy link

bege10 commented Apr 24, 2021

Hello,
I very much appreciate Changelogger for Firefox. I managed to install it also to Thunderbird, but unfortunately it does not work there. Can you, please, make Changelogger compatible with Thunderbird?

@Rayquaza01
Copy link
Owner

Hello,
Changelogger is now compatible with Thunderbird. It is available here: https://addons.thunderbird.net/addon/changelogger/

While it has the same version number (v1.1.1) as the Firefox version, there are some minor changes between it and the Firefox version. You can see all of the changes on the thunderbird branch of this repo.

  • Thunderbird addons are served from addons.thunderbird.net. References to addons.mozilla.org in the code are replaced with addons.thunderbird.net
  • browser.storage.sync does not seem to work correctly in Thunderbird. References to browser.storage.sync in the code are replaced with browser.storage.local

It might be possible to create one version that works on both Firefox and Thunderbird without manually making changes to the code by checking where it's running using browser.runtime.getBrowserInfo(), but this seems to throw an error on Thunderbird.

Let me know if you have any issues using the Thunderbird version!

@bege10
Copy link
Author

bege10 commented Apr 25, 2021

@Rayquaza01
Perfect! Changelogger just noticed me of Changelogger being updated 😁
It looks like it works correct now. Settings can be managed also now.
Thank you so much 🙏

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants