Skip to content

Releases: CodeGra-de/CodeGra.fs

Version 1.0.0

Choose a tag to compare

@olmokramer olmokramer released this 19 Aug 17:09
v1.0.0

Version 1.0.0

We released a new version of the CodeGrade Filesystem with a much improved UI. You can download it here.

Version 0.5.0

Version 0.5.0 Pre-release
Pre-release

Choose a tag to compare

@libre-man libre-man released this 14 Feb 14:23
v0.5.0

Version 0.5.0

You can update using pip on GNU/Linux and MacOS, see the documentation for how. On Windows you can download the installer below.

Released: Februari 14th, 2019

Features & Updates

  • Support Python 3.5 & 3.6 (#35): Tests are now also run on Python 3.5 and 3.6 to ensure compatibility with older systems.
  • Handle duplicate names better (#35): When two objects (i.e. submissions, assignments, etc.) had the same name, only one would be displayed in the filesystem. It was indeterminate which one would be shown, so this could cause a lot of confusion. This patch appends the creation date/time, so two objects with the same name can be distinguished.
  • Handle group names (#35) (#38): When an assignment is a group assignment, the filesystem now shows the group names, and adds a special .cg-group-members file in submission directories.

v0.4.2

v0.4.2 Pre-release
Pre-release

Choose a tag to compare

@libre-man libre-man released this 30 Oct 16:42
v0.4.2

This release brings two major new features:

  1. A GUI to mount and control CodeGra.fs.
  2. Experimental support for Windows 10.