Releases: threadvis/ThreadVis
Releases · threadvis/ThreadVis
3.4.1 (15 Nov 2022)
Small bugfix release: uninitialized variable caused a rendering issue on a fresh install/activation.
3.4.0 (8 Nov 2022)
Adapt for Thunderbird 102:
- Header elements are now a grid layout, update layout accordingly
- Fix author underlining in headers
- Update/fix width adaptions to available screen space
3.3.0 (26 Feb 2022)
- Partial rewrite of codebase to ECMAScript 2017 (async/await, classes, ...)
- Make color of selected message configurable
- Fix navigation in decoupled window
- Reduce maximum Thunderbird version compatibility to 91.* (current beta needs more work)
3.2.1 (17 Sep 2021)
Update manifest to support Thunderbird 93 (Beta). No further changes.
3.2.0 (15 Sep 2021)
Update for Thunderbird 91:
- Drop support for older Thunderbird versions (prior to 91)
- Fix issues due to multi-process (e10s), use NotifyTools
- Fix layout issues
- Fix removal of iterators
3.1.1 (7 Oct 2020)
Minor code-linting release to pass upload checks on Thunderbird Add-Ons page.
3.1.0 (7 Oct 2020)
Update for Thunderbird 78:
- Partial re-write for new MailExtensions / experiments as Thunderbird dropped legacy add-on support.
- This version drops support for any Thunderbird version prior to 78.
- Restructured settings page, now included in the add-on list.
3.0.1 (30 Sep 2019)
Update for Thunderbird 68+, drop support for older versions (use the 2.x branch for older Thunderbird versions). Bugfix release.
3.0.0 (30 Sep 2019)
- Update for Thunderbird 68+, drop support for older versions (use the 2.x branch for older Thunderbird versions)
2.3.2 (21 May 2018)
- Updated max version compatibility to Thunderbird 60.*