6.6.2
Fixed
- Library tab "No games found" crash —
_bridge_load_library,_bridge_fetch_library_images, and_bridge_cancel_bulk_importhad staleself.references that were not converted tobridge.during the web_bridge.py refactoring, causingNameError: name 'self' is not defined. Library tab, cloud saves, and bulk import now work correctly. - Cloud saves
WebBridgereference crash —cloudsaves_bridge.pyhad 5 staleWebBridge._get_bundled_tool_path()references (lines 151, 207, 249, 484, 644) left over from the bridge extraction. Changed tobridge._get_bundled_tool_path().