Received bertsioaren historia
27 bertsio
Argi ibili bertsio zaharrekin!
Bertsio hauek erreferentzia gisa eta probetarako bistaratzen dira. Gehigarrien azken bertsioa erabili behar zenuke beti.
2.6.2 bertsioa
### 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
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
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.6.1 bertsioa
### 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.
- **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.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.6.0 bertsioa
**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.
+ 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.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.5.3 bertsioa
* Remove unused load detection
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.5.1 bertsioa
+ 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.
+ 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.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.4.3 bertsioa
- Fix multiple headers display on TB102+
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.4.2 bertsioa
- Restore copy popup on TB100+
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.4.1 bertsioa
- Hide Received header until its value is set
to avoid showing header of the previous message during network/processing delay
to avoid showing header of the previous message during network/processing delay
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.4.0 bertsioa
+ Add option to remove duplicate headers. Submitted by: @the-glu
+ Add option to display all headers on a single line. Submitted by: @the-glu
+ Add option to display all headers on a single line. Submitted by: @the-glu
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.3.3 bertsioa
* Just update strict_max_version
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.3.2 bertsioa
- Fix header display on TB 100.0+
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.3.1 bertsioa
- Avoid error when there is no Received header
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.3.0 bertsioa
+ Add option to filter headers by order numbers
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.2.0 bertsioa
+ Add support for multiple capturing groups
*Updating*
Starting from version 2.2.0 the add-on displays header parts that matches all capturing groups of the regular expression. Previously it displayed only the first capturing group match.
Users may need to update regular expressions replacing 2nd+ capturing groups with non-capturing groups `(:?…)`.
*Updating*
Starting from version 2.2.0 the add-on displays header parts that matches all capturing groups of the regular expression. Previously it displayed only the first capturing group match.
Users may need to update regular expressions replacing 2nd+ capturing groups with non-capturing groups `(:?…)`.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.1.1 bertsioa
- Hide header until its value is set
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.1.0 bertsioa
+ Add support for messages displayed in a window
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.0.1 bertsioa
+ Hide header if no matches found
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
2.0.0 bertsioa
The add-on has been rewritten as MailExtension.
* This breaks compatibility with previous Thunderbird versions.
* The add-on requires full unrestricted access to Thunderbird for being able to display the Received header in the message header area.
*Migration*
You need to re-enter the add-on configuration settings. It is merely a single option: the regular expression.
In case you forgot it, look for `extensions.received.regexp` preference in the Configuration Editor (about:config page).
* This breaks compatibility with previous Thunderbird versions.
* The add-on requires full unrestricted access to Thunderbird for being able to display the Received header in the message header area.
*Migration*
You need to re-enter the add-on configuration settings. It is merely a single option: the regular expression.
In case you forgot it, look for `extensions.received.regexp` preference in the Configuration Editor (about:config page).
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
1.0.0 bertsioa
* Convert to Thunderbird 68 compatible add-on. This breaks compatibility with previous Thunderbird versions.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
0.2.3 bertsioa
* Rework inline options to preferences window since inline options are not supported anymore in Thunderbird 58+
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
0.2.2 bertsioa
- [CritFix] Do not download attachments if the message is stored only on the remote IMAP server
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
0.2.1 bertsioa
- Always collapse `Received` row on message load to avoid showing header of previously displayed message during network/processing delay
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
0.2.0 bertsioa
* Switched header extraction to MsgHdrToMimeMessage. After installation the add-on will show “Received“ headers as soon as you restart Thunderbird. Rebuilding folder indices is not needed any more.
* Now the add-on parse each "Received" header separately.
* Now the add-on parse each "Received" header separately.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
0.1.2 bertsioa
* Add "Received" to "mailnews.customHeaders" automatically
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
0.1.1 bertsioa
Bump add-on version and Thunderbird maxVersion.
- Iturburu-kodea BSD Lizentzia lizentziarekin argitaratu da
Bilduma propioak sortzeko kontua izan behar duzu.