Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jan 22, 2024
1 parent ec1ee03 commit 1d761f8
Show file tree
Hide file tree
Showing 2 changed files with 22 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 @@ -16,8 +16,8 @@ android {
applicationId = "com.kylecorry.trail_sense"
minSdk = 23
targetSdk = 34
versionCode = 112
versionName = "5.7.0"
versionCode = 113
versionName = "5.7.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
20 changes: 20 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/113.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Paths
- Add setting to improve render performance at the cost of appearance

Flashlight
- Add quick action for screen flashlight

Bubble Level
- Increase size

Augmented Reality (Experimental)
- Guide to sun / moon (button on Astronomy tool)
- Navigate to beacons
- Add view distance setting
- Apply compass smoothing to AR

Misc
- Add dynamic color support (enable in settings on supported devices)
- Pin the user guide in Tools by default
- Performance improvements
- Bug fixes

0 comments on commit 1d761f8

Please sign in to comment.