Skip to content

Releases: stograde/stograde

v2.7.2

14 Mar 02:11
797d74e
Compare
Choose a tag to compare

Same as v2.7.1, but I forgot to bump the version number before tagging v2.7.1.

v2.7.1

14 Mar 00:11
0fe3890
Compare
Choose a tag to compare
  • #128 - fix a crash from trying to read .cs251tkignore

v2.7.0

13 Mar 18:34
b54f672
Compare
Choose a tag to compare
  • #119 / #120 – tweak how the --web cli works

  • #122 – add .cs251tkignore support

  • #121 – properly allow missing "optional" files

  • #126 – exclude "optional" files from "partial submission" reporting

  • Update natsort dependency to v6 (#125)

v2.6.1

24 Feb 01:20
1504998
Compare
Choose a tag to compare

#117 – reduces the CI configuration needed to run the toolkit on StoGit to this:

image: 'stodevx/cs251-toolkit:v2.6.1'
build:
  stage: build
  script:
    - cs251tk --ci

#118 – bypasses an issue with compiling certain SD homeworks

v2.6.0

22 Feb 03:29
4f1dd05
Compare
Choose a tag to compare
  • #116 / #115 Fixes an issue with the webapp module and the PyPI package
  • #113 - Adds a --ci flag to be able to report feedback to the student directly in GitLab CI's output

v2.5.1

20 Feb 22:28
594d85e
Compare
Choose a tag to compare
  • #112 Fix an issue with SD homeworks and --web
  • #111 / #109 Fix an issue where asking to record a homework with no spec would panic the toolkit

v2.5.0

18 Feb 01:16
42ef489
Compare
Choose a tag to compare
  • Adds integration with the new Software Design mobile app – although I'm not entirely sure where that app lives (#104)

v2.4.3

07 Jan 00:44
03bd4a5
Compare
Choose a tag to compare

#101 - fix an issue around check_date

v2.4.2

26 Nov 02:30
ca94099
Compare
Choose a tag to compare
  • #96 - add -- to git log call, to allow analyzing filenames that start with a hyphen
  • #95 - improve first-run experience by automatically setting the stogit base URL to the selected course

v2.4.1

26 Nov 01:34
914d193
Compare
Choose a tag to compare

#93 - fixed #92 (an error occurred when trying to check the dates on the first submission)