aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS90
1 files changed, 90 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0fdb99..6b24932 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,93 @@
+Overview of changes in ayatana-indicator-datetime 25.4.0
+
+ - Add mkCal backend (to support Lomiri's calendar app backend).
+ - tests/test-timezones.cpp: Avoid potential null pointer.
+ - tests/run-eds-ics-test.sh: Quote file paths.
+ - tests/run-mkcal-db-test.sh: Make test script executable.
+ - CMake: Support building datetime indicator in two variants with
+ different service executable names and systemd service files.
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 24.5.1
+
+ - Fix calendar not refreshed on month range change.
+ - Fix missing notification icon with libnotify 0.8.4.
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 24.5.0
+
+ - data/ayatana-indicator-datetime.service.in: Become part of
+ lomiri-indicators.target.
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 24.2.0
+
+ - src, tests: enable notification code path without Lomiri deps.
+ - tests/test-menus: Fix build.
+ - Tests: Fix show_alarms tests.
+ - Fix tests relying on the default EDS appointment colour.
+ - tests/CMakeLists.txt: Run test-notification only when building with
+ Lomiri features.
+ - tests/: Fix test-sound. Drop parameterized test run for now. Needs
+ more investigation.
+ - src/CMakeLists.txt: suppress Wenum-constexpr-conversion in
+ engine-eds.cpp.
+
+Overview of changes in ayatana-indicator-datetime 24.2.0
+
+ - src, tests: enable notification code path without Lomiri deps.
+ - tests/test-menus: Fix build.
+ - Tests: Fix show_alarms tests.
+ - Fix tests relying on the default EDS appointment colour.
+ - tests/CMakeLists.txt: Run test-notification only when building with
+ Lomiri features.
+ - tests/: Fix test-sound. Drop parameterized test run for now. Needs
+ more investigation.
+ - src/CMakeLists.txt: suppress Wenum-constexpr-conversion in
+ engine-eds.cpp
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 23.10.1
+
+ - Also apply show-events to Phone profile.
+ - Add option to show/hide alarms.
+
+Overview of changes in ayatana-indicator-datetime 23.10.0
+
+ - tests/run-eds-ics-test: don't eat away test's result.
+ - Remove osd-notify remnants and use native notification timeout.
+ - Fix gschema file translation.
+ - Fix failing tests.
+ - Enable all tests.
+ - CMakeLists.txt: Minor CMake warning fix.
+ - update-pot.sh: Adjust to rename .gschema.xml file.
+ - Update translations.
+
+Overview of changes in ayatana-indicator-datetime 23.6.0
+
+ - engine-eds: fix retrieving custom alarm sound path
+ ECal 2.0 returns the list of attachments as a GSList (a singly linked
+ list). I'm not sure why, but the logic for iterating the list is
+ completely incorrect. Fixing that fixes custom alarm sound.
+ A test is added to catch this case.
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 22.9.1
+
+ - engine-eds: fix retrieving custom alarm sound path.
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 22.9.1
+
+ - src/haptic.cpp: Fix data type sent to hfd-service
+ - Fix build failure due to missing #include
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-datetime 22.9.0
+
+ - Add tooltip support.
+ - Translation updates.
+
Overview of changes in ayatana-indicator-datetime 22.2.0
- CMakeLists.txt: Read default sounds from lomiri-sounds pkg-config file.