Author: Adam Evyčędo <git@apiote.xyz>
prepare v3.4
README.adoc | 2 +- app/build.gradle | 4 ++-- metadata/en-GB/changelogs/28.txt | 9 +++++++++ metadata/en-US/changelogs/28.txt | 8 ++++++++ metadata/fr-FR/changelogs/28.txt | 8 ++++++++ metadata/pl-PL/changelogs/28.txt | 8 ++++++++ release.sh | 2 +-
diff --git a/README.adoc b/README.adoc index ca64b9acbe6363bc49bc599f03346fe86e70d549..f89c19fe5a0c108193f3166443f30c00901f5f57 100644 --- a/README.adoc +++ b/README.adoc @@ -4,7 +4,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later = Bimba Adam Evyčędo <me@apiote.xyz> -v3.3.2 2024-05-22 +v3.4.0 2024-07-03 :toc: Bimba is a FLOSS public transport passenger companion; a timetable in your pocket. diff --git a/app/build.gradle b/app/build.gradle index 959dcb0a3996e221751c73a1a3ec731313d733d6..54d50b5a32b00c98bde44d662ce7e94bfbe0df97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ defaultConfig { applicationId "xyz.apiote.bimba.czwek" minSdk 21 targetSdk 35 - versionCode 27 - versionName "3.3.2" + versionCode 28 + versionName "3.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations += ["en", "pl", "it", "de", "fr"] diff --git a/metadata/en-GB/changelogs/28.txt b/metadata/en-GB/changelogs/28.txt new file mode 100644 index 0000000000000000000000000000000000000000..d809d57cf88dd3aea767adf91b0362ca0174683a --- /dev/null +++ b/metadata/en-GB/changelogs/28.txt @@ -0,0 +1,9 @@ +Changes in version 3.4 +* Added countdown to show next update of departures +* Fixed persisting filters and bottom sheets across screen changes +* Changed layout of alerts above departures +* Fixed phantom search results +* Fixed edge-to-edge and landscape layouts +* Added simple favourites +* Added French translation (by ArnaudDvs) + diff --git a/metadata/en-GB/images/phoneScreenshots/dash_w_fav.png b/metadata/en-GB/images/phoneScreenshots/dash_w_fav.png new file mode 100644 index 0000000000000000000000000000000000000000..cb5c6df2d6613b95031e864a2e691de790eb9e84 Binary files /dev/null and b/metadata/en-GB/images/phoneScreenshots/dash_w_fav.png differ diff --git a/metadata/en-US/changelogs/28.txt b/metadata/en-US/changelogs/28.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb8a27715209ea9d00bbeee41297eea86c78bd6a --- /dev/null +++ b/metadata/en-US/changelogs/28.txt @@ -0,0 +1,8 @@ +Changes in version 3.4 +* Added countdown to show next update of departures +* Fixed persisting filters and bottom sheets across screen changes +* Changed layout of alerts above departures +* Fixed phantom search results +* Fixed edge-to-edge and landscape layouts +* Added simple favorites +* Added French translation (by ArnaudDvs) diff --git a/metadata/fr-FR/changelogs/28.txt b/metadata/fr-FR/changelogs/28.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb8a27715209ea9d00bbeee41297eea86c78bd6a --- /dev/null +++ b/metadata/fr-FR/changelogs/28.txt @@ -0,0 +1,8 @@ +Changes in version 3.4 +* Added countdown to show next update of departures +* Fixed persisting filters and bottom sheets across screen changes +* Changed layout of alerts above departures +* Fixed phantom search results +* Fixed edge-to-edge and landscape layouts +* Added simple favorites +* Added French translation (by ArnaudDvs) diff --git a/metadata/pl-PL/changelogs/28.txt b/metadata/pl-PL/changelogs/28.txt new file mode 100644 index 0000000000000000000000000000000000000000..13d42a664af2a78825953c59dfc204b945f0a680 --- /dev/null +++ b/metadata/pl-PL/changelogs/28.txt @@ -0,0 +1,8 @@ +Zmiany w wersji 3.4 +* Dodano odliczanie do następnej aktualizacji odjazdów +* Naprawiono zachowywanie filtrów bottom sheets pomiędzy zmianami orientacji +* Zmieniono układ alertów nad odjazdami +* Naprawiono fantomowe wyniki wyszukiwania +* Naprawiono układy horyzontalne i krawędź-do-krawędzi +* Dodano proste ulubione przystanki +* Dodano francuskie tłumaczenie (ArnaudDvs) diff --git a/metadata/pl-PL/images/phoneScreenshots/dash_w_fav.png b/metadata/pl-PL/images/phoneScreenshots/dash_w_fav.png new file mode 100644 index 0000000000000000000000000000000000000000..f774583c27d590632b3d8b77bde9c88907d163b6 Binary files /dev/null and b/metadata/pl-PL/images/phoneScreenshots/dash_w_fav.png differ diff --git a/release.sh b/release.sh index 76d0c0530391fe1a3d0cb63b0d404cd4e6135e95..2929171a1ce309602ad7733a1b8914e677fa95fe 100755 --- a/release.sh +++ b/release.sh @@ -102,7 +102,7 @@ exit 1 fi git add app/build.gradle git add metadata/ - git commit -S -m "release version $newVersionName ($newVersionCode)" + git commit -S -m "release version $newVersionName ($newVersionCode)" || true echo 'pushing …' git push git switch master