Historique de version de Mailbox Alert

38 versions

Méfiez-vous des anciennes versions !

Ces versions sont affichées pour informations et à titre d’essais. Vous devriez toujours utiliser la dernière version d’un module.

Version 0.30 230.0 KiB Fonctionne avec Thunderbird 102.0 - 102.*

- Updated new message trigger for compatibility with Thunderbird 102+ (thanks @EnigmaPatrick and @jobisoft)
- Fixed msg_preview macro (thanks @phil294)

Version 0.29.1 229.7 KiB Fonctionne avec Thunderbird 91.0 - 91.*

- Fixed the issue where changing folder alert configuration would either not work or revert to original settings
- Fixed the issue where using the Mailbox Alert message filter target would not work*
- Fixed the issue where 'delete' option from the popup would not work
- Fixed the issue where having multiple windows open would trigger alerts multiple times*

*) You may need to restart thunderbird after the addon has been updated for the fix to apply

Version 0.28 221.2 KiB Fonctionne avec Thunderbird 91.0 - 91.*

* Merged TB91 compatibility updates submitted by jobisoft

Version 0.27 218.1 KiB Fonctionne avec Thunderbird 78.0 - 78.*

o Update the popup notification to work better with (dark) themes
o Update the windowListener API to work with upcoming Thunderbird versions

Version 0.26 217.2 KiB Fonctionne avec Thunderbird 78.0 - 78.*

- Fix an error ("ReferenceError: Services not found") when trying to execute a command that itself contains an error. See https://github.com/tjeb/Mailbox-Alert/issues/24
- Workaround for an issue with running commands with arguments that have non-ascii characters, by forcing TB to convert it to utf-8

Version 0.25.1 216.8 KiB Fonctionne avec Thunderbird 78.0 - 78.*

- Fixed the issue 'undefined entity' when using a language setting other than en-US

Version 0.25 216.2 KiB Fonctionne avec Thunderbird 78.0 - 78.*

