From 75f2d4ba7eeabc67278d8360f250ccfd56730274 Mon Sep 17 00:00:00 2001 From: RoguedBear <39442192+RoguedBear@users.noreply.github.com> Date: Sun, 16 Jan 2022 14:50:51 +0530 Subject: [PATCH] bump version - ready for release --- package.json | 4 ++-- src/AutoIdleOnAFK/config.json | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b0cc67c..1e09de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterdiscordplugin-autoidleonafk", - "version": "0.1.0", + "version": "0.1.1", "description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -14,7 +14,7 @@ "defaultConfig": { "pluginsFolder": "./src", "releaseFolder": "./release", - "copyToBD": true, + "copyToBD": false, "addInstallScript": true }, "author": "RoguedBear", diff --git a/src/AutoIdleOnAFK/config.json b/src/AutoIdleOnAFK/config.json index 7540eea..792ffc6 100644 --- a/src/AutoIdleOnAFK/config.json +++ b/src/AutoIdleOnAFK/config.json @@ -8,12 +8,22 @@ } ], "authorLink": "https://github.com/RoguedBear", - "version": "0.1.0", - "description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes.\nPlugin only works when your status is 'online' and you are not in a voice channel", + "version": "0.1.1", + "description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes.\nPlugin only works when your status is 'online' and you are not in a voice channel. \n\nFor Bugs or Feature Requests open an issue on my Github", "github": "https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK", "github_raw": "https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK/releases/latest/download/AutoIdleOnAFK.plugin.js" }, - "changelog": [], + "changelog": [ + { + "title": "First Release! 🥳", + "type": "progress", + "items": [ + "If you have found any bugs or have some feature requests,", + " feel free to open an issue on this [plugin's Github]", + "(https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK/issues)" + ] + } + ], "main": "index.js", "DEBUG": false, "DEBUG_ActuallyChangeStatus": false,