Skip to content

Commit

Permalink
chore: Changelog & Build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOptimize committed Apr 19, 2024
1 parent 36b8799 commit d16f046
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
17 changes: 6 additions & 11 deletions ShowHiddenChannels.plugin.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.'],
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 4 additions & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'],
Expand All @@ -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',
Expand Down

0 comments on commit d16f046

Please sign in to comment.