Skip to content

Commit

Permalink
preliminary changelog for v36
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 1, 2021
1 parent c4890de commit e9f5f81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 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"
minSdk = 21
targetSdk = 30
versionCode = 3501
versionName = "35.0"
versionCode = 3600
versionName = "36.0-beta1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v36.0-beta1: |
<h3>New Quests</h3>
<ul>
<li><i>Is this picnic table covered (protected from rain)?</i> (#3311, #3142), by @FloEdelmann</li>
<li><i>Does ... offer halal products?</i> (#2990, #3331), by @SMUsamaShah</li>
</ul>
<h3>Quest Enhancements</h3>
<ul>
<li>Building type: Add building bridge (skyway) as answer option (#2630, #3320), by @kmpoppe</li>
</ul>
<h3>Other enhancements / maintenance</h3>
<ul>
<li>(#3327) by @FloEdelmann, (#3208) by @matkoniecz</li>
</ul>
v35.0: |
<h3>App maintenance</h3>
<ul>
Expand Down

0 comments on commit e9f5f81

Please sign in to comment.