diff --git a/Plugins/BetterTypingUsers/BetterTypingUsers.plugin.js b/Plugins/BetterTypingUsers/BetterTypingUsers.plugin.js index 812ebe2..1c04cd0 100644 --- a/Plugins/BetterTypingUsers/BetterTypingUsers.plugin.js +++ b/Plugins/BetterTypingUsers/BetterTypingUsers.plugin.js @@ -27,7 +27,7 @@ * All rights reserved. * Code may not be redistributed, modified or otherwise taken without explicit permission. */ -var BetterTypingUsers = (() => { +module.exports = (() => { /* Setup */ const config = { main: 'index.js', @@ -41,21 +41,16 @@ var BetterTypingUsers = (() => { twitter_username: '' } ], - version: '1.0.0', + version: '1.0.1', description: 'Replaces "Several people are typing" with who is actually typing, plus "x others" if it can\'t fit. Number of shown people typing can be changed.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/BetterTypingUsers/BetterTypingUsers.plugin.js' }, changelog: [ { - title: 'Initial release!', - type: 'added', - items: ['Max users typing changed to 5, with showing and "x others" if more people than that are typing.'] - }, - { - title: 'future plans', - type: 'progress', - items: ['Auto fit max number of people typing, until there is no space left.'] + title: 'fixed', + type: 'fixed', + items: ['Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.'] } ], defaultConfig: [ diff --git a/Plugins/BetterTypingUsers/CHANGELOG.md b/Plugins/BetterTypingUsers/CHANGELOG.md index 8cc138f..a3da9e7 100644 --- a/Plugins/BetterTypingUsers/CHANGELOG.md +++ b/Plugins/BetterTypingUsers/CHANGELOG.md @@ -1,4 +1,7 @@ # [BetterTypingUsers](https://1lighty.github.io/BetterDiscordStuff/?plugin=BetterTypingUsers "BetterTypingUsers") Changelog +### 1.0.1 +- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently. + ### 1.0.0 - Initial release - Max users typing changed to 5, with showing and "x others" if more people than that are typing. diff --git a/Plugins/BetterUnavailableGuilds/BetterUnavailableGuilds.plugin.js b/Plugins/BetterUnavailableGuilds/BetterUnavailableGuilds.plugin.js index 765fa41..371d188 100644 --- a/Plugins/BetterUnavailableGuilds/BetterUnavailableGuilds.plugin.js +++ b/Plugins/BetterUnavailableGuilds/BetterUnavailableGuilds.plugin.js @@ -27,7 +27,7 @@ * All rights reserved. * Code may not be redistributed, modified or otherwise taken without explicit permission. */ -var BetterUnavailableGuilds = (() => { +module.exports = (() => { /* Setup */ const config = { main: 'index.js', @@ -41,16 +41,16 @@ var BetterUnavailableGuilds = (() => { twitter_username: '' } ], - version: '0.2.7', + version: '0.2.8', description: 'Force Discord to show server icons of unavailable servers, instead of "1 server is unavailable" and enable interaction with the server (ability to leave the server, move it around, etc).', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/BetterUnavailableGuilds/BetterUnavailableGuilds.plugin.js' }, changelog: [ { - title: 'fixes n stuff', - type: 'added', - items: ['Fixed rare bug when client reconnects.'] + title: 'fixed', + type: 'fixed', + items: ['Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.'] } ], defaultConfig: [ diff --git a/Plugins/BetterUnavailableGuilds/CHANGELOG.md b/Plugins/BetterUnavailableGuilds/CHANGELOG.md index e221517..3a63515 100644 --- a/Plugins/BetterUnavailableGuilds/CHANGELOG.md +++ b/Plugins/BetterUnavailableGuilds/CHANGELOG.md @@ -1,4 +1,7 @@ # [BetterUnavailableGuilds](https://1lighty.github.io/BetterDiscordStuff/?plugin=BetterUnavailableGuilds "BetterUnavailableGuilds") Changelog +### 0.2.8 +- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently. + ### 0.2.7 - Fixed rare bug when client reconnects. diff --git a/Plugins/CrashRecovery/CHANGELOG.md b/Plugins/CrashRecovery/CHANGELOG.md index fe6b59a..2ab46ba 100644 --- a/Plugins/CrashRecovery/CHANGELOG.md +++ b/Plugins/CrashRecovery/CHANGELOG.md @@ -1,4 +1,7 @@ # [CrashRecovery](https://1lighty.github.io/BetterDiscordStuff/?plugin=CrashRecovery "CrashRecovery") Changelog +### 0.1.7 +- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently. + ### 0.1.6 - Removed usage of soon to be deprecated globals. diff --git a/Plugins/CrashRecovery/CrashRecovery.plugin.js b/Plugins/CrashRecovery/CrashRecovery.plugin.js index ccd1019..5c265d0 100644 --- a/Plugins/CrashRecovery/CrashRecovery.plugin.js +++ b/Plugins/CrashRecovery/CrashRecovery.plugin.js @@ -27,7 +27,7 @@ * All rights reserved. * Code may not be redistributed, modified or otherwise taken without explicit permission. */ -var CrashRecovery = (() => { +module.exports = (() => { /* Setup */ const config = { main: 'index.js', @@ -41,16 +41,16 @@ var CrashRecovery = (() => { twitter_username: '' } ], - version: '0.1.6', + version: '0.1.7', description: 'In the event that your Discord crashes, the plugin enables you to get Discord back to a working state, without needing to reload at all.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/CrashRecovery/CrashRecovery.plugin.js' }, changelog: [ { - title: 'misc changes', + title: 'fixed', type: 'fixed', - items: ['Removed usage of soon to be deprecated globals.'] + items: ['Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.'] } ], defaultConfig: [ diff --git a/Plugins/InAppNotifications/CHANGELOG.md b/Plugins/InAppNotifications/CHANGELOG.md index 1971a1f..7735f2e 100644 --- a/Plugins/InAppNotifications/CHANGELOG.md +++ b/Plugins/InAppNotifications/CHANGELOG.md @@ -1,4 +1,7 @@ # [InAppNotifications](https://1lighty.github.io/BetterDiscordStuff/?plugin=InAppNotifications "InAppNotifications") Changelog +### 1.0.6 +- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently. + ### 1.0.5 - Fixed settings not showing anything. - Lowered the minimum WPM setting to be 50 instead of 300, for you slower readers. If the notifications go away too fast, just enable `Calculate timeout by number of words` and lower the `Words Per Minute` slider in settings. diff --git a/Plugins/InAppNotifications/InAppNotifications.plugin.js b/Plugins/InAppNotifications/InAppNotifications.plugin.js index a87a054..6060e17 100644 --- a/Plugins/InAppNotifications/InAppNotifications.plugin.js +++ b/Plugins/InAppNotifications/InAppNotifications.plugin.js @@ -27,7 +27,7 @@ * All rights reserved. * Code may not be redistributed, modified or otherwise taken without explicit permission. */ -var InAppNotifications = (() => { +module.exports = (() => { /* Setup */ const config = { main: 'index.js', @@ -41,7 +41,7 @@ var InAppNotifications = (() => { twitter_username: '' } ], - version: '1.0.5', + version: '1.0.6', description: 'Show a notification in Discord when someone sends a message, just like on mobile.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/InAppNotifications/InAppNotifications.plugin.js' @@ -93,17 +93,7 @@ var InAppNotifications = (() => { { title: 'Fixed', type: 'fixed', - items: ['Fixed settings not showing anything.'] - }, - { - title: 'Misc changes', - type: 'added', - items: ['Lowered the minimum WPM setting to be 50 instead of 300, for you slower readers. If the notifications go away too fast, just enable `Calculate timeout by number of words` and lower the `Words Per Minute` slider in settings.'] - }, - { - title: '', - type: 'added', - items: ["Since some people are still confused, I'll put this here.", 'You can hover your mouse over the notification to stop the timer.', 'Right click the x button to dismiss all notifications.', 'You can change the position and remove the backdrop filter blur style as well as the backdrop color in XenoLib settings.', 'If you disable the backdrop effect and want to change the background color of the notification, simply use this custom CSS ```js\n.xenoLib-notification-content {\n background: #474747;\n}```'] + items: ['Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.'] } ] }; diff --git a/Plugins/SaveToRedux/CHANGELOG.md b/Plugins/SaveToRedux/CHANGELOG.md index 92b8826..cfcefe1 100644 --- a/Plugins/SaveToRedux/CHANGELOG.md +++ b/Plugins/SaveToRedux/CHANGELOG.md @@ -1,4 +1,7 @@ # [SaveToRedux](https://1lighty.github.io/BetterDiscordStuff/?plugin=SaveToRedux "SaveToRedux") Changelog +### 2.1.5 +- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently. + ### 2.1.4 - Fixed some options not doing anything diff --git a/Plugins/SaveToRedux/SaveToRedux.plugin.js b/Plugins/SaveToRedux/SaveToRedux.plugin.js index d3d66b7..f8dde6c 100644 --- a/Plugins/SaveToRedux/SaveToRedux.plugin.js +++ b/Plugins/SaveToRedux/SaveToRedux.plugin.js @@ -27,7 +27,7 @@ * All rights reserved. * Code may not be redistributed, modified or otherwise taken without explicit permission. */ -var SaveToRedux = (() => { +module.exports = (() => { /* Setup */ const config = { main: 'index.js', @@ -41,7 +41,7 @@ var SaveToRedux = (() => { twitter_username: '' } ], - version: '2.1.4', + version: '2.1.5', description: 'Allows you to save images, videos, profile icons, server icons, reactions, emotes and custom status emotes to any folder quickly, as well as install plugins from direct links.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/SaveToRedux/SaveToRedux.plugin.js' @@ -50,7 +50,7 @@ var SaveToRedux = (() => { { title: 'fixed', type: 'fixed', - items: ['Fixed some options not doing anything'] + items: ['Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.'] } ], defaultConfig: [ diff --git a/Plugins/UnreadBadgesRedux/CHANGELOG.md b/Plugins/UnreadBadgesRedux/CHANGELOG.md index f97ea93..9c49d1f 100644 --- a/Plugins/UnreadBadgesRedux/CHANGELOG.md +++ b/Plugins/UnreadBadgesRedux/CHANGELOG.md @@ -1,4 +1,7 @@ # [UnreadBadgesRedux](https://1lighty.github.io/BetterDiscordStuff/?plugin=UnreadBadgesRedux "UnreadBadgesRedux") Changelog +### 1.0.6 +- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently. + ### 1.0.5 - Fixed badge not showing on folders, again diff --git a/Plugins/UnreadBadgesRedux/UnreadBadgesRedux.plugin.js b/Plugins/UnreadBadgesRedux/UnreadBadgesRedux.plugin.js index 82928cf..defd1e3 100644 --- a/Plugins/UnreadBadgesRedux/UnreadBadgesRedux.plugin.js +++ b/Plugins/UnreadBadgesRedux/UnreadBadgesRedux.plugin.js @@ -27,7 +27,7 @@ * All rights reserved. * Code may not be redistributed, modified or otherwise taken without explicit permission. */ -var UnreadBadgesRedux = (() => { +module.exports = (() => { /* Setup */ const config = { main: 'index.js', @@ -41,7 +41,7 @@ var UnreadBadgesRedux = (() => { twitter_username: '' } ], - version: '1.0.5', + version: '1.0.6', description: 'Adds a number badge to server icons and channels.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/UnreadBadgesRedux/UnreadBadgesRedux.plugin.js' @@ -50,7 +50,7 @@ var UnreadBadgesRedux = (() => { { title: 'fixed', type: 'fixed', - items: ['Fixed badge not showing on folders, again'] + items: ['Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.'] } ], defaultConfig: [