commit 5fbc0bf3c671b688b748de844ad4d0717c6c72f0 Author: Fabio Mazza Date: Thu Sep 24 11:54:00 2026 +0200 Release version 2.6.5 Reviewers: #libre_busto_hackers, valerio.bozzolan Reviewed By: #libre_busto_hackers, valerio.bozzolan Subscribers: valerio.bozzolan Project Tags: #libre_busto Differential Revision: https://gitpull.it/D258 diff --git a/app/build.gradle b/app/build.gradle index ba71b38..5abdd8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { //noinspection EditedTargetSdkVersion targetSdkVersion 36 buildToolsVersion = '36.0.0' - versionCode 76 - versionName "2.6.46" + versionCode 77 + versionName "2.6.5" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/77.txt b/metadata/en-US/changelogs/77.txt new file mode 100644 index 0000000..2ba2f3d --- /dev/null +++ b/metadata/en-US/changelogs/77.txt @@ -0,0 +1,4 @@ +- Improved the display of vehicles with no trip information or with information currently downloading: https://gitpull.it/D257 +- Added a donation button to the About section: https://gitpull.it/D256 +- Fixed a minor issue related to suburban buses: https://gitpull.it/D254 +- Updated the Italian, French, and Dutch translations via Weblate. diff --git a/metadata/it/changelogs/77.txt b/metadata/it/changelogs/77.txt new file mode 100644 index 0000000..01e2fdf --- /dev/null +++ b/metadata/it/changelogs/77.txt @@ -0,0 +1,4 @@ +- Migliorata la visualizzazione dei veicoli senza informazioni sulla corsa, o con informazioni in download: https://gitpull.it/D257 +- Aggiunta pulsante donazioni nella sezione Informazioni: https://gitpull.it/D256 +- Risolto un problema minore relativo agli autobus extraurbani: https://gitpull.it/D254 +- Aggiornate le traduzioni italiana, francese e olandese tramite Weblate.