Changelog
Version 1.3.9
- Fixed jQuery not working
Version 1.3.8
- Fixed languages not showing when there are too many
- New Italian translation by Pyrox and Antonio Sarro
- New Thai translation by Vatunyoo Suwannapisit
Version 1.3.7
- Fixed a duplicate in locale.js
- Refactored the code
Version 1.3.6
- Added an installation guide
Version 1.3.5
- Added a translation guide for newcomers
- Added a contribution guide for newcomers
- New Polish translation by ziomciopoziomcio
- New Czech translation by ziomciopoziomcio
- New Slovakian translation by ziomciopoziomcio
Version 1.3.4
- New Ukrainian translation by Payz123
- Updated contributors
Version 1.3.3
- New Russian translation by Koteich-dev
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 translation by LevantHAN
- New Turkish translation by LevantHAN
- Removed
deleteMessage()
&editMessage()
and moved the code into their matching discord events