Skip to content

Commit

Permalink
Update for V5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Aug 22, 2022
1 parent e7683be commit e4ac205
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/\""
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Unterstützung für OneCallAPI 3.0 (erforderlich für neue Benutzer aufgrund von Richtlinienänderungen bei OpenWeatherMap)
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support OneCallAPI 3.0 (Required for new users due to change of policy at OpenWeatherMap)

0 comments on commit e4ac205

Please sign in to comment.