Skip to content

Releases: cleidigh/EditEmailSubject-MX

v7.2 - Pure WebExtension

07 Jul 13:09
Compare
Choose a tag to compare

First release without Experiment code.

Changes:

  • removed last Experiment
  • convert preference script to ES6 module
  • remove warning about editing subject multiple times
  • perform update while popup is still open, show busy indicator and success/failed notification
  • always use temporary local folder to create new message and then move it into the actual account
  • show keepBackup option also in the edit popup
  • fix bug of v7.0, which prevented the add-on to work on large folders
  • attempt to fix issue #75
  • only compatible with Thunderbird 115+

v6.2

02 Jul 22:39
Compare
Choose a tag to compare
  • reduced the number of Experiments, only addRaw remains, which will be replaced by messages.import() in the next release
  • dropped support for local mode, because it caused confusions and had unwanted side effect
  • added support for UTF8 chars in the subject (RFC2047)
  • implement backup feature, to make sure the enforced message-update mode does not cause data loss
  • moved files around and converted some scripts to ES6 modules
  • no longer register the onMessage listener multiple times, which could cause issues

Version 6.1

14 Jun 18:21
Compare
Choose a tag to compare

Release for Thunderbird 102

v5.1

22 Aug 17:31
Compare
Choose a tag to compare

Release for TB91

v4.4

22 Aug 17:29
Compare
Choose a tag to compare

Release for TB78

v3.2

24 Mar 23:56
99d2df5
Compare
Choose a tag to compare

Release for TB68

The original author of EditEmailSubject granted access to his account on addons.thunderbird.net (a.k.a. ATN) and we are now able to upload updated versions. Therefore, we switched back to the original add-on ID.

v3.0.0b2

19 Mar 10:13
b925a49
Compare
Choose a tag to compare

Update Step 2 : Update for TB68

This step includes all the changes required due to internal changes in Thunderbird 68 and the conversion from a legacy XUL add-on to a WebExtension using the legacy XUL support. This build executes under Thunderbird 68.6 without errors.

Changes

v2.1.2b1

13 Dec 00:11
Compare
Choose a tag to compare

Update Step 1 : Remove JAR

The add-on has been using a compressed jar. The jar structure is removed for simplicity. It's also redundant compression. This build executes under Thunderbird 60.9.1 without errors.

Changes

v2.1.1

12 Dec 23:20
Compare
Choose a tag to compare

This is the original version 2.1.1 of EditEmailSubject from which any work will be based on.