Bump notify version from #3386
parent
37879b57bd
commit
09f4082948
|
|
@ -10,3 +10,4 @@
|
||||||
0.11: Fix regression that caused no notifications and corrupted background
|
0.11: Fix regression that caused no notifications and corrupted background
|
||||||
0.12: Add Bangle.js 2 support with Bangle.setLCDOverlay
|
0.12: Add Bangle.js 2 support with Bangle.setLCDOverlay
|
||||||
0.13: Add a default title background for the dark theme
|
0.13: Add a default title background for the dark theme
|
||||||
|
0.14: Stop event propagation on notification tap
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "notify",
|
"id": "notify",
|
||||||
"name": "Notifications (default)",
|
"name": "Notifications (default)",
|
||||||
"shortName": "Notifications",
|
"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",
|
"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",
|
"icon": "notify.png",
|
||||||
"type": "notify",
|
"type": "notify",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue