diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5aa0cc3..dc80135 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,57 @@ -=== 0.9 (13-07-2018) === +=== 0.11.0 (27-09-2019) === + +* Upgraded python-social-auth 0.2.19 to social-auth-app-django 3.1.0 +* Moved all download related templates to a new subfolder and added homepage link to navbar logo +* Fixed Python version used in command line installer +* Fixed HTML/CSS to prevent browser from horizontal scrolling +* Improved the download course functionality +* Fixed Nonetype error due to incorrect if-else during course code search +* Fixed course filter query to display only non trial courses on the dashboard +* Upgrade Django version +* Fixed multiple bugs in Offline and Online Yaksh interface + +=== 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 prevented user 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 +* Updated storage hierarchy of uploaded assignments so that they are stored + per course and per quiz +* Deprecated yaksh cli.py script +* Changed and Upgraded UI +* Fixed a bug where assigning moderator privileges with create_moderator + command did not set is_moderator to True +* Fixed a bug that caused incorrect rendering of Unit Completion +* Fixed a bug to allow escaping of special characters in rendered answers +* Fixed a bug that fetched the same course multiple times when the user is + creator and teacher +* Deprecated the 'course_completion_percent' custom template tag +* Fixed overall Course Completion percentage in Student interface +* Fixed the broken Monitor interface UI +* Fixed a bug to remove user as teacher of any course if is_moderator is set + to False +* Fixed the broken Create Question Paper interface UI +* Improve the Question Legend in Exam interface +* Fixed embed video link modal alignment in Add Lesson and Add Module + interface + +=== 0.9.0 (13-07-2018) === * Questions can be searched using tags while creating/editing question papers. * Fixed a bug that would not select all questions in Question page. |