From d16f0468bf156cd728adbcf1e6836164f52295d0 Mon Sep 17 00:00:00 2001 From: JustOptimize Date: Fri, 19 Apr 2024 21:23:36 +0200 Subject: [PATCH] chore: Changelog & Build --- ShowHiddenChannels.plugin.js | 17 ++++++----------- src/config.json | 2 +- src/index.js | 13 ++++--------- 3 files changed, 11 insertions(+), 21 deletions(-) diff --git a/ShowHiddenChannels.plugin.js b/ShowHiddenChannels.plugin.js index a1e74bf..3986aed 100644 --- a/ShowHiddenChannels.plugin.js +++ b/ShowHiddenChannels.plugin.js @@ -1,7 +1,7 @@ /** * @name ShowHiddenChannels * @displayName Show Hidden Channels (SHC) - * @version 0.4.7 + * @version 0.4.8 * @author JustOptimize (Oggetto) * @authorId 619203349954166804 * @source https://github.com/JustOptimize/return-ShowHiddenChannels @@ -804,12 +804,16 @@ const config = { ], description: "A plugin which displays all hidden Channels and allows users to view information about them, this won't allow you to read them (impossible).", - version: "0.4.7", + version: "0.4.8", github: 'https://github.com/JustOptimize/return-ShowHiddenChannels', github_raw: 'https://raw.githubusercontent.com/JustOptimize/return-ShowHiddenChannels/main/ShowHiddenChannels.plugin.js', }, changelog: [ + { + title: 'v0.4.8 - Icon fix', + items: ['Fixed the eye icon not showing properly.'], + }, { title: 'v0.4.7 - Bugfixes', items: ['Fixed the update checker not working properly.', 'Fixed guild blacklist settings not showing properly.'], @@ -818,15 +822,6 @@ const config = { title: 'v0.4.6 - Temp fix guild settings', items: ['Temporarily fixed guild blacklist settings not showing.'], }, - { - title: 'v0.4.5 - Styling', - items: [ - 'Fixed some styling issues with channel with many users (you can now scroll the page if needed)', - 'Reworked the hidden channel page styling', - 'Formatted code for better readability', - 'Created a couple of react components for better readability', - ], - }, ], main: 'ShowHiddenChannels.plugin.js', diff --git a/src/config.json b/src/config.json index 4a5cc61..3a80b26 100644 --- a/src/config.json +++ b/src/config.json @@ -1,7 +1,7 @@ { "name": "ShowHiddenChannels", "displayName": "Show Hidden Channels (SHC)", - "version": "0.4.7", + "version": "0.4.8", "author": "JustOptimize (Oggetto)", "authorId": "619203349954166804", "source": "https://github.com/JustOptimize/return-ShowHiddenChannels", diff --git a/src/index.js b/src/index.js index dbbd94d..f72aa89 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,10 @@ const config = { }, changelog: [ + { + title: 'v0.4.8 - Icon fix', + items: ['Fixed the eye icon not showing properly.'], + }, { title: 'v0.4.7 - Bugfixes', items: ['Fixed the update checker not working properly.', 'Fixed guild blacklist settings not showing properly.'], @@ -24,15 +28,6 @@ const config = { title: 'v0.4.6 - Temp fix guild settings', items: ['Temporarily fixed guild blacklist settings not showing.'], }, - { - title: 'v0.4.5 - Styling', - items: [ - 'Fixed some styling issues with channel with many users (you can now scroll the page if needed)', - 'Reworked the hidden channel page styling', - 'Formatted code for better readability', - 'Created a couple of react components for better readability', - ], - }, ], main: 'ShowHiddenChannels.plugin.js',