From a03c13c6a52344ff608586e9bcf87ef122f7d520 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Thu, 27 Mar 2025 21:15:33 +0100 Subject: [PATCH] Update changelog --- app/build.gradle.kts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9182cdc..0734b56 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -70,9 +70,11 @@ tasks.register("generateManifest") { "latestVersionCode" to android.defaultConfig.versionCode, "developer" to "timklge", "description" to "Provides headwind direction, wind speed and other weather data fields.", - "releaseNotes" to "* Show current weather in app menu\n" + - "* Add individual forecast fields\n" + - "* Fix distance update in route forecast" + "releaseNotes" to "* Colorize field background instead of text\n" + + "* Add OpenWeatherMap support contributed by lockevod\n" + + "* 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()