diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 77aabf8eb4..294f11eda0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { applicationId = "de.westnordost.streetcomplete" minSdkVersion(17) targetSdkVersion(30) - versionCode = 2801 - versionName = "28.0-beta2" + versionCode = 2802 + versionName = "28.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/raw/changelog.yml b/app/src/main/res/raw/changelog.yml index 7c52eb3d76..ee75ca2729 100644 --- a/app/src/main/res/raw/changelog.yml +++ b/app/src/main/res/raw/changelog.yml @@ -1,21 +1,4 @@ -v28.0-beta2: | -

Fixes

- -

Enhancements

- - -v28.0-beta1: | +v28.0: |

This update is devoted to checking whether things still exist the way they are mapped since keeping data up-to-date is at least as important as contributing new data.

New Quests

@@ -29,13 +12,24 @@ v28.0-beta1: | directly specify what is there now. (#1673)
  • Tracktypes: Better wording and pictures (#2294)
  • Parking type: Added lane and off-street parking (#2346)
  • +
  • Ask for roof shape even if roof levels is 0 - but only in countries where flat roofs are not the norm (#1929)
  • +
  • Kerb quests: Tag barrier=kerb if it is missing (#2348, #2393)
  • +
  • Do not ask for the bench backrest if the bench type is already recorded (#2365)
  • +
  • Lanes quest: Move "differs for each side" option to main UI (#2350)
  • +
  • Other small enhancements (#2382)
  • -

    Other Enhancements and Fixes

    +

    Enhancements

    +

    Fixes

    + v27.2: |