diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ applicationId "it.reyboz.bustorino" minSdkVersion 16 targetSdkVersion 31 - versionCode 41 - versionName "1.17.1" + versionCode 42 + versionName "1.18.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/42.txt b/metadata/en-US/changelogs/42.txt new file mode 100644 --- /dev/null +++ b/metadata/en-US/changelogs/42.txt @@ -0,0 +1,9 @@ +* new setting: you can now choose whether to launch the app from favorites/map/lines or arrivals (default) +* fix in the lines screen: now the back button works perfectly + +Thanks to Niccolò Marcucci for the new setting request! + +* https://gitpull.it/T1086 +* https://gitpull.it/T1091 + +This version is entirely developed by our own Fabio Mazza. diff --git a/metadata/it/changelogs/42.txt b/metadata/it/changelogs/42.txt new file mode 100644 --- /dev/null +++ b/metadata/it/changelogs/42.txt @@ -0,0 +1,9 @@ +* nuova impostazione: è ora possibile scegliere se lanciare l'app da preferiti / mappa / linee o arrivi (default) +* fix nella schermata linee: ora il tasto indietro funziona perfettamente + +Grazie a Niccolò Marcucci per la richiesta della nuova impostazione! + +* https://gitpull.it/T1086 +* https://gitpull.it/T1091 + +Questa versione è interamente sviluppata dal nostro Fabio Mazza.