From e858869b3fe4d66c9174bd55ce79138607d337fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=B8tav=C3=B8ne?= Date: Tue, 4 Aug 2020 10:19:34 +0200 Subject: [PATCH] v1.3.2 fixes #17 close #16 --- .github/README.md | 11 +- .idea/inspectionProfiles/Project_Default.xml | 5 + css/main.css | 46 +- img/icon/github_logo.png | Bin 0 -> 83600 bytes index.html | 20 +- js/discord.12.1.1.min.js | 1 + js/discord.master.min.js | 8894 ------------------ js/main.js | 28 - js/panel.js | 123 +- 9 files changed, 130 insertions(+), 8998 deletions(-) create mode 100644 img/icon/github_logo.png create mode 100644 js/discord.12.1.1.min.js delete mode 100644 js/discord.master.min.js diff --git a/.github/README.md b/.github/README.md index 8312d62..b721722 100644 --- a/.github/README.md +++ b/.github/README.md @@ -6,6 +6,15 @@ ## 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](https://github.com/Notavone/discord-panel/issues/16)) +* **Replaced** header `p` tags by actual headers `h` 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 is jQuery +* **Fixed** mouse wheel event not working on Firefox + ### Version 1.3.1 * **Added** code blocks to markdown formatting @@ -39,7 +48,7 @@ COMING SOON™ ## Built With 🔧 * [discord.js](https://github.com/discordjs/discord.js/tree/webpack) -* [JQuery](https://jquery.com/) +* [jQuery](https://jquery.com/) * [Bootstrap](https://getbootstrap.com/) ## Author 📝 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 5a64352..b1acf8b 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,11 @@