Skip to content

Korga 3.0.0

Compare
Choose a tag to compare
@daniel-lerch daniel-lerch released this 29 May 11:48
· 9 commits to master since this release
a47eece

⚠️ Breaking Changes

  • Default port changed from 80 to 8080.
    You must change your reverse proxy configuration accordingly.
  • Korga executable renamed from Korga.Server to Korga.
  • CLI commands for managing distribution lists changed.
  • LDAP password set feature removed.
    Use canchanchara/keycloak-churchtools-storage-provider for Korga and other applications instead of LDAP.
  • Event registration feature removed.
    This was developed for mandatory service attendance lists during the Covid-19 pandemic is not needed anymore.

🎉 Features

  • Group type filter for distribution lists

🚀 Improvements

  • Show group member status in services list.
  • Validate ChurchTools user permissions on startup.
    This helps to debug issues with ChurchTools integration that are otherwise hard to diagnose.
  • Upgrade from .NET 7 to .NET 8 LTS.