Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Dec 21, 2020
1 parent 2f8a4b6 commit 50eec93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
36 changes: 15 additions & 21 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
v28.0-beta2: |
<h3>Fixes</h3>
<ul>
<li>Fix crash on Android 11 (#2355)</li>
<li>Fix the below bridge height quest was shown for too many roads (#2370)</li>
<li>Fix problem on deletion of a node that is a vertex of a way (#2369)</li>
<li>More crash fixes</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Ask for roof shape even if roof levels is 0 - but only in countries where flat roofs are not the norm (#1929)</li>
<li>Kerb quests: Tag barrier=kerb if it is missing (#2348)</li>
<li>Do not ask for the bench backrest if the bench type is already recorded (#2365)</li>
<li>Lanes quest: Move "differs for each side" option to main UI (#2350)</li>
<li>Other small enhancements (#1832, #2371, #2368)</li>
</ul>
v28.0-beta1: |
v28.0: |
<p>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.</p>
<h3>New Quests</h3>
Expand All @@ -29,13 +12,24 @@ v28.0-beta1: |
directly specify what is there now. (#1673)</li>
<li>Tracktypes: Better wording and pictures (#2294)</li>
<li>Parking type: Added lane and off-street parking (#2346)</li>
<li>Ask for roof shape even if roof levels is 0 - but only in countries where flat roofs are not the norm (#1929)</li>
<li>Kerb quests: Tag barrier=kerb if it is missing (#2348, #2393)</li>
<li>Do not ask for the bench backrest if the bench type is already recorded (#2365)</li>
<li>Lanes quest: Move "differs for each side" option to main UI (#2350)</li>
<li>Other small enhancements (#2382)</li>
</ul>
<h3>Other Enhancements and Fixes</h3>
<h3>Enhancements</h3>
<ul>
<li>Serbian translation by Mario, Nemanja Bračko</li>
<li>Android 11: Enable smooth keyboard appear animation (#2133)</li>
<li>even slightly faster download</li>
<li>Other small enhancements and fixes (#2349, #2351...)</li>
<li>Other small enhancements (#1832, #2371, #2368, #2349, #2351...)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix crash on Android 11 (#2355)</li>
<li>Fix the below bridge height quest was shown for too many roads (#2370)</li>
<li>Fix problem on deletion of a node that is a vertex of a way (#2369)</li>
<li>More crash fixes (#2386, ...)</li>
</ul>
v27.2: |
Expand Down

0 comments on commit 50eec93

Please sign in to comment.