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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
changes
added id field to each exercise returned by exercise-download output type
serialize some dates returned by the TMC API as datetimes instead of strings (for example, CourseData::refreshed_at)
restructured the tmc-langs API to reduce nesting (use tmc_langs::CourseData instead of use tmc_langs::data::CourseData)...
download-or-update-course-exercises now downloads the latest submission by default if one exists and the exercise doesn't exist on disk. Added new flag download-template to force downloading the template in every case