From 239a237e8ffd0ad5ae1dbd7cc5f21e7b4470422d Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:37:18 +0530 Subject: [PATCH 1/3] account_switcher updated to save config on switch --- plugins/utilities.json | 1 + plugins/utilities/account_switcher.py | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/utilities.json b/plugins/utilities.json index 0e8dfa4..ba81a66 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -2325,6 +2325,7 @@ } ], "versions": { + "1.1.0": null, "1.0.0": { "api_version": 9, "commit_sha": "f62ed2a", diff --git a/plugins/utilities/account_switcher.py b/plugins/utilities/account_switcher.py index d445109..151f33e 100644 --- a/plugins/utilities/account_switcher.py +++ b/plugins/utilities/account_switcher.py @@ -229,6 +229,7 @@ class AccountSwitcherUI(bui.Window): return account_folder = path.join(ACCOUNTS_DIR, self._selected_profile) + self.save_current_account() def do_switch(): for fname in ACCOUNT_FILES: dest = path.join(USER_DIR, fname) From a694c989a1348a2c53a92733cc9c922f75e6c760 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Tue, 30 Dec 2025 08:08:31 +0000 Subject: [PATCH 2/3] [ci] auto-format --- plugins/utilities/account_switcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/utilities/account_switcher.py b/plugins/utilities/account_switcher.py index 151f33e..10ed09a 100644 --- a/plugins/utilities/account_switcher.py +++ b/plugins/utilities/account_switcher.py @@ -230,6 +230,7 @@ class AccountSwitcherUI(bui.Window): account_folder = path.join(ACCOUNTS_DIR, self._selected_profile) self.save_current_account() + def do_switch(): for fname in ACCOUNT_FILES: dest = path.join(USER_DIR, fname) From 998bd65f1fa43dda0b7ee6b325b466f9faf913eb Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Tue, 30 Dec 2025 08:08:32 +0000 Subject: [PATCH 3/3] [ci] apply-version-metadata --- plugins/utilities.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index ba81a66..34ec19f 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -2325,7 +2325,12 @@ } ], "versions": { - "1.1.0": null, + "1.1.0": { + "api_version": 9, + "commit_sha": "a694c98", + "released_on": "30-12-2025", + "md5sum": "65ba0c35c08ace82141945c56f87142a" + }, "1.0.0": { "api_version": 9, "commit_sha": "f62ed2a",