From fe026fd194d5de841cbabdadc6ef3b0d26667711 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 17 Sep 2019 15:37:22 +0200 Subject: [PATCH] Add changelog. --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..97042a7 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,24 @@ +Changelog +========= + +`1.0a1`_ +-------- + +New features +~~~~~~~~~~~~ + +* Allow updating subjects, rooms and time periods from new import +* Allow importing a new version of a timetable + +Bugfixes +~~~~~~~~ + +* Work around bug in Untis that wrongly splits classes if they contain + spaces + +Minor changes +~~~~~~~~~~~~~ + +* Use bootstrap buttons everywhere + +_`1.0a1`: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Untis/-/tags/1.0a1 -- GitLab