Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 5.34 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Fixed

  • Matching for groups while importing lessons was broken in some cases.

`2.2`_ - 2022-04-10

Added

  • Add fuzzy matching mode for searching course groups: If no 100 % match is found, the importer will search a match by a subset of parent groups.
  • Register data match failures as data check problems.

Changed

  • Let untis_import_mysql management command default to current instead of all to prevent accidental imports of old plans
  • Use new change tracker from Chronos to trigger notifications

Fixed

  • Search course groups not only by parent groups and subject, but also take the teachers (group owners) into account
  • Don't recreate lesson periods if they change, but just update them.
  • Import failed if there were multiple versions for a term in the future.

2.1.3 - 2022-02-06