MessageFaces
[ Home |
Creating a Face image |
Frequently Asked Questions |
Release History ]
Release History
- 1.3.1 (2020-12-14)
- Fix https://github.com/JohnDDuncanIII/messagefaces/issues/4
- Fix mailcheck.js breakage which occurred due to http://mozilla.6506.n7.nabble.com/Upcoming-change-to-fixIterator-function-in-iteratorUtils-jsm-td367711.html
- Begin codebase cleanup
- 1.3 (2017-10-20)
- add support for monitoring windows (similar to picons newscheck-faces and xfaces unix programs)
- clean up codebase (there is more cleaning to do in the future)
- 1.2.5 (2016-04-25)
- implement a dirty hack that will only apply the column to
the mailnews view when the preference is enabled (when
enabled, the column will become the correct height only once a
message is clicked. I do not know why this happens).
- 1.2.4 (2016-04-24)
- add custom mailnews column.
- cache gravatar images.
- enable x-face styling through #fromBuddyIconXFace element
(for example, in the userChrome.css file).
- 1.2.3 (2016-04-09)
- Added support for address book/contact photo faces in the
message header.
- 1.2.2 (2016-04-01)
- Added support for displaying multiple picons at once (for
local lookups), if available.
Can now display X-Image-URL, X-Face-URL, and Face-URL headers
in separate vboxes (alongside all other headers).
- 1.2.1 (2016-03-14)
- Added local picon lookup support
- 1.2 (2016-03-08)
- Added picon support
- 1.1.3 (2016-03-07)
- Fixed an old msgHdrViewOverlay.js method call that had been
removed from the API (GetFirstSelectedMessage() is now
gFolderDisplay.selectedMessageUris[0];)
Fixed a bug that would prevent the default preferences from
being read
Fixed a bug that would assign the wrong variable preference
values (changed gPrefBranch calls to global mfPref.
gPrefBranch was never even initialized??)
Fixed a bug that would cause the program to give up before
reading the entire header (this was especially bad for modern
web-servers like Google's gmail. (changed '(content.length
> 512 * 8)' to (content.length > 512 * 32)
This add-on now works again.
- 1.1.2 (2007-05-14)
- V1.1.2 fixes a bug introduced in version 1.1.1 which
continued to show the previous message's face image when the
selected message did not have one.
- 1.1.1 (2007-05-01)
- With version 1.1.1, MessageFaces was made compatible with
Thunderbird 2. No other changes were made.
- 1.1 (2005-08-05)
- Adds support for X-Face headers, gravatar.com, local Face
images and Face URLs. Adds Brazilian, Catalan, Hungarian and
Polish locales.
- 1.0 (2004-10-28)
- Initial release, displays the Face header and allows the
user to set Face images for each identity. Includes English
(en-US) and German (de-DE) locales. Followed by bugfix
releases 1.0.1 and 1.0.2