summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 22:22:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 22:23:24 +0200
commit103526ff188f7e4c62876a780b8ea0173c288ce7 (patch)
tree88c75dbd977e4e18bc53b74658a22b09cc855e9e /NEWS
parentb8488dac18938f6a176cbb1ef6448cce28897449 (diff)
downloadayatana-indicator-datetime-26.6.0.tar.gz
ayatana-indicator-datetime-26.6.0.tar.bz2
ayatana-indicator-datetime-26.6.0.zip
Release 26.6.0HEAD26.6.0main
- separate mkCal Option from Lomiri. - src/date-time.cpp: Don't segfault-by-assert if m_dt is not initialized. Fixes syncing from Google Calendar where sometimes events in Evolution can result in incomplete DateTime objects. - Translation updates (thanks to all contributors on hosted.weblate.org).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b24932..9dab9a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in ayatana-indicator-datetime 26.6.0
+
+ - separate mkCal Option from Lomiri.
+ - src/date-time.cpp: Don't segfault-by-assert if m_dt is not
+ initialized. Fixes syncing from Google Calendar where sometimes
+ events in Evolution can result in incomplete DateTime objects.
+ - Translation updates (thanks to all contributors on
+ hosted.weblate.org).
+
Overview of changes in ayatana-indicator-datetime 25.4.0
- Add mkCal backend (to support Lomiri's calendar app backend).