summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormahesh2018-07-13 02:46:47 +0530
committermaheshgudi2018-07-13 15:50:54 +0530
commitcf8c47f952bfd34c9710635f37479d40a43f6b90 (patch)
treeda0bbc55416715ae83dc8a499b04feb6f809011b
parentf0f4a882a796319f766ff67cd3f8133a04054dfd (diff)
downloadonline_test-cf8c47f952bfd34c9710635f37479d40a43f6b90.tar.gz
online_test-cf8c47f952bfd34c9710635f37479d40a43f6b90.tar.bz2
online_test-cf8c47f952bfd34c9710635f37479d40a43f6b90.zip
Update changelog for release v0.9
-rw-r--r--CHANGELOG.txt17
-rw-r--r--online_test/__init__.py2
2 files changed, 18 insertions, 1 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.
diff --git a/online_test/__init__.py b/online_test/__init__.py
index ef72cc0..e46aee1 100644
--- a/online_test/__init__.py
+++ b/online_test/__init__.py
@@ -1 +1 @@
-__version__ = '0.8.1'
+__version__ = '0.9'