Devlogs
Ver 1.0.3 - YEP_CoreMessage compatibility
[ver 1.0.3]
- Now the extraction will keep the same breakline if your message is multi-line.
- In additional to that, instead of using \n to breakline, you can simply breakline in Excel (or Goolge Spreadsheet or similar software).
Example.
Before: Today is a good day!\n Right, David?
Now: Today is a good day!
(breakline in CSV file) Right, David?
- Added support for YEP_MessageCore plugin.
- Minor bug fixes