messagesoverlay - Update ChangeLog
parent
6c4370d005
commit
0477b58b02
|
|
@ -12,3 +12,5 @@
|
||||||
Track handler changes done by background code
|
Track handler changes done by background code
|
||||||
0.08: Fix linter warnings
|
0.08: Fix linter warnings
|
||||||
0.09: Fix scrolling to last line for long text
|
0.09: Fix scrolling to last line for long text
|
||||||
|
0.10: Track Listeners added with prependListener
|
||||||
|
Handle changed internal callback variable name for watches introduced in 2v21.104
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "messagesoverlay",
|
"id": "messagesoverlay",
|
||||||
"name": "Messages Overlay",
|
"name": "Messages Overlay",
|
||||||
"version": "0.09",
|
"version": "0.10",
|
||||||
"description": "An overlay based implementation of a messages UI (display notifications from iOS and Gadgetbridge/Android)",
|
"description": "An overlay based implementation of a messages UI (display notifications from iOS and Gadgetbridge/Android)",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue