1.3.7 - updated to 0.8.1 sdk - random bug fixes - added utf-16 big endian output - single config page so can put multiple foo_text.dlls in component dir for multi-file output 1.3.6a changes * %_system_day_of_week% is not zero-indexed * Minor changes 1.3.6 changes * Uses string_list_null_delimited for extra items for the sake of it * Fixed up date & time formatting; added additional date / time special fields * Allows not writing byte order marker for unicode text files; also allows forcing ofwrite in enciding set in prefs for append mode * Misc changes. 1.3.5a changes * Playlist contents event does not respond to on_modified() event anymore - was unnecesarily causing text file to be written every second of playback * Some other small fixes / changes 1.3.5 changes * Moved formatting strings to separate config page, now lots of space to type strings ;) * Many other config related changes * Added special fields from History component; since i dont know of any easy way to add my own functions to the plugin's titleformatting, you have to set the number of previous and forward items you want available, and then the special fields will be available in the format %_history_x% (where x is relative to current history index and must have +/- sign), and they will be formatted according to the history string set in prefs. * Fixed obscure bug where append separator not written at end of 3-byte ANSI file.. * Fixed no quit string written on system shutdown * added %_playlists_total% (total playlists) * added event for some changes to playlist contents, for %_playlist_number% & %_playlist_total% * also expanded events playlist switch event responds to, now keeps track of %_playlist_index%, %_playlists_total% and %_playlist_name% properly More bits of changelog can be found in fb2k third party forum thread