diff --git a/apps/notify/ChangeLog b/apps/notify/ChangeLog index f40490488..9b99504da 100644 --- a/apps/notify/ChangeLog +++ b/apps/notify/ChangeLog @@ -10,3 +10,4 @@ 0.11: Fix regression that caused no notifications and corrupted background 0.12: Add Bangle.js 2 support with Bangle.setLCDOverlay 0.13: Add a default title background for the dark theme +0.14: Stop event propagation on notification tap diff --git a/apps/notify/metadata.json b/apps/notify/metadata.json index bab68127c..7b05079e0 100644 --- a/apps/notify/metadata.json +++ b/apps/notify/metadata.json @@ -2,7 +2,7 @@ "id": "notify", "name": "Notifications (default)", "shortName": "Notifications", - "version": "0.13", + "version": "0.14", "description": "Provides the default `notify` module used by applications to display notifications on the screen. This module is installed by default by client applications such as the Gadgetbridge app. Installing `Fullscreen Notifications` replaces this module with a version that displays the notifications using the full screen", "icon": "notify.png", "type": "notify",