7.0.3.2

Details

  • Filename
    LibTextDump-1.0-7.0.3.2.zip
  • Uploaded by
  • Uploaded
    Aug 9, 2016
  • Size
    7.73 KB
  • Downloads
    10,407
  • MD5
    2f9dd2c941acdf934bd6b8fe3cb6f923

Supported WoW Retail Versions

  • 7.0.3

Changelog

tag 7.0.3.2
9a3a966fce3aace95b385a76afe35fc8577b7fc7
James D. Callahan III <jcallahan@curse.com>
2016-08-09 03:57:02 -0500

--------------------

James D. Callahan III:
    - Increase MINOR version.
    - Under-the-hood changes; mostly renames.
    - Add dateFormat parameter to AddLine and InsertLine - uses the Lua date function to prefix the text with [dateFormat]. Example: textDump: AddLine("This is my message", "%X") ➜ [02:04:55] This is my message.
    - Refresh the display if the frame is visible when AddLine is called, to allow things like real-time debug dumps.
    - Remove unused upvalue and extraneous whitespace.