1
0
Fork 0

minor tweaks

master
Gordon Williams 2022-03-31 13:47:35 +01:00
parent bcc7ecd942
commit ee739ec447
5 changed files with 5 additions and 5 deletions

2
apps/glbasic/ChangeLog Normal file
View File

@ -0,0 +1,2 @@
0.20: New App!

View File

@ -2,10 +2,9 @@
"id": "glbasic", "id": "glbasic",
"name": "GLBasic Clock", "name": "GLBasic Clock",
"shortName": "GLBasic", "shortName": "GLBasic",
"version": "0.2", "version": "0.20",
"description": "A clock with large numbers", "description": "A clock with large numbers",
"dependencies": {"widpedom":"app"}, "dependencies": {"widpedom":"app"},
"readme": "readme.md",
"icon": "icon48.png", "icon": "icon48.png",
"screenshots": [{"url":"glbasic_screenshot.png"}], "screenshots": [{"url":"glbasic_screenshot.png"}],
"type": "clock", "type": "clock",

View File

@ -1 +0,0 @@

View File

@ -40,4 +40,4 @@
0.25: Fix widget memory usage issues if message received and watch repeatedly calls Bangle.drawWidgets (fix #1550) 0.25: Fix widget memory usage issues if message received and watch repeatedly calls Bangle.drawWidgets (fix #1550)
0.26: Setting to auto-open music 0.26: Setting to auto-open music
0.27: Add 'mark all read' option to popup menu (fix #1624) 0.27: Add 'mark all read' option to popup menu (fix #1624)
Option to auto-unlock the watch when a new message arrives 0.28: Option to auto-unlock the watch when a new message arrives

View File

@ -1,7 +1,7 @@
{ {
"id": "messages", "id": "messages",
"name": "Messages", "name": "Messages",
"version": "0.27", "version": "0.28",
"description": "App to display notifications from iOS and Gadgetbridge/Android", "description": "App to display notifications from iOS and Gadgetbridge/Android",
"icon": "app.png", "icon": "app.png",
"type": "app", "type": "app",