Skip to content

Releases: moisseev/received

2.6.2

05 Dec 05:25

Choose a tag to compare

Description

This release brings important improvements to validation and performance.

New Features:

  • Enhanced Options Validation:
    • Real-time and initial page load validation of header indexes and regular expression with inline error messages

Improvements:

  • Performance Optimizations:
    • Regular expressions are now compiled once per message instead of repeatedly
    • Parallelize tab processing for faster initialization
    • Better error reporting with failure summaries

Bug Fixes:

  • Fixed default options overwriting user preferences

2.6.1

10 Feb 17:10

Choose a tag to compare

New features:

  • Add support for Thunderbird 136 and later:
    The add-on now uses both legacy (JSM) and modern (ESM) module systems, ensuring compatibility with all supported Thunderbird versions.

2.6.0

09 Jul 10:49

Choose a tag to compare

New Features:

  • Added "Substitute folding white spaces (FWS)" option for Thunderbird 128 Beta and later. Enabled by default to ensure compatibility with existing user configurations.

Behavior changes:

  • In Thunderbird 128 Beta, headers unfolding behavior has been updated to retain folding white spaces (FWS) instead of substituting them with spaces as in previous Thunderbird versions.

2.5.3

28 Jun 09:33

Choose a tag to compare

  • Remove unused load detection

2.5.2

25 Jun 11:42

Choose a tag to compare

  • Add support for TB 111+

2.5.1

24 Feb 13:12

Choose a tag to compare

  • Add negative header indices support. Negative indices count backwards from the bottom of the message.
  • Improve single line mode headers separator. Now the arrow points in mail flow direction and the box is used as a separator for out-of-order sequences. The arrow has been replaced with a heavy arrow, so it is easier to spot in a long string of text.

2.4.3

25 Jan 06:44

Choose a tag to compare

  • Fix multiple headers display on TB102+

2.4.2

22 Sep 09:58

Choose a tag to compare

  • Restore copy popup on TB100+

2.4.1

09 Sep 09:13

Choose a tag to compare

  • Hide Received header until its value is set
    to avoid showing header of the previous message during network/processing delay

2.4.0

08 Jul 06:00

Choose a tag to compare

  • Add option to remove duplicate headers. Submitted by: @the-glu
  • Add option to display all headers on a single line. Submitted by: @the-glu