mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update changelog
This commit is contained in:
parent
ce91e940ec
commit
5afbadd1d8
3 changed files with 4 additions and 6 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
- UI now works again for other scales if used from dev console.
|
- UI now works again for other scales if used from dev console.
|
||||||
- Added a new feature to move through plugins.
|
- Added a new feature to move through plugins.
|
||||||
- Fixed popups getting stuck in background.
|
- Fixed popups getting stuck in background.
|
||||||
|
- Missing version CHANGELOG no longer causes error
|
||||||
|
|
||||||
### 1.1.3 (06-04-2025)
|
### 1.1.3 (06-04-2025)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||||
"versions": {
|
"versions": {
|
||||||
"1.2.1": {
|
"1.2.1": null,
|
||||||
"api_version": 9,
|
|
||||||
"commit_sha": "ed6d946",
|
|
||||||
"released_on": "09-08-2025",
|
|
||||||
"md5sum": "9341a0a0ec2ecc41f14a6570ccb7882a"
|
|
||||||
},
|
|
||||||
"1.1.3": {
|
"1.1.3": {
|
||||||
"api_version": 9,
|
"api_version": 9,
|
||||||
"commit_sha": "728b01b",
|
"commit_sha": "728b01b",
|
||||||
|
|
|
||||||
|
|
@ -1961,6 +1961,8 @@ class PluginManagerWindow(bui.MainWindow):
|
||||||
def get_main_window_state(self) -> bui.MainWindowState:
|
def get_main_window_state(self) -> bui.MainWindowState:
|
||||||
# Support recreating our window for back/refresh purposes.
|
# Support recreating our window for back/refresh purposes.
|
||||||
global open_popups
|
global open_popups
|
||||||
|
# Close all open popups if ui changes.
|
||||||
|
# check pr #390 for more info.
|
||||||
for popup in open_popups:
|
for popup in open_popups:
|
||||||
try:
|
try:
|
||||||
bui.containerwidget(edit=popup._root_widget, transition='out_scale')
|
bui.containerwidget(edit=popup._root_widget, transition='out_scale')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue