diff options
author | King | 2018-07-13 05:13:04 -0700 |
---|---|---|
committer | GitHub | 2018-07-13 05:13:04 -0700 |
commit | a9e36d0ba393bc709c8bd61b133170e9506aa510 (patch) | |
tree | 710c21594258dff7cfaa22e3ec39191855c2d9a8 /CHANGELOG.txt | |
parent | f0f4a882a796319f766ff67cd3f8133a04054dfd (diff) | |
parent | 4346684d4ed863e5628697ccebe92bbe85fb77a4 (diff) | |
download | online_test-a9e36d0ba393bc709c8bd61b133170e9506aa510.tar.gz online_test-a9e36d0ba393bc709c8bd61b133170e9506aa510.tar.bz2 online_test-a9e36d0ba393bc709c8bd61b133170e9506aa510.zip |
Merge pull request #498 from maheshgudi/release-0.9v0.9.0
release v0.9
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d603d34..5aa0cc3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,20 @@ +=== 0.9 (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. +* Fixed a bug in QuestionFilterForm that would force marks value to be selected + in Question page. +* Added a feature that can download all lessons of a course for offline viewing. +* Yaml files can be used to upload Questions along with zip files. + Support for uploading multiple Yaml files at once also added. +* Moderator can switch between student and moderator from the dashboard. +* Updated Yaksh to act like a Django app. Updated pip package. +* Appropriate Exceptions are raised for C, C++ and Java assertion and + STDIO questions. +* Fixed a bug that would create multiple TestCaseOrder objects for an + answerpaper. +* Updated README.rst. + === 0.8.1 (18-06-2018) === * Fixed a bug where quiz completion shows inprogress even after completing. |