ColumnsWizard Version History

17 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 7.0.0 238.6 KiB Works with Thunderbird 60.0 - 68.*

update for 68

### Version 7.0.0 - 8/29/2020
- Update for TB68 compatibility
- Convert options dialog to tab
- Convert options to HTML
- Use ListJS (@javve)
- Create Tab interface
- Add locales:
ja, es-ES, ru, hu-HU, hy-AM, ko-KR, el, pl, da, pt-PT

Version 6.1.2 83.0 KiB Works with Thunderbird 60.0 - 61.0

### Version 6.1.2 - 7/03/2019
- Add manifest.json - WebExtension

### Version 6.1.1 - 7/03/2019 - skipped
- Update for TB60 compatibility
- Format code to CommonJS
- Introduce eslint/Mozilla rules
- Use new syntax Cc, Ci, Cu
- Use const { Services } import style
- Fix style and use warnings
- Update zh-CN locale

Version 6.1 82.6 KiB Works with Thunderbird 38.0 - 58.*

- Added compatibility with Thunderbird 57+.
- Italian (it) locale improved.
- Custom column editor window resizing fixed.
- Added a fixed value to custom columns height.
- The mail header in custom column editor is no more forced to be lowercase.
- When editing an header the labels are preserved also with IMAP servers that don't save them.
- Correspondents column added in the default columns settings.
- Added a debug system.
- In editing a mail header with a fixed list, the current selected value is checked in the menu and, if selected again, it will be emptied.
- In editing a custom column, the fixed list type is now preserved.
- Mail header editing UI improved.
- French (fr) locale updated.
- Dutch (nl) locale updated.
- German (de) locale updated.

Version 6.0.4 76.0 KiB Works with Thunderbird 38.0 - 52.*

- License statement fixed. Now only license GPL v3.0 is valid.

Version 6.0.3 76.0 KiB Works with Thunderbird 38.0 - 45.*

- Minor bugs fixed.

Version 6.0.2 76.0 KiB Works with Thunderbird 38.0 - 45.*

- Added missing default preference.
- Improved preference engine.

Version 6.0.1 75.5 KiB Works with Thunderbird 44.0 - 45.*

- Better toolbar button positioning at first run.
- Preference window tabs order changed.
- Fixed a bug in preference handling with Thunderbird version 45.

Version 6.0 75.2 KiB Works with Thunderbird 21.0 - 45.*

- Added a toolbar button to open the preference panel.
- Custom columns values can now be editable on a per message basis. It will be modified the corrispondent mail message header. Proposed by David Hedlund on an idea from Header Tools Lite addon.
- Fixed a bug in resizing columns under some circumstances after setting the CW Default. Thanks to Dalai for reporting and debugging this problem.
- Serbian (sr) and russian (ru) translations removed because no more maintained.

Version 5.2 62.2 KiB Works with Thunderbird 21.0 - 40.*

- The custom columns are now searchable in the Thunderbird advanced search window.
- Minor bugfixes.
- Minor user interface improvements in the preferences window.

Version 5.1 58.8 KiB Works with Thunderbird 21.0 - 40.*

- Release notes added in the preference info tab.
- The custom columns in the preference tab are now sorted alphabetically. New Custom Columns are added at the end of the list and then sorted at the next preference window reopening.
- License file added.
- A custom column now could have an image as the column name.

Version 5.0.3 55.4 KiB Works with Thunderbird 21.0 - 38.*

- Custom column with numbers are now correctly sorted.
- The x-spam-score bundled custom column is now sorted as a number.

Version 5.0.2 54.4 KiB Works with Thunderbird 21.0 - 34.*

- Added confirm messages before saving / resetting the folder columns

Version 5.0.1 53.8 KiB Works with Thunderbird 21.0 - 34.*

- Fixed a bug in adding a new custom column.
==========
From version 5.0
- Now it's possible to define the default column settings for new folders.
- Added the save as CW default columns menu item (accessible from the folder columns picker menu).
- Added the reset to CW default columns menu item (accessible from the folder columns picker menu).
- Added the settings panel to set the default columns for new folder.
- Added the settings panel to add/delete/edit any custom columns.
- Added the x-spam-score bundled custom column (Used by SpamAssassin http://spamassassin.apache.org/).
- No more use of javascript eval function.

Version 5.0 53.8 KiB Works with Thunderbird 21.0 - 34.*

- Now it's possible to define the default column settings for new folders.
- Added the save as CW default columns menu item (accessible from the folder columns picker menu).
- Added the reset to CW default columns menu item (accessible from the folder columns picker menu).
- Added the settings panel to set the default columns for new folder.
- Added the settings panel to add/delete/edit any custom columns.
- Added the x-spam-score bundled custom column (Used by SpamAssassin http://spamassassin.apache.org/).
- No more use of javascript eval function.

Version 4.0 21.8 KiB Works with Thunderbird 21.0 - 31.*

- Added the "Info" tab.
- Embedded addon icon.
- Added bcc custom column.
- Added reply-to custom column.
- Added the x-original-from custom column (See DMARC specification http://www.dmarc.org/).
- Added the content-base custom column.
- Fixed a bug in resizing custom columns.

Version 3.1 15.0 KiB Works with Thunderbird 21.0 - 27.*

- Added the option to show the "Recipient" column in the conversation tab.
- Added chinese translation (zh-CN), thanks yfdyh000 (from BabelZilla.org).
- Added serbian translation (sr), thanks DakSrbija (from BabelZilla.org).
- Added dutch translation (nl), thanks markh (from BabelZilla.org).

Version 3.0.1 11.7 KiB Works with Thunderbird 21.0 - 26.*

- Added background color and border to the Custom Columns tab warning message.