compensate for Zeres useless changes

This commit is contained in:
_Lighty_ 2020-07-26 13:39:27 +02:00
parent c64fe8389b
commit 0d1a99ee46
12 changed files with 41 additions and 38 deletions

View File

@ -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: [

View File

@ -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.

View File

@ -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: [

View File

@ -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.

View File

@ -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.

View File

@ -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: [

View File

@ -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.

View File

@ -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.']
}
]
};

View File

@ -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

View File

@ -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: [

View File

@ -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

View File

@ -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: [