Changelog
Version 1.3.2
- Added a link to the original repo at the bottom of the page
- Added support for embed, still WIP until fully tested (mainly tested on Twitter embeds, see this issue)
- Replaced header
p
tags by actual headersh
tags - Switched back to discord.12.1.1 because of cross-origin issue with master and stable
- Removed toggleVisibility functions to replace with a pre-made one in jQuery
- Fixed mouse wheel event not working on Firefox
Version 1.3.1
- Added code blocks to markdown formatting
- Added mention replacement
- Added embed support (WIP)
- Updated attachments to directly send images, audios and videos
Version 1.3.0
- Updated the locale code to automatically switch to english in case of missing translations
- Updated the
contentReplacement()
function to also replace markdown - Updated
deleteMessage()
&editMessage()
to make use of jQuery selectors - Updated the mousewheel binding code
- New function to format any timestamp into local timestamp (
formatTimestamp(dateLike)
) - New Dutch locale by LevantHAN
- New Turkish locale by LevantHAN
- Removed
deleteMessage()
&editMessage()
and moved the code into their matching discord events