Version 2.1.3 released

Version 2.1.3 was released today, which adds the “2G plus” regulation for COVID-19 and several bug fixes.

Details can be found in the changelog.

Version 2.1.2 released

Version 2.1.2 was released today, which adds the “3G plus” regulation for COVID-19.

Version 2.1.1 released

Version 2.1.1 was released today, which fixes a crash in event duplication if some features are disabled.

Version 2.1.0 released

Version 2.1.0 was released today, which allows to collect addresses of helpers for COVID-19 contact tracing.

Version 2.0.1 released

Version 2.0.1 was released today, which just fixes a crash in the edit/create event view.

Version 2.0.0 released

Version 2.0.0 was released today, which introduces a new design and several improvements.

Review the changelog and migration guide before the update.

Some configuration options were added, so the helfertool.yaml file should be updated.

Version 1.2.3 released

Version 1.2.3 was released today, which fixes an issue with the login failed event. The event was not created due to a bug in the event handler.

Version 1.2.2 released

Version 1.2.2 was released today, which contains an updated version of chart.js due to CVE-2020-7746.

However, as the options parameter does not contain user input, there is no risk.

Renamed git master branch to main

We renamed the master branch of all git repositories to main.

These commands update the branch name in your local git repository:

git branch -m master main
git fetch origin
git branch -u origin/main main