From 09f4082948b941ac1cdbcbbe0c81d8a8062a5fb9 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Thu, 2 May 2024 18:24:14 +0100 Subject: [PATCH] Bump notify version from #3386 --- apps/notify/ChangeLog | 1 + apps/notify/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",