diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dda57b..7f9d137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - Not applicable +## [1.2.10] - 2023-05-22 +### Changed +- Extended blacklist (thanks to Sorunome) +- Avoid searching nearby WiFis if GPS accuracy isn't good enough + ## [1.2.9] - 2023-05-03 ### Added - Handle geo uris: allows adding emitters as if a GPS location was received at the indicated location diff --git a/app/build.gradle b/app/build.gradle index 5e91fa6..7fd85b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "helium314.localbackend" minSdkVersion 18 targetSdkVersion 33 - versionCode 37 - versionName "1.2.9" + versionCode 38 + versionName "1.2.10" } buildTypes { release { diff --git a/fastlane/metadata/android/en-US/changelogs/38.txt b/fastlane/metadata/android/en-US/changelogs/38.txt new file mode 100644 index 0000000..c9190b4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/38.txt @@ -0,0 +1,2 @@ +- Extended blacklist (thanks to Sorunome) +- Avoid searching nearby WiFis if GPS accuracy isn't good enough