Skip to content

2.5.5

Compare
Choose a tag to compare
@ItzDerock ItzDerock released this 01 Jun 23:11
· 132 commits to master since this release

✨ What's Changed?

⚠️ generateFromMessages IS NO LONGER SYNCRONOUS, YOU WILL NEED TO await IT!

  • Added saveImages option to save images as base64 and embed it in the img tag. (#31)
    • Prevents deleted images from disappearing from the transcript.
  • Added useCDN to use a cdn that hosts the css rather than bundling in the css in the html.
    • Reduces the filesize of the generated transcript.

🐛 Bug Fixes

  • Fixed a bug where attachments would appear next to text content
    image
  • Removed discord.js as a dependency (you are expected to have it installed)
    • Prevents issues caused by mismatched discord.js versions

🛠️ Developer Updates (only affects source)

  • Moved build to a build.mjs file to easily automate the building process cross platforms