fix #46: Add screenshot, update changelog
This commit is contained in:
parent
2d7947b6a2
commit
baef428211
@ -12,6 +12,7 @@ Compatible with Karoo 2 and Karoo 3 devices.
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -25,6 +26,7 @@ to be displayed at the bottom or at the top of the screen:
|
|||||||
- Average power over the last 10 seconds
|
- Average power over the last 10 seconds
|
||||||
- Speed
|
- Speed
|
||||||
- Cadence
|
- Cadence
|
||||||
|
- Grade
|
||||||
- Route Progress (shows currently ridden distance)
|
- Route Progress (shows currently ridden distance)
|
||||||
- Remaining Route (shows remaining distance to the end of the route)
|
- Remaining Route (shows remaining distance to the end of the route)
|
||||||
|
|
||||||
|
|||||||
@ -72,11 +72,13 @@ tasks.register("generateManifest") {
|
|||||||
"latestVersionCode" to android.defaultConfig.versionCode,
|
"latestVersionCode" to android.defaultConfig.versionCode,
|
||||||
"developer" to "github.com/timklge",
|
"developer" to "github.com/timklge",
|
||||||
"description" to "Open-source extension that adds colored power or heart rate progress bars to the edges of the screen, similar to the LEDs on Wahoo computers",
|
"description" to "Open-source extension that adds colored power or heart rate progress bars to the edges of the screen, similar to the LEDs on Wahoo computers",
|
||||||
"releaseNotes" to "* Add route progress data source\n* Add workout target range indicator\n* Make bars transparent by default\n* Split size setting",
|
"releaseNotes" to "* Add option to split bars\n* Add grade data source",
|
||||||
"screenshotUrls" to listOf(
|
"screenshotUrls" to listOf(
|
||||||
"$baseUrl/powerbar_min.gif",
|
"$baseUrl/powerbar_min.gif",
|
||||||
"$baseUrl/powerbar0.png",
|
"$baseUrl/powerbar0.png",
|
||||||
"$baseUrl/powerbar2.png",
|
"$baseUrl/powerbar2.png",
|
||||||
|
"$baseUrl/powerbar1.png",
|
||||||
|
"$baseUrl/powerbar3.png",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
BIN
powerbar2.png
BIN
powerbar2.png
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 46 KiB |
BIN
powerbar3.png
Normal file
BIN
powerbar3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Loading…
x
Reference in New Issue
Block a user