From 5d773946bb17ce0eb82b0a320436b386cb7645b3 Mon Sep 17 00:00:00 2001 From: kingsamurai123 Date: Tue, 31 Jan 2023 10:16:15 +0000 Subject: [PATCH 1/3] [ci] auto-format --- plugin_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_manager.py b/plugin_manager.py index e789d07..412575c 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -960,8 +960,8 @@ class PluginWindow(popup.PopupWindow): color=(1, 1, 1, 1), rotate=25, scale=0.45) - - ## Below snippet handles the tutorial button in the plugin window + + # Below snippet handles the tutorial button in the plugin window tutorial_url = self.plugin.info["external_url"] if tutorial_url: open_pos_x = (10 if _uiscale is ba.UIScale.SMALL else From 2e78a54c682fb163fd5e3e516985bf9160eede0c Mon Sep 17 00:00:00 2001 From: Sravan Kumar <42110198+kingsamurai123@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:32:46 +0530 Subject: [PATCH 2/3] Update Changelog.md Edited the changelog to display the 0.2.3 description. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a46809..26bf651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Plugin Manager (dd-mm-yyyy) +### 0.2.3 (31-01-2023) + +- Displays a tutorial button, whenever there is a external_url is present in the plugin data. + ### 0.2.2 (18-01-2023) - Auto add new line breaks in long plugin descriptions. From 8f61bce3a5030fac5a900f324c0b1ecd1f042b3c Mon Sep 17 00:00:00 2001 From: Sravan Kumar <42110198+kingsamurai123@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:33:59 +0530 Subject: [PATCH 3/3] typo in the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bf651..6088c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 0.2.3 (31-01-2023) -- Displays a tutorial button, whenever there is a external_url is present in the plugin data. +- Displays a tutorial button, whenever there is a "external_url" present in the plugin data. ### 0.2.2 (18-01-2023)