aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS68
1 files changed, 68 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0fdb99..dfb68bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,71 @@
+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.