BetterUnsubscribe Version History

5 versions

Be careful with old versions!

These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.

Version 2.6.0 24.1 KiB Works with Thunderbird 115.0 and later

BetterUnsubscribe v2.6.0

  • Improved Popup Handling: Now uses manifest default_popup for a simpler, more efficient interface.
  • Enhanced Error Handling: Added safeguards in background.js and popup.js to prevent file deletion errors.
  • Unit Tests: New unit tests added, and the compile script has been updated to exclude unnecessary files.
  • Regex and Bug Fixes: Updated regex for better detection, plus fixes for minor issues.

Enjoy an optimized experience with BetterUnsubscribe!

Version 2.5.0 30.5 KiB Works with Thunderbird 115.0 and later

Version 2.5.0 Release Notes

This update introduces several new features and improvements:

  • New Email Deletion Options: Delete a single email or all emails from a sender, with an updated popup interface.
  • Localization: Added support for French (France) and Italian (Italy).
  • UI Enhancements: Introduced a "Deleting" status and a count of deleted emails for better feedback.
  • Code Improvements: Reorganized code by moving all CSS to styles.css and simplified icon handling with theme_icons in the manifest.

Enjoy the new features!

Version 2.4.0 26.6 KiB Works with Thunderbird 115.0 and later

- Added inverted icon for dark theme support
- Included 48x48 pixel icons for both standard and inverted icons
- Implemented methods and listeners in background script to dynamically change icons based on theme
- Added Brazilian Portuguese language support (contributed by John @ https://github.com/dataserver)
- Refactored `popup.js` for better code structure and readability
- Added documentation comments to `popup.js`

Version 2.3.4 20.3 KiB Works with Thunderbird 115.0 and later

Added support for German and Spanish languages!
Fixed issue with post request being rejected due to error 400 Bad Request.

Version 2.3.2 18.6 KiB Works with Thunderbird 115.0 and later

- Fixed compile scripts and manifest to meet Mozilla requirements
- Added additional permission to allow deleting
- Popup only reports DONE if the response shows success.