|
| 1 | +Changelog |
| 2 | +========== |
| 3 | + |
| 4 | +Version 0.5.0 |
| 5 | +------------- |
| 6 | + |
| 7 | +**Released**: Februari 14th, 2019 |
| 8 | + |
| 9 | +**Features & Updates** |
| 10 | + |
| 11 | +- Support Python 3.5 & 3.6 `(#35) |
| 12 | + <https://github.com/CodeGra-de/CodeGra.fs/pull/35>`__: Tests are now also run |
| 13 | + on Python 3.5 and 3.6 to ensure compatibility with older systems. |
| 14 | +- Handle duplicate names better `(#35) |
| 15 | + <https://github.com/CodeGra-de/CodeGra.fs/pull/35>`__: When two objects (i.e. |
| 16 | + submissions, assignments, etc.) had the same name, only one would be |
| 17 | + displayed in the filesystem. It was indeterminate which one would be shown, |
| 18 | + so this could cause a lot of confusion. This patch appends the creation |
| 19 | + date/time, so two objects with the same name can be distinguished. |
| 20 | +- Handle group names `(#35) |
| 21 | + <https://github.com/CodeGra-de/CodeGra.fs/pull/35>`__ `(#38) |
| 22 | + <https://github.com/CodeGra-de/CodeGra.fs/pull/38>`__: When an assignment is |
| 23 | + a group assignment, the filesystem now shows the group names, and adds a |
| 24 | + special `.cg-group-members` file in submission directories. |
| 25 | + |
| 26 | +Version 0.4.2 |
| 27 | +------------- |
| 28 | + |
| 29 | +**Released**: October 30th, 2019 |
| 30 | + |
| 31 | +**Features & Updates** |
| 32 | + |
| 33 | +- GUI to control CodeGra.fs `(#29) |
| 34 | + <https://github.com/CodeGra-de/CodeGra.fs/pull/29>`__: The CodeGrade |
| 35 | + filesystem now comes with a graphical interface where various settings can be |
| 36 | + managed. |
| 37 | +- Experimental Windows 10 support `(#29) |
| 38 | + <https://github.com/CodeGra-de/CodeGra.fs/pull/29>`__. |
0 commit comments