Skip to content

Commit

Permalink
add changelog for v45.2 so far
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Aug 3, 2022
1 parent d5d0096 commit 73c38e6
Show file tree
Hide file tree
Showing 2 changed files with 15 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 = 31
versionCode = 4503
versionName = "45.1"
versionCode = 4504
versionName = "45.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v45.2: |
<ul>
<li>Fix rare crash when phone is low on memory (#4221)</li>
<li>Fix drawing order of bridges and tunnels, by @matkoniecz</li>
<li>Fix a layout issue for right-to-left locales (#4260)</li>
<li>Max weight: Fix input field not showing more than one digit (#4216)</li>
<li>Check existence: Adjust for which map elements it is asked (#4242, #4249)</li>
<li>House numbers: Do not warn about a house number format common in Australia (#4196, #4251)</li>
<li>Roof shape: Do not ask for ruins and underground buildings, by @matkoniecz</li>
<li>Roof shape: For certain building types, even ask when building and roof levels have not been recorded yet (#4261), by @matkoniecz</li>
<li>More minor enhancements (#4160, #4241, #4243, #4246...), thanks @Helium314, @matkoniecz</li>
</ul>
v45.1: |
<ul>
<li>Fix the same recorded GPS tracks was attached to subsequently created notes (#4199, #4204), by @goldbattle</li>
Expand Down

0 comments on commit 73c38e6

Please sign in to comment.