Skip to content

Releases: btskinner/grm

Version 0.4.2

03 Jan 23:48
Compare
Choose a tag to compare

Updates

  • continued to covert master to main language
  • added gitBranchToMain() function to change local branch to main from master when initializing a new student repo

Version 0.4.1

03 Jan 22:43
Compare
Choose a tag to compare

Updates

  • changing language from master to main

Version 0.4.0

13 Mar 02:31
Compare
Choose a tag to compare

Updates

New features

  • added tab completion to file paths search
  • added question / option to use either SSH or HTTPS

Version 0.2.2

13 Sep 22:50
Compare
Choose a tag to compare

Updates

Bug Fixes

  • Fixed bug in grader that caused program crash

Version 0.2.1

29 Aug 19:38
Compare
Choose a tag to compare

Updates

Bug fixes

  • Clone should now work
  • Improved awareness of internet connectivity/work flow

Version 0.2.0

27 Aug 21:22
Compare
Choose a tag to compare

Updates

Changes

  • Moved to beta status
  • New option menu depending on whether user is online or not
    • Full featured menu when connected to internet
    • Short menu when offline that allows for grading

Version 0.1.6

27 Aug 20:08
Compare
Choose a tag to compare

Updates

Changes

  • Initializing the GitRoom now makes initial pull
  • Added option to have public or private repositories

Bug fixes

  • Option (2) to add students now should work
  • Better error handling when trying to save GitRoom json object if directory doesn't exist

Version 0.1.5

21 Aug 23:13
Compare
Choose a tag to compare

Updates

Moved most of README information to linked manual

Version 0.1.4

11 Aug 22:19
Compare
Choose a tag to compare

Updates

Bug Fixes

  • Fixed push command in repository update (menu option # 5)
  • Fixed push command (menu option #7)

Improvements

  • Grader now allows user to choose comment character

Version 0.1.3

10 Aug 04:07
Compare
Choose a tag to compare

Updates

  • Added Travis CI
  • Added automatic deployment to PyPI for tagged releases
  • Small changes to REAMDE files