diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9bf7c..dd3cd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ Changelog ========== + +Version 5.6 +* Support OneCallAPI 3.0 (Required for new users due to change of policy at OpenWeatherMap) + +Version 5.5 +* Added option to update GPS location in app (without widget) +* Bugfixes + +Version 5.4 +* Option for air pressure in course of day and week forecasts +* Library changes +* Bugfixes + +Version 5.3 +* Translation for Dutch, Danish, Swedish, Hungarian +* Coarse location option (Android 12 only) +* Improved indicator for rain within 60min + Version 5.2 (2022-03-16) * new widget layout * bugfix for OpenStreetMap diff --git a/app/build.gradle b/app/build.gradle index 445db8b..e71935b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { // do not increase targetSdkVersion beyond 29, this will make permission requests for GPS much more complex //noinspection ExpiredTargetSdkVersion targetSdkVersion 29 - versionCode 55 - versionName "5.5" + versionCode 56 + versionName "5.6" buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\"" buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\"" diff --git a/fastlane/metadata/android/de-DE/changelogs/56.txt b/fastlane/metadata/android/de-DE/changelogs/56.txt new file mode 100644 index 0000000..322be65 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/56.txt @@ -0,0 +1 @@ +Unterstützung für OneCallAPI 3.0 (erforderlich für neue Benutzer aufgrund von Richtlinienänderungen bei OpenWeatherMap) \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/56.txt b/fastlane/metadata/android/en-US/changelogs/56.txt new file mode 100644 index 0000000..bad58b8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/56.txt @@ -0,0 +1 @@ +Support OneCallAPI 3.0 (Required for new users due to change of policy at OpenWeatherMap) \ No newline at end of file