Skip to content

Releases: daniel-lerch/korga

Korga 3.1.3

16 Feb 22:32
336c925
Compare
Choose a tag to compare

🪲 Bugfixes

  • Fix exception in permission check due to a breaking change at ChurchTools (Forum post)

Korga 3.1.2

04 Jan 17:10
21d6fb0
Compare
Choose a tag to compare

🪲 Bugfixes

  • Fix email pipeline crashes on emails without To or Subject field (#74)

Korga 3.1.1

26 Dec 12:33
0955a9b
Compare
Choose a tag to compare

🪲 Bugfixes

  • Fix services view after a breaking change at ChurchTools (Forum post)

Korga 3.1.0

07 Aug 18:48
ff6bdbe
Compare
Choose a tag to compare

🎉 Features

  • Service history for multiple services
    (requires churchdb:edit group memberships permission to show comments)

🚀 Improvements (mainly for developers this time)

  • Migrate from Webpack to Vite (faster frontend build)
  • Dev proxy (no third-party cookies required anymore)
  • Update from Bootstrap 5.2 to Bootstrap 5.3

Korga 3.0.1

10 Jun 20:44
d672900
Compare
Choose a tag to compare

🪲 Bugfixes

  • Fix a memory leak when enqueuing outbox emails which could lead to out of memory scenarios

Korga 3.0.0

29 May 11:48
a47eece
Compare
Choose a tag to compare

⚠️ 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.

Korga 2.2.0

03 Nov 12:58
99a04b0
Compare
Choose a tag to compare

🎉 Features

  • Authentication with OpenID Connect
  • Event services history for a fair scheduling of duties

🚀 Improvements

  • Documentation in README how to setup Korga

Korga 2.1.2

26 Sep 11:21
62c04ed
Compare
Choose a tag to compare

🪲 Bugfixes

  • Fix outbox email pipeline stall due to empty recipient address (#38)

Korga 2.1.1

08 Sep 07:47
4c555e7
Compare
Choose a tag to compare

🪲 Bugfixes

  • Database migration now works for older installations than Korga 2.0.0

Korga 2.1.0

07 Sep 20:46
416f874
Compare
Choose a tag to compare

🎉 Features

  • Automatic database migration on startup (enabled by default)

🚀 Improvements

  • Add missing database indices
  • Delete content of outbox emails after successful delivery (reduces database size by up 96%)

🪲 Bugfixes

  • Fix ChurchTools sync failure due to some groups not being found #32