Automatic Dictionary Version History

40 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 3.6.0 42.9 KiB Works with Thunderbird 102.0 - 125.0

3.6.0 (2024-03-28)
Features

Support latest Thunderbird release 125.0 (bafb2fe)

Version 3.4.0 42.9 KiB Works with Thunderbird 102.0 - 123.0

# [3.4.0](https://github.com/beltrachi/automatic_dictionary/compare/v3.3.5...v3.4.0) (2024-02-05)

### 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))

Version 3.3.4 43.4 KiB Works with Thunderbird 102.0 - 122.0

# 3.3.4 (2023-12-26)

- Support latest Thunderbird release 122.0 (f111780)

Version 3.3.2 42.9 KiB Works with Thunderbird 102.0 - 120.0

Version 3.3.1 42.9 KiB Works with Thunderbird 102.0 - 119.0

Version 3.2.5 42.9 KiB Works with Thunderbird 102.0 - 118.0

=== 3.2.5

* Support Thunderbird beta v118

Version 3.2.4 42.9 KiB Works with Thunderbird 102.0 - 117.0

=== 3.2.4

* Support Thunderbird beta v117

Version 3.2.3 42.9 KiB Works with Thunderbird 102.0 - 115.0

=== 3.2.3

* Support Thunderbird beta v115

Version 3.2.2 42.9 KiB Works with Thunderbird 102.0 - 112.0

== 3.2.2

* Support Thunderbird beta v112

Version 3.2.1 42.9 KiB Works with Thunderbird 102.0 - 109.0

=== 3.2.1

* Improve support for slow Thunderbirds (fixes #156)

Version 3.2.0 43.3 KiB Works with Thunderbird 102.0 - 102.*

=== 3.2.0

* Support Thunderbird 102.0 new feature of spellchecking more than one language at a time.

Version 3.1.0 43.1 KiB Works with Thunderbird 102.0 - 102.*

=== 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.

Version 3.0.1 43.1 KiB Works with Thunderbird 74.0 - 102.0

Add compatibility for Thunderbird 102

Version 3.0.0 43.1 KiB Works with Thunderbird 74.0 - 99.0

=== 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

Version 2.0.7.1 49.8 KiB Works with Thunderbird 74.0 - 99.0

(Including changeset since last public release)
=== 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

Version 2.0.5 49.1 KiB Works with Thunderbird 74.0 - 99.0

=== 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

Version 2.0.4 53.0 KiB Works with Thunderbird 74.0 - 78.*

=== 2.0.4

* Fix compatibility with Thunderbird 85 beta

Version 2.0.3 53.0 KiB Works with Thunderbird 74.0 - 78.*

Version 2.0.2 53.0 KiB Works with Thunderbird 74.0 - 78.*

Version 2.0.1 53.1 KiB Works with Thunderbird 74.0 - 78.*

Version 2.0.0 52.7 KiB Works with Thunderbird 74.0 - 78.*

=== 2.0.0

* Migrated to MailExtension
* Drop support for conversations
* Broken compatibility with TB < 74
* Removed unit test, only integration tests are working.

Version 1.12.0 49.4 KiB Works with Thunderbird 67.0 - 73.0

Version 1.11.0 48.3 KiB Works with Thunderbird 40.* - 64.*

Version 1.10.4 52.1 KiB Works with Thunderbird 40.* - 60.*

* Fix support for Thunderbird 60 (issue #32)

Version 1.10.3 52.1 KiB Works with Thunderbird 40.* - 57.*

Version 1.10.2 52.0 KiB Works with Thunderbird 40.* - 57.*

Version 1.10.1 51.8 KiB Works with Thunderbird 40.* - 52.*

=== 1.10.0

* Add support for Thunderbird 52.x

Version 1.10.0 52.5 KiB Works with Thunderbird 40.* - 52.*

Version 1.9.0 53.5 KiB Works with Thunderbird 5.0 - 38.*

=== 1.9.0

* Improve message when storing languages
* Improve language change detection and dictionary boot delay
* Fix Thunderbird38 window switching (do not set lang again)

Version 1.8.1 52.9 KiB Works with Thunderbird 5.0 - 38.*

=== 1.8.1

* Add support for Thunderbird 38.x