Skip to content

Releases: ItzDerock/discord-html-transcripts

v3.2.0

16 Sep 15:42
afa1d9e
Compare
Choose a tag to compare

✨ What's Changed

New Contributors

Full Changelog: v3.1.5...v3.2.0

v3.1.5

31 Jul 22:15
1cc74b4
Compare
Choose a tag to compare

✨ What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

v3.1.4

18 Mar 14:31
a85f4fb
Compare
Choose a tag to compare

✨ What's Changed

  • Fixes twemoji parsing, all emojis pre-unicode 15 should work now. (#113)
  • Removed unnecessary dependency html-minifier (#110)
  • updated some other dependencies

Full Changelog: v3.1.3...v3.1.4

v3.1.3

25 Jan 03:16
cb5b491
Compare
Choose a tag to compare

✨ What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

20 Oct 12:23
b90f2a9
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: broken transcripts due to parsing incorrect package.json 92d5495

v3.1.1

20 Oct 00:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: some small bug fixes by @imranbarbhuiya in #79
    • pin message supports the reaction
    • fixed channel icon of category and other non-text channels (previously it was showing as voice channel)
    • added forum channel icon support
    • fixed thread member profile
    • removed edited from command reply
  • fix: Respect limit option by @Jiralite in #88
  • fix: saveImages will only save images, and ignore other files. 62fc2af

🚀 Performance Changes

  • perf: switched to jsdelivr cdn for faster loading 55a213c
    • (discord-components) moved fonts to jsdelivr
  • perf: limit the avatar image dimensions on replies 00475de

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

29 Sep 01:16
Compare
Choose a tag to compare

✨ What's Changed

  • Add Discord timestamp support 7c0a5a3
  • Added twemoji support by @imranbarbhuiya in #78
  • #70, #77 Added favicon option (options.favicon) 81d6f09
  • Replied message now gets highlighted when you click reply link edb233b
  • Short transcripts now fill the entire page dc31933

🐛 Bug Fixes

  • Fix filename in ReadMe by @LonoxX in #74
  • type fixed and improved by @imranbarbhuiya in #72
  • #75 Fixed poweredBy option by @imranbarbhuiya in #72
  • Use username not tag in mention ac1e46e
  • #76 Crash when mentioned channel/user is not found 9a0b8a9
  • Allow webhooks to use extended markdown 33cb64d
  • Fixed a bug where reply content could overflow page (discord-components)
  • Fixed random indentation in code blocks (discord-components)

New Contributors

Full Changelog: v3.0.0...v3.1.0

🥳v3.0.0

25 Sep 14:25
c13092b
Compare
Choose a tag to compare

⚠️ IMPORTANT

discord.js v13 is no longer supported! Please downgrade to discord-html-transcripts@^2
The deprecated returnBuffer boolean option has been removed in favor of returnType: 'buffer'

✨ What's new?

  • Completely overhauled markdown parsing
    • #54 #39 Added block quote support
    • #42 Fixed url parsing
  • #36 Support for buttons
  • @User used /command now shows on interaction responses
  • Added support for system messages
    • User joins
    • Boosts
    • Pinned Messages
    • Thread created
  • Added support for all text-based channels
  • Now uses react server-side rendering and web-components

2.6.1

21 Aug 22:58
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #51 Fixed a bug where if the message contains a hyperlink, the entire message would become hyperlinked.
  • #59 Merged a fix for not fetching all messages.
  • #53 Fixed a bug where saveImages set to true would put all images at bottom of transcript.

2.6.0

20 Jul 15:46
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #49 Fix v14 support
    • Since v14 is now the latest stable release of discord.js, v13 support will be deprecated and may be removed in a future update (probably when djs deprecates it)
  • #45 Fixed a bug where one super long string would overflow the page.

✨ New Features

  • #45 Message timestamps will now be formatted in the user's local timezone.