Skip navigation.

Światełko w tunelu

by Wasacz

Posts tagged with "addons"

Satin Mod 1.3.1 released

, ,

I've just released a new version (1.3.1) of Satin Mod IEView template for Miranda IM (another download location). Changes in this version:

  • Added support for URLs in StatusMessageChangeNotify plugin notifications
  • Improved styling for events: File and URL - too long text is not wrapped and now it's trimmed with ellipsis; also added tooltips for files pathnames
  • Improved JavaScript for easier to customize
  • Reduced size of .ivt template file
  • Some CSS tweaks
  • Fixed bug with Status event height (in old messages)
  • Improved text copying

Hope you enjoy the new version. It works a little bit faster. More information.

Satin Mod - IEView Template for Miranda IM

, ,

Satin Mod is my first release for Miranda IM. This is a ported version of Riddle's template for Konnekt (Polish messenger), inspired by original Satin template from Adium X. This version has a bit different look than original one and also has some nice features:

  • Layout based on definition lists (dl, dt, dd) makes conversation window loads much faster,
  • Working word wrapping - too long text is breaking into the new line,
  • Support for message grouping,
  • Styling for events: change status, incoming files and URLs,
  • Special relative date format - "Today" string is hidden (but other timestamps are displayed normally) and your window is clear (see date.js),
  • Support for highligthing the old messages.

satinmod-preview.png - template preview for version 1.3.1 (41.5 KB)

satinmod.zip - file to download, version 1.3.1 (51.4 KB)

If you will find any bugs, please report them in post comments below or use my JID. Thanks.


Changelog

  • Version 1.3.1
    • Improved text copying
  • Version 1.3
    • Added support for URLs in StatusMessageChangeNotify plugin notifications
    • Improved styling for events: File and URL - too long text is not wrapped and now it's trimmed with ellipsis; also added tooltips for files pathnames
    • Improved JavaScript for easier to customize
    • Reduced size of .ivt template file
    • Some CSS tweaks
    • Fixed bug with Status event height (in old messages)
  • Version 1.2
    • Added support for old messages
    • Added support for URL events
  • Version 1.1
    • Many code improvements