summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 972af20..2fe7308 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,46 @@
+=== 0.30.1 (08-02-2021) ===
+
+* UI changes in course and questions page.
+* Refactor code in some parts and optimize.
+* Fix a issue where student interface shows error without question paper in quiz.
+* Fix a minor bug where trial modules are shown.
+
+=== 0.30.0 (12-01-2021) ===
+
+* Add new UI skin.
+* Add feature to count number of times MCQ option has been selected.
+* Fix bug to delete and recreate fresh question papers when using god mode or user mode.
+* Add feature to show stats for number of times MCQ option has been selected.
+
+=== 0.29.3 (10-12-2020) ===
+
+* Show the graphs for the lesson video statistics page.
+* Show the completed students counts in course modules page.
+* Add and show django messages in discussion forum page.
+* Remove Sidebar in the discussion forum page instead used bootstrap nav pills.
+* Optimisation in retrieving and rendering the data
+* Avoids the arrange type question's custom filter error
+
+=== 0.29.2 (19-11-2020) ===
+
+* Add dropdown selection for lesson video options
+* Show total visits per student in lesson statistics.
+* Remove settimeout ajax calls for tracking video positions.
+* Show initial views per lesson in the course modules section.
+* Add tinymce editor for all the textareas.
+
+=== 0.29.1 (12-11-2020) ===
+
+* Fixed issue onclick toc jump to player time.
+* Used bootstrap modal instead of jquery dialog for responsive interface.
+* Disallow empty question submission for lesson quiz.
+* Fixed issue where the videos other than youtube does not get the duration.
+
+=== 0.29.0 (07-11-2020) ===
+
+* Add feature to track lesson video views
+* Fix post and comments deletion
+
=== 0.28.0 (04-11-2020) ===
* Add ability for added teachers to delete posts and comments