Skip to content

Releases: ItzDerock/discord-html-transcripts

2.5.8

19 Jun 16:55
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #40 Fixed v14 support
  • Fixed the url checking regex. (it would incorrectly flag messages as url only)
  • #41 Fixes v12 support (? not fully tested)

2.5.7

04 Jun 20:27
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #35 Fixes a bug where the package would not grab more than the first 100 messages.
  • If minification fails, it will error to console but will not cause a crash. (instead returns unminified code)

2.5.6

03 Jun 20:17
Compare
Choose a tag to compare

✨ What's Changed?

  • #32 Added support for reactions
  • #33 Added support for role mentions
  • #34 Added support for discord.js v14 (discord.js@dev)

2.5.5

01 Jun 23:11
Compare
Choose a tag to compare

✨ 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