From 76584f6eceecf267ec4795f2ad5fb5d4c1609de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Mon, 11 Jun 2018 20:39:57 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a4639f3..6f84417 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,7 +13,21 @@ Older versions are at the bottom of this page. ## 11.6.2018 -* BEING PREPARED +* New UI for reference solutions which is more similar to UI for regular solutions. +* Points assigned to a submission evaluation by ReCodEx may be overwritten by supervisor. +* Short description of the exercise restricted, so it is not visible to students. +* Text with a hint for students (not synchronized with exercises) added to assignments. +* Exercises (and assignments) may provide external link instead of text in MD. If the external link leads to a page containing plain text or markdown (and it can be fetched by CORS request), a preview is displayed directly in ReCodEx. +* MultiAssign form is more user friendly. +* When assignment is published, an optional switch can prevent from sending notification e-mails. +* SIS codes added to group info. +* JWT tokens (for API scripting) can be generated at User Settings page. +* Compilation logs are carboncopied into files (with much more benevolent size constraints) when solution is re-evaluated in debug mode. +* Affiliation is not mandatory for registration and login using CAS (may improve login via CAS experience for users with strange affiliations). +* Email addresses added to user names in UI. New mailing endpoints were added in API, so they can be used in web app in the future. +* API added and updated several important endpoints which will optimize fetching data in future versions of web app. +* Cleaner released for the first time. +* New token judge added in worker (will be employed soon after due testing). ## 1.5.2018