Update changelog

This commit is contained in:
Loup-Garou911XD 2025-08-09 22:05:42 +05:30
parent ce91e940ec
commit 5afbadd1d8
3 changed files with 4 additions and 6 deletions

View file

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

View file

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

View file

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