7.0.3.2
Details
-
FilenameLibTextDump-1.0-7.0.3.2.zip
-
Uploaded by
-
UploadedAug 9, 2016
-
Size7.73 KB
-
Downloads10,429
-
MD52f9dd2c941acdf934bd6b8fe3cb6f923
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.