Releases: ItzDerock/discord-html-transcripts
Releases · ItzDerock/discord-html-transcripts
v3.2.0
v3.1.5
v3.1.4
v3.1.3
✨ What's Changed
- Allow custom
footerText
by @GeekCornerGH in #92
🐛 Bug Fixes
- #107 Fix broken timestamps in
b230855
- #105 Fixed a bug causing images to overflow on smaller devices
- #96 Set charset to
utf-8
by @SerenModz21 in #97 - #91 Use the correct pin emoji in
ce2c91d
New Contributors
- @SerenModz21 made their first contribution in #97
- @GeekCornerGH made their first contribution in #92
Full Changelog: v3.1.2...v3.1.3
v3.1.2
v3.1.1
🐛 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
✨ 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
- @LonoxX made their first contribution in #74
- @imranbarbhuiya made their first contribution in #72
Full Changelog: v3.0.0...v3.1.0
🥳v3.0.0
⚠️ 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
- #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
2.6.0
🐛 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.