You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated `clear_test_apps.py` to check for '_test' in app name instead of tag.
- Fixed import order in `squarecloud/__init__.py`.
- Modified `squarecloud/app.py` to replace 'tag' with 'name' and removed 'isWebsite'.
- Updated CLI tables in `squarecloud/cli/app.py` and `squarecloud/cli/main.py` to display app name.
- Adjusted `Client` class in `squarecloud/client.py` for consistency in handling 'lang' and 'name' fields.
- Revised data classes in `squarecloud/data.py` to use 'name' instead of 'tag' and removed 'isWebsite'.
- Corrected file info class in `squarecloud/data.py` to set a default size of 0.0.
- Updated listener manager in `squarecloud/listeners/capture_listener.py` to reference app name.
0 commit comments