-
Jonathan Weth authoredJonathan Weth authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 6.68 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
Changed
- Use start date of current SchoolTerm as default value for PersonalNote filter in overview.
Fixed
- Events without groups caused an error when not accessed through the week view.
2.0rc7 - 2021-12-25
Changed
- Optimize view for one register object ("lesson view") for mobile and tablet devices.
- Optimize view for lessons of a week ("week view") for mobile and tablet devices.
- German translations were updated.
- Link to personal notes in the personal overview.
Fixed
- Translate table columns and filter button on person overview page.
- Show correct status icon for events.
- Subjects in full register printout were struck through although they
hadn't changed. * Table with all register objects didn't work with extra lessons. * Add missing definitions of some permissions so they can be assigned.
2.0rc6 - 2021-08-25
Fixed
- Fix problems with displaying dates for events in the week and lesson view.
- Unique constraint on lesson documentations and personal notes did not work and caused racey duplicates.
2.0rc5 - 2021-08-12
Fixed
- The _Delete personal note_ action didn't work due to wrong usage of
bulk_update
. - Groups and persons were shown multiple times in some forms due to filtering by permissions.