bikespeedo: 0.08

master
Rob Pilling 2025-04-16 18:21:01 +01:00
parent 2d6b9ad488
commit fd06a5de3b
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@
0.05: Allow toggling of "max" values (screen tap) and recording (button press) 0.05: Allow toggling of "max" values (screen tap) and recording (button press)
0.06: Fix local unit setting 0.06: Fix local unit setting
0.07: Minor code improvements 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)

View File

@ -2,7 +2,7 @@
"id": "bikespeedo", "id": "bikespeedo",
"name": "Bike Speedometer (beta)", "name": "Bike Speedometer (beta)",
"shortName": "Bike Speedometer", "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", "description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"Screenshot.png"}], "screenshots": [{"url":"Screenshot.png"}],