Skip to content

Commit 37774bf

Browse files
authored
chore: prepare app for 5.1.0 release (#792)
1 parent b9a89b5 commit 37774bf

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ android {
181181
applicationId = config.appId
182182
minSdk = libs.versions.android.minSdk.get().toInt()
183183
targetSdk = libs.versions.android.targetSdk.get().toInt()
184-
versionCode = 200 // Always increment by 10. See fdroid flavor below
185-
versionName = "5.0.6"
184+
versionCode = 210 // Always increment by 10. See fdroid flavor below
185+
versionName = "5.1.0"
186186
resValue("string", "app_name", config.appName)
187187
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
188188
resValue(

iosApp/Configuration/Config.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ OONI_PROBE_APP_NAME=OONI Probe
44
NMS_BUNDLE_ID=com.dw.ooniprobe
55
NMS_APP_NAME=News Media Scan
66
NMS_TEAM_ID=D6848Q89CC
7-
APP_VERSION=5.0.6
8-
BUNDLE_VERSION=200
7+
APP_VERSION=5.1.0
8+
BUNDLE_VERSION=210
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
* Measurement engine synced with OONI Probe CLI v3.25.0.
2-
* Fix running OONI Run link tests with large amounts of URLs.
3-
* Dark-mode splash screen on Android.
4-
* Other bug fixes and improvements.
1+
* Measurement engine updated to OONI Probe CLI v3.26.0
2+
* Filter results by date and network
3+
* Mark multiple results as viewed
4+
* Delete results selectively
5+
* New contact screen, with the ability to include logs
6+
* Improved translation of plurals
7+
* Predictive back on Android
8+
* Chosen websites for testing are kept from the previous run
9+
* Various minor bug fixes and enhancements

0 commit comments

Comments
 (0)