From 5afbadd1d890c3b33f21de495978a6605b10a263 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:05:42 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + index.json | 7 +------ plugin_manager.py | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb758b..9a141d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - UI now works again for other scales if used from dev console. - Added a new feature to move through plugins. - Fixed popups getting stuck in background. +- Missing version CHANGELOG no longer causes error ### 1.1.3 (06-04-2025) diff --git a/index.json b/index.json index ea8c9bb..eb04d3d 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.2.1": { - "api_version": 9, - "commit_sha": "ed6d946", - "released_on": "09-08-2025", - "md5sum": "9341a0a0ec2ecc41f14a6570ccb7882a" - }, + "1.2.1": null, "1.1.3": { "api_version": 9, "commit_sha": "728b01b", diff --git a/plugin_manager.py b/plugin_manager.py index d1c8458..667d992 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1961,6 +1961,8 @@ class PluginManagerWindow(bui.MainWindow): def get_main_window_state(self) -> bui.MainWindowState: # Support recreating our window for back/refresh purposes. global open_popups + # Close all open popups if ui changes. + # check pr #390 for more info. for popup in open_popups: try: bui.containerwidget(edit=popup._root_widget, transition='out_scale')