[pim/korganizer/release/26.08] src/whatsnew: Whats New: add CalDAV fixes for the 6.8.0 release
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit bb7e5a60bf81bde24ff9b1fee0df2b7ce3931409 by Allen Winter.
Committed on 16/07/2026 at 16:51.
Pushed by winterz into branch 'release/26.08'.
Whats New: add CalDAV fixes for the 6.8.0 release
M +5 -1 src/whatsnew/whatsnewtranslations.cpp
https://invent.kde.org/pim/korganizer/-/commit/bb7e5a60bf81bde24ff9b1fee0df2b7ce3931409
diff --git a/src/whatsnew/whatsnewtranslations.cpp b/src/whatsnew/whatsnewtranslations.cpp
index 08a4f8c92..7b04a2f30 100644
--- a/src/whatsnew/whatsnewtranslations.cpp
+++ b/src/whatsnew/whatsnewtranslations.cpp
@@ -160,7 +160,11 @@ QList<TextAddonsWidgets::WhatsNewInfo> WhatsNewTranslations::createWhatsNewInfo(
lst68 += l.toString();
}
info68.setNewFeatures(lst68);
- // info68.setChanges({i18n()});
+ info68.setChanges({
+ i18n("CalDAV fix: calendars created in KOrganizer are created on the DAV server"),
+ i18n("CalDAV fix: calendar name/color changes in KOrganizer are replicated on the DAV server"),
+ i18n("CalDAV fix: handle creating/editing/deleting recurring event exceptions"),
+ });
info68.setBugFixings({
i18n("Fixed reminder toggling from menus"),
i18n("Agenda view: improved timelabel vertical alignment with grid"),