Skip to content

Release 3.5.0

Compare
Choose a tag to compare
@Robert-Nogueira Robert-Nogueira released this 30 Jun 22:24
· 47 commits to main since this release

Release Notes - [3.5.0] (30/06/2024)

📜 Summary

🚀 Features

  • Refactor application tag references to name for better consistency and clarity.

🐛 Bug Fixes

  • Fixed import order in squarecloud/__init__.py to maintain PEP8 compliance.
  • Corrected the handling of 'lang' and 'name' fields in squarecloud/client.py.

✨ Enhancements

  • Updated CLI tables to display app names instead of tags for improved readability.
  • Revised data classes in squarecloud/data.py to use 'name' instead of 'tag' and removed 'isWebsite'.
  • Improved file info class in squarecloud/data.py to set a default size of 0.0.

🚨 Breaking Changes

  • Replaced all instances of 'tag' with 'name' in the Application class, which may affect existing implementations relying on the 'tag' property.

✏️ Additional Notes

  • Ensure that all references to the application tag are updated to the new name property to avoid any inconsistencies or runtime errors.