Update changelog
This commit is contained in:
parent
5d7ba99f57
commit
a03c13c6a5
@ -70,9 +70,11 @@ tasks.register("generateManifest") {
|
|||||||
"latestVersionCode" to android.defaultConfig.versionCode,
|
"latestVersionCode" to android.defaultConfig.versionCode,
|
||||||
"developer" to "timklge",
|
"developer" to "timklge",
|
||||||
"description" to "Provides headwind direction, wind speed and other weather data fields.",
|
"description" to "Provides headwind direction, wind speed and other weather data fields.",
|
||||||
"releaseNotes" to "* Show current weather in app menu\n" +
|
"releaseNotes" to "* Colorize field background instead of text\n" +
|
||||||
"* Add individual forecast fields\n" +
|
"* Add OpenWeatherMap support contributed by lockevod\n" +
|
||||||
"* Fix distance update in route forecast"
|
"* Add tailwind field\n" +
|
||||||
|
"* Add full-width variants of tailwind fields\n" +
|
||||||
|
"* Open weather menu on click of fields\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
val gson = groovy.json.JsonBuilder(manifest).toPrettyString()
|
val gson = groovy.json.JsonBuilder(manifest).toPrettyString()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user