bikespeedo: 0.08
parent
2d6b9ad488
commit
fd06a5de3b
|
|
@ -5,3 +5,4 @@
|
|||
0.05: Allow toggling of "max" values (screen tap) and recording (button press)
|
||||
0.06: Fix local unit setting
|
||||
0.07: Minor code improvements
|
||||
0.08: Ensure graphics state is reset at the start of a draw (such as if a widget has altered state)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "bikespeedo",
|
||||
"name": "Bike Speedometer (beta)",
|
||||
"shortName": "Bike Speedometer",
|
||||
"version": "0.07",
|
||||
"version": "0.08",
|
||||
"description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"Screenshot.png"}],
|
||||
|
|
|
|||
Loading…
Reference in New Issue