Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Untis
Merge requests
!71
Update changelog for 2.0b0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update changelog for 2.0b0
update/changelog-2.0b0
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Jonathan Weth
requested to merge
update/changelog-2.0b0
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d6126e01
1 commit,
3 years ago
1 file
+
53
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.rst
+
53
−
26
Options
Changelog
=========
`2.0a2`_
--------
All notable changes to this project will be documented in this file.
New features
~~~~~~~~~~~~
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
* Import Untis data from MySQL
`2.0b0`_ - 2021-05-21
---------------------
Added
~~~~~
* Import data related to school terms and validity ranges.
* Provide different Celery tasks for multiple import scenarios.
Changed
~~~~~~~
* Rename permission rules to differentiate from internal permissions.
Fixed
~~~~~
* Cleanly delete old break supervisions instead of just replacing them.
* Do not import lessons without lesson periods.
* Delete (supervision) substitutions which are out of their validity range.
* Only import supervisions for the linked UNTIS term and not for all terms.
* Import supervisions linked to a validity range.
* Import absences with correct absence types and not None values.
* Set teachers to an empty list if there are no original and no substitution teachers.
* Call update_or_create without prefetched or joined data.
Removed
~~~~~~~
* Remove support for XML import due to a lack of maintenance.
`2.0a2`_ - 2020-05-04
---------------------
Added
~~~~~
* Import UNTIS data from MySQL
* Import absence reasons
* Import absences
* Import breaks
@@ -22,35 +54,30 @@ New features
* Import teachers
* Import time periods
Bugfixes
~~~~~~~~
* None
Minor changes
~~~~~~~~~~~~~
`1.0a1`_ - 2019-09-17
---------------------
* None
`1.0a1`_
--------
New features
~~~~~~~~~~~~
Added
~~~~~
* Allow updating subjects, rooms and time periods from new import
* Allow importing a new version of a timetable
Bugfixes
~~~~~~~~
Changed
~~~~~~~
* Use bootstrap buttons everywhere
Fixed
~~~~~
* Work around bug in Untis that wrongly splits classes if they contain
spaces
Minor changes
~~~~~~~~~~~~~
* Use bootstrap buttons everywhere
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
_`1.0a1`: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/1.0a1
_`2.0a2`: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0a2
\ No newline at end of file
.. _1.0a1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/1.0a1
.. _2.0a2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0a2
.. _2.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0b0
Loading