Welcome to Thunderbird Add-ons.
Add extra features and styles to make Thunderbird your own.
Titz'apïxAutomatic Dictionary Version History
53 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.
Ruwäch 4.3.0
### Features
* Support latest Thunderbird release 139.0 ([c22f671](https://github.com/beltrachi/automatic_dictionary/commit/c22f6711a54814e86440ad90e31ddd253aa54726))
- Source code released under MIT/X11 License
Ruwäch 4.2.0
Features
Support latest Thunderbird release 138.0 (557685f)
- Source code released under MIT/X11 License
Ruwäch 4.1.0
### Features
* Support latest Thunderbird release 137.0 ([f42acf9](https://github.com/beltrachi/automatic_dictionary/commit/f42acf9d8e0607e506e42548b7a34ffa01f08eef))
- Source code released under MIT/X11 License
Ruwäch 4.0.0
### Features
* remove Thunderbird support for older than 128 ([804cf02](https://github.com/beltrachi/automatic_dictionary/commit/804cf02903cb3b61eaee487cace2886df5925797))
### BREAKING CHANGES
* Older versions of Thunderbird do not
support ESM loading
- Source code released under MIT/X11 License
Ruwäch 3.15.0
### Features
* Support latest Thunderbird release 135.0 ([6569b71](https://github.com/beltrachi/automatic_dictionary/commit/6569b715407fa3cc1e2af6cd6a8f8d886e46bb86))
- Source code released under MIT/X11 License
Ruwäch 3.14.0
### Features
* Support latest Thunderbird release 134.0 ([0e75894](https://github.com/beltrachi/automatic_dictionary/commit/0e75894e3e41df627f6be1090b7f12b8b16f66ad))
- Source code released under MIT/X11 License
Ruwäch 3.13.0
### Bug Fixes
* **ci:** latest thunderbird needs dbus-x11 package to not crash ([c28ffb4](https://github.com/beltrachi/automatic_dictionary/commit/c28ffb43b41950f9a23c62c4add6d50c2b6d22b3))
### Features
* **ci:** Adding Extended Support Release version tests ([1507440](https://github.com/beltrachi/automatic_dictionary/commit/1507440ff99f90455e5fb133088fe4f3fb2d55d5))
* support Thunderbird 132 ([20d2daf](https://github.com/beltrachi/automatic_dictionary/commit/20d2daf015ce9f2de4566868fec4e59fc10b8a64))
- Source code released under MIT/X11 License
Ruwäch 3.12.0
* Support latest Thunderbird release 130.0 ([007fcbe](https://github.com/beltrachi/automatic_dictionary/commit/007fcbecedf52649d060565239b68654a74154e0))
- Source code released under MIT/X11 License
Ruwäch 3.11.0
### Features
* Support latest Thunderbird release 129.0 ([290e766](https://github.com/beltrachi/automatic_dictionary/commit/290e766123600e68dea0fdba532f0853270f5cb4))
- Source code released under MIT/X11 License
Ruwäch 3.10.0
### Features
* Support latest Thunderbird release 128.0 ([a568400](https://github.com/beltrachi/automatic_dictionary/commit/a56840057862b23da6df1a55adb5fda6cfe5b47a))
- Source code released under MIT/X11 License
Ruwäch 3.9.0
Bug Fixes
Use non breaking spaces in French translations (7ff20d1)
Features
Add French locale (b12a20d)
- Source code released under MIT/X11 License
Ruwäch 3.8.0
### Features
* Support latest Thunderbird release 127.0 ([97cb83d](https://github.com/beltrachi/automatic_dictionary/commit/97cb83ddfef572c6b04849decd70a3463bdd8aef))
- Source code released under MIT/X11 License
Ruwäch 3.7.0
### Features
* Support latest Thunderbird release 126.0 ([9e3a86b](https://github.com/beltrachi/automatic_dictionary/commit/9e3a86baf9f275ce710e435243e2fd45e40e2e62))
- Source code released under MIT/X11 License
Ruwäch 3.6.0
Features
Support latest Thunderbird release 125.0 (bafb2fe)
- Source code released under MIT/X11 License
Ruwäch 3.4.0
### Bug Fixes
* notification box concurrency issues make appear double notifications ([1c71e42](https://github.com/beltrachi/automatic_dictionary/commit/1c71e423c60c6c01d557dc495f5451bef204613b))
### Features
* Support latest Thunderbird release 123.0 ([5a84739](https://github.com/beltrachi/automatic_dictionary/commit/5a847398bca9e64cc9447a3b9a94cd2b58854209))
- Source code released under MIT/X11 License
Ruwäch 3.3.4
- Support latest Thunderbird release 122.0 (f111780)
- Source code released under MIT/X11 License
Ruwäch 3.3.2
### Bug Fixes
* Support latest Thunderbird release 120.0 ([ec23d1f](https://github.com/beltrachi/automatic_dictionary/commit/ec23d1fdf30985fbfea39142d494cb43c26122b4))
- Source code released under MIT/X11 License
Ruwäch 3.3.1
### Bug Fixes
* Support latest Thunderbird release 119.0 ([62c8d05](https://github.com/beltrachi/automatic_dictionary/commit/62c8d05bfcf9a0b9ee7531debc4a4ed1c0122d19))
- Source code released under MIT/X11 License
Ruwäch 3.2.1
* Improve support for slow Thunderbirds (fixes #156)
- Source code released under MIT/X11 License
Ruwäch 3.2.0
* Support Thunderbird 102.0 new feature of spellchecking more than one language at a time.
- Source code released under MIT/X11 License
Ruwäch 3.1.0
* Use new extension APIs available in Thunderbird 102.0 (Basic feature)
This version still does not support more than one language per recipient.
When addon detects languages used it just gets the first one.
- Source code released under MIT/X11 License
Ruwäch 3.0.0
Breaking changes:
* Dropped support for legacy prefs. Users in 1.x versions should install 2.x version before this to have all data migrated.
Changes summary (more details in git log):
* CI - Raise error when the searched text appears more than once
* Fixing integration beta tests (Events word appeared twice)
* Migrate to tesseract v5 to fix randomly stuck executions
* Fix ComposeWindowStub and add some test coverage
* Migrate code to standalone modules that can be imported freely.
* Format all files with vscode
* Refactor Recipients into a class
* Rename LRUHashV2 to LRUHash
* Use events to update heuristics on LRU expiration
* Fix LanguageAssigner data persistence between windows
* Move laguage assignment to a separate module
* Fix data structures sharing between instances
* Refactoring languageChanged
* Move heuristic logic to DomainHeuristic module
* Remove conversations addon unused code
* Remove plugin support completely
* Use events instead of attaching to logger messages
* Refactoring - deduction rules moved to separate class
* Add coverage check on jest tests
* Remove integration specs for TB < 76
- Source code released under MIT/X11 License
Ruwäch 2.0.7.1
=== 2.0.7.1
* I did block version 2.0.7 by mistake on Thunderbird addons site. Need a new version.
=== 2.0.7
* Fix support for Thunderbird 92 and 93
* Fix version detection for future TB +100 version
=== 2.0.6
* Support current beta Thunderbird 94
- Source code released under MIT/X11 License
Ruwäch 2.0.5
* Workaround to work with Thunderbird 90+
* Fix addon to use max size configuraiton
* Fixing freq-suffix stored data due to previous bugs
* Fix heuristics to only count single emails
* Fix removing heuristics when counter is zero
- Source code released under MIT/X11 License
Ruwäch 2.0.4
* Fix compatibility with Thunderbird 85 beta
- Source code released under MIT/X11 License
To create your own collections, you must have a Mozilla Add-ons account.