Skip to content

Commit

Permalink
changelog so far
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 1, 2024
1 parent 025f96f commit 97eecea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v57.0-beta1

### Buildings Overlay (#5461)

The new buildings overlay now lets you comprehensively view and edit building types all around town!
(You'll be amazed and/or appalled how many buildings are currently actually tagged wrong or imprecise! 😅)

### Quest and Overlay Enhancements and Fixes
- The lit and surface overlay now each have a button to apply the last answer (#4741)
- Measuring widths and heights: [StreetMeasure](https://play.google.com/store/apps/details?id=de.westnordost.streetmeasure) doesn't work for you? In that case you'll be offered to quickly disable these AR measurement quests now (#4849)
- Opening hours: Also ask for places whose already set opening hours likely contain mistakes (#5463)
- Building quest is disabled by default now, because we have an overlay now and it was really spammy, don't you think?

### General Enhancements and Fixes
- Add some interesting links as achievement rewards (#5466)

## v56.1

Some work towards an [iOS port](https://github.com/streetcomplete/StreetComplete/issues/5421) of
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdk = 21
targetSdk = 34
versionCode = 5602
versionName = "56.1"
versionCode = 5700
versionName = "57.0-beta1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 97eecea

Please sign in to comment.