diff --git a/app/build.gradle b/app/build.gradle --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ minSdkVersion 21 targetSdkVersion 34 buildToolsVersion = '34.0.0' - versionCode 60 - versionName "2.2.3" + versionCode 61 + versionName "2.3.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/61.txt b/metadata/en-US/changelogs/61.txt new file mode 100644 --- /dev/null +++ b/metadata/en-US/changelogs/61.txt @@ -0,0 +1,12 @@ +Added search by bus line +Proposed by Francesco Bonicelli +Completed by fabio.mazza +https://gitpull.it/T1199 + +Integrated collaborative translations thanks to Weblate +Completed by fabio.mazza +https://gitpull.it/T1275 + +Show info window in the map actually on top of bus marker +Resolved by fabio.mazza +https://gitpull.it/T1269 diff --git a/metadata/it/changelogs/61.txt b/metadata/it/changelogs/61.txt new file mode 100644 --- /dev/null +++ b/metadata/it/changelogs/61.txt @@ -0,0 +1,12 @@ +Aggiunta ricerca per nome delle linee +Proposto da Francesco Bonicelli +Completato da fabio.mazza +https://gitpull.it/T1199 + +Integrate traduzioni collaborative con Weblate +Completato da fabio.mazza +https://gitpull.it/T1275 + +Apertura popup mappa sopra marker del bus +Risolto da fabio.mazza +https://gitpull.it/T1269