mirror of https://github.com/espruino/BangleApps
Changes version numbers to align with live
parent
9f195b74ee
commit
158e59c5bf
|
@ -77,7 +77,7 @@
|
||||||
{
|
{
|
||||||
"id": "messages",
|
"id": "messages",
|
||||||
"name": "Messages",
|
"name": "Messages",
|
||||||
"version": "0.13",
|
"version": "0.12",
|
||||||
"description": "App to display notifications from iOS and Gadgetbridge",
|
"description": "App to display notifications from iOS and Gadgetbridge",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
{
|
{
|
||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS Integration",
|
"name": "iOS Integration",
|
||||||
"version": "0.08",
|
"version": "0.07",
|
||||||
"description": "Display notifications/music/etc from iOS devices",
|
"description": "Display notifications/music/etc from iOS devices",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,system,ios,apple,messages,notifications",
|
"tags": "tool,system,ios,apple,messages,notifications",
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
0.05: Added more bundleId's (app-id's which can be used to
|
0.05: Added more bundleId's (app-id's which can be used to
|
||||||
determine a friendly app name in the notifications)
|
determine a friendly app name in the notifications)
|
||||||
0.06: Fix (not) popupping up old messages
|
0.06: Fix (not) popupping up old messages
|
||||||
0.07: Added common bundleId's
|
0.07: Added more details from music (instead of Undefined)
|
||||||
0.08: Added more details from music (instead of Undefined)
|
|
||||||
Added more app identifiers
|
Added more app identifiers
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,7 @@
|
||||||
Fix phone icon (#1014)
|
Fix phone icon (#1014)
|
||||||
0.10: Respect the 'new' attribute if it was set from iOS integrations
|
0.10: Respect the 'new' attribute if it was set from iOS integrations
|
||||||
0.11: Open app when touching the widget (Bangle.js 2 only)
|
0.11: Open app when touching the widget (Bangle.js 2 only)
|
||||||
0.12: New notification icons, more app icons
|
0.12: Extra app-specific notification icons
|
||||||
0.13: New animated widget bell icon (instead of large blinking 'MESSAGES')
|
New animated notifcationicon (instead of large blinking 'MESSAGES')
|
||||||
New app icon
|
Added screenshots
|
||||||
Added screenshot
|
|
||||||
Extra app-specific notification icons
|
|
||||||
|
|
Loading…
Reference in New Issue