From 49c3b4f44224f85f439f7ba7124bd63dab386f20 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Wed, 24 Apr 2019 16:06:54 +0530 Subject: Release 0.10.0 related changes --- CHANGELOG.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d122a9f..78ae41e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,21 @@ +=== 0.10.0 (24-04-2019) === + +* Upgraded Django version from 1.10 to 1.11.18. +* Upgraded JQuery-UI version from 1.9.1 to 1.12.1 +* Changed UI to show alert on clicking "Undo changes" button on programming questions in quiz. +* Fixed download link for files in questions +* Added Preview Questionpaper to Edit Quiz interface +* Added a toggle option to allow moderator to hide grades +* Changed UI on Student Dashboard +* Added a link to edit Question while designing Question Paper +* Removed custom Fonts used in new UI +* Changed UI on View Module screen and Quiz screen interface for students +* Add Download Course button in Course Module template +* Fixed the bug that prevented students from opening a quiz if status is inprogress +* Changed UI on Course Status Page and Monitor Page +* Added functionality to restrict access to next module based on passing previous module +* Fixed the CSV upload bug that preventeduser from being added to a new course in case the user was aready enrolled in another course + === 0.9.1 (07-02-2019) === * Changed routing so that opening the base URL will redirect user to /exam -- cgit