Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@Dudrie Dudrie released this 30 Nov 17:27
4f9c091

🗄 Server

  • Use markdown-it instead of showdown. [#167]
    This way the server & client use the same markdown parser.
  • Server prints out current version on startup. [#176]
  • Add statuses for students: ACTIVE, INCACTIVE and NO_SCHEIN_REQUIRED. [#180]
  • Add achieved points of subexercises (if there are any) to the generated PDFs. [#184]
  • Fix bonus points not being distinct from the regular points in the generated PDFs. [#171]
  • Fix teams not getting updated properly through the corresponding endpoint. [#174]
  • Fix failing save of tutorial after student changes tutorial. [#181]
  • Fix generated XLSX containing the wrong dates for attendances. [#183]

💻 Client

  • Use markdown-it instead of react-markdown. [#167]
    This way the server & client use the same markdown parser.
  • Add beta of darkmode. [#170]
  • Add version number to the bottom of the drawer. [#176]
    The version automatically links to the corresponding Github release page.
  • The FormikMarkdownTextField does not select all it's text on gaining focus anymore. [#187]
  • The status of a student (ACTIVE, INACTIVE, NO_SCHEIN_REQUIRED) is used to filter or sort students on the following views: [#180]
    • Attendance: Students get filtered by their status. By default only ACTIVE students are shown.
    • Student overview: Students can be sorted by their status. By default they are NOT sorted by status but in alphabetical order.
  • Fix missing file extension in Firefox in some instances where "Auto-Save" was enabled in the browser settings. [#171]
  • Fix bonus points not being presented as bonus points in: [#171]
    • Markdown-Preview
    • Exercise point summary
    • TextFields for points.
  • Fix teams not sorted by team number on entering points view. [#174]
  • Fix text on team bars to resemble empty teams correctly. [#174]
  • Fix typo in snackbar after cake count got successfully updated. [#170]