Releases: daniel-lerch/korga
Releases · daniel-lerch/korga
Korga 3.1.3
🪲 Bugfixes
- Fix exception in permission check due to a breaking change at ChurchTools (Forum post)
Korga 3.1.2
🪲 Bugfixes
- Fix email pipeline crashes on emails without
To
orSubject
field (#74)
Korga 3.1.1
🪲 Bugfixes
- Fix services view after a breaking change at ChurchTools (Forum post)
Korga 3.1.0
🎉 Features
- Service history for multiple services
(requireschurchdb: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
🪲 Bugfixes
- Fix a memory leak when enqueuing outbox emails which could lead to out of memory scenarios
Korga 3.0.0
⚠️ Breaking Changes
- Default port changed from
80
to8080
.
You must change your reverse proxy configuration accordingly. - Korga executable renamed from
Korga.Server
toKorga
. - 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
🎉 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
🪲 Bugfixes
- Fix outbox email pipeline stall due to empty recipient address (#38)
Korga 2.1.1
🪲 Bugfixes
- Database migration now works for older installations than Korga 2.0.0
Korga 2.1.0
🎉 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