- Made Mailbox Alert compatible with Thunderbird 78 by using the
windowListener experiment from John Bieling
(See https://github.com/thundernest/addon-developer-support)
- Added an option to execute command to let double-quotes in arguments
be escaped by another double-quote, for use with Windows cmd.exe

Version 0.24 207.0 KiB Fonctionne avec Thunderbird 68.0 - 73.0

- The Mailbox Alert action for Message Filters now works with Thunderbird 68
- Unfortunately, the changed APIs do mean that it now no longer works with older
versions (Thunderbird 60 and before), so from now on, older versions of TB
are no longer supported by new versions of Mailbox Alert. From now on, the
minimum TB version is 68, and I will start removing legacy code in the future.
- The %folder macro no longer adds a trailing / to the final folder (thanks to https://github.com/rnc)

Version 0.23.1 201.7 KiB Fonctionne avec Thunderbird 60.0 - 73.0

- Fixed issue where %server and %folder macros were no longer working
- Fixed issue where deleting alerts did not work

Version 0.22.1 201.7 KiB Fonctionne avec Thunderbird 60.0 - 73.0

Version 0.21 192.5 KiB Fonctionne avec Thunderbird 60.0 - 73.0

- Removed the 'delay' option from the folder-specific context menu. The option is still available in the global Tools menu. Note: It was always a global setting and not folder-specific.

Version 0.20 192.4 KiB Fonctionne avec Thunderbird 60.0 - 73.0

- Fixed issues due to API changes in thunderbird
- Updated compatibility to TB 0.69b

Version 0.19 192.1 KiB Fonctionne avec Firefox 42.0 - *, Thunderbird 38.0 - 66.0

- Update for new Thunderbird APIs
- Should fix 'browse' buttons
- Should fix installation/compatiblity errors up to 67 (beta)
- Added Norwegian Bokmål translation (thanks @DandelionSprout)
- Remove error popup for unknown folder in audio browse file picker

Version 0.18.0 189.4 KiB Fonctionne avec SeaMonkey 2.0 - 2.57, Thunderbird 3.0 - 60.*

Updated for compatibility with TB 60+

Version 0.17.0 189.3 KiB Fonctionne avec SeaMonkey 2.0 - 2.57, Thunderbird 3.0 - 65.0

- Made the code compatible with Thunderbird 59beta
- Improved internal checks to see if a message is still being processed by filters
- Built-in delay before an alert fires is now much shorter
- Added new setting 'delay', for users that do want or need a delay before an alert fires
- Fixed an issue that cause 'open message in current window' to fail
- Fixed an issue where multiple alerts at the same time could interfere with each other, causing one of them to get 'stuck'

Version 0.16.7 188.1 KiB Fonctionne avec SeaMonkey 2.0 - 2.57, Thunderbird 3.0 - 57.*

Updated to new interfaces in Thunderbird

Version 0.16.4 186.2 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 31.*

Fixed a bug where defined alerts could not be deleted anymore. This was caused by what appears to be an internal interface change, so this fix might have also fixed a few other issues hitherto unknown.

Version 0.16.3 189.5 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 19.*

Fixed a bug where alerts were fired for child folders even if the 'alert for child folders' option was not set (Patch submitted by Jon Siddle, thanks!)

Version 0.16.2 188.9 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 17.*

- fixed a bug where a wrong variable name was used (alert_data.orig_message_count -> alert_data.message_count)

Version 0.16.1 188.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.11.*, Thunderbird 3.0 - 17.*

0.16.1
o The final file that I uploaded as 0.16 had missed a few final
cleanup updates and fixes, one of which can cause some messages
not to appear, and the fade out loop problem was still present.
These issues should be fixed in this version.

The changes for 0.16 were:
o Sound playback should no longer be interrupted
o Reworked the internal triggering system; reintroduced delays
to prevent multiple messages in one folder causing multiple
alerts, and fixed the 'double alert' issue for filters. This
should also fix the problem where sometimes alerts weren't
fired at all.
o Removed the call to updateFolder() which may be the cause
of seemingly unrelated caching problems in Thunderbird
o Fixed a looping issue in the closing of fading alerts

Version 0.16 188.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 8.*

o Sound playback should no longer be interrupted
o Reworked the internal triggering system; reintroduced delays
to prevent multiple messages in one folder causing multiple
alerts, and fixed the 'double alert' issue for filters. This
should also fix the problem where sometimes alerts weren't
fired at all.
o Removed the call to updateFolder() which may be the cause
of seemingly unrelated caching problems in Thunderbird
o Fixed a looping issue in the closing of fading alerts

Version 0.15.3 185.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 10.*

o Fixed a bug when selecting a new icon and an error was shown
o Fixed a bug when selecting a new icon and the window was not
resized properly
o Fixed a bug where play a sound resulted in an error if the global
mute had never been set

Version 0.15.2 185.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 8.*

Fixed a bug in charset conversion that caused execute a command not to work on some setups

Version 0.15 184.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.3.*, Thunderbird 3.0 - 7.*

o Configuration has changed; you can now define a set of alerts,
and specify one or more alerts per folder directly from the
folder context menu. Existing configuration is automatically
converted to the new one.
o Mailbox alert can now also be used as a filter action
o You can now right-click the alert message popup to get a menu with
all the available actions mailbox alert can do on the message
(this list is similar to the default click action you can
configure)
o If duration for popups is set to 0, it is never automatically closed
o You can now choose custom locations on your screen for the 'show
message' option.
o Added a %date and a %time macro
o Sliding and fading alerts should be smoother now
o Added an option to delete the message from the alert popup (moves
it to trash)
o Changed the way Mailbox Alert listens to the arrival of new messages.
There should no longer be a delay between the arrival and the alert,
and some problems that people have been experiencing should now be
solved.
o Execute a command now supports quoting with "
o Internal sound is no longer the system beep but a built-in bell sound.

Version 0.14.6 58.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.1.*, Thunderbird 1.0 - 6.*

Minor update to make it work with Seamonkey 2.1

Version 0.14.5 58.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.0.*, Thunderbird 1.0 - 3.1.*

Two compatibility issues with older versions of Thunderbird resolved:
o Fixed an issue on Thunderbird 2 caused by a changed internal API,
where alerts would not fire at all in some circumstances.
o Fixed another issue with Thunderbird 2 where 'execute a command'
did not work for some executables in Windows.

Version 0.14.4 58.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.0.*, Thunderbird 1.0 - 3.1.*

o Fixed a problem where the check if a command is executable failed
on Windows, even though the command would run fine
o Fixed a problem where the folder was not always correctly selected
with the 'Open in current window' option

Version 0.14.3 58.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.0.*, Thunderbird 1.0 - 3.1.*

- Fixed a problem with older thunderbirds that don't have some functions
newer versions do
- Fixed a bug in the assignment of a few of the macro variables

Version 0.14.1 57.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.0.*, Thunderbird 1.0 - 3.1.*

- Fixed a problem for thunderbird 2
- Updates locales for da-DK

Version 0.14 58.0 KiB Fonctionne avec SeaMonkey 2.0 - 2.0.*, Thunderbird 1.0 - 3.1.*

- New option in 'global preferences', open the message in
existing window (and raise it)
- Alert message window is immediately closed after it is clicked
- Added a global 'mute' option (in the tools menu)
- In an earlier release I lost a lot of translations, these have been
re-added, though most are not complete, so some english might
still show up. Once I figure out how to use babelzilla again, I'll
update them as they come along.