{% extends "base.html" %} {% block body %} {% for s in semesters %} {% if enrolls_by_sem[s.semid] or loop.first %}
2022-02-27 | It is now possible to copy topics and their posts between courses. Buttons have access keys set to their first letters. |
2021-09-28 | We changed structure of URLs to include semester code, so that we can recycle course IDs. |
2021-05-21 | Teachers can now download results in CSV or JSON. |
2021-04-20 | Added a Reply button for quoting of posts. |
2021-03-13 | Added syntax highlighting for C, C++, Python, Haskell, and Prolog.
Use ```python in Markdown to start a code block. Ask for more languages
if needed.
|
2021-03-12 | Courses are now split to semesters. There is a setting to show PDF attachments inline. A new type of topic was defined for awarding of points. |
2021-03-08 | We now support grading of solutions by other students. |
2021-02-19 | The Owl has a manual. |