Add interpolation to release notes

This commit is contained in:
timklge 2025-04-14 19:19:18 +02:00 committed by GitHub
parent 9306ba29cb
commit 22eef74829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,8 @@ 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 "* Colorize field background instead of text\n" + "releaseNotes" to "* Interpolate between forecasted and current weather data\n" +
"* Colorize field background instead of text\n" +
"* Add OpenWeatherMap support contributed by lockevod\n" + "* Add OpenWeatherMap support contributed by lockevod\n" +
"* Add tailwind field\n" + "* Add tailwind field\n" +
"* Add full-width variants of tailwind fields\n" + "* Add full-width variants of tailwind fields\n" +