- Added
session.connect_tw_cloud
function which was mentioned in the documentation but missing in the code
- Fixed an issue with
WsCloudEvents
, updating is highly recommended
- Fixed
scratchattach.search_projects
,scratchattach.User.projects
,scratchattach.User.favorites
andscratchattach.User.viewed_projects
(these broke in v1.4.0 due to changing the module names) - Removed broken function
scratchattach.search_comments
entirely
- Fixed
scratchattach.get_cloud_logs
function (has been broken since v1.4.0)
- Fixed
project.studios()
function
- Added
studio.set_thumbnail(file="filename")
method - Added
project.set_json(json_data)
method
- Changed module names (removed _ charaters from the filenames of the files in /scratchattach) in order to document the project with sphinx
- Added sphinx documentation (WIP): https://scratchattach.readthedocs.io/en/latest/
- Added comments to code