Author: Adam Evyčędo <git@apiote.xyz>
release version 3.3.0 string, (25)
README.adoc | 3 +-- app/build.gradle | 4 ++-- metadata/en-GB/changelogs/25.txt | 11 +++++++++++ metadata/en-US/changelogs/25.txt | 11 +++++++++++ metadata/pl-PL/changelogs/25.txt | 11 +++++++++++
diff --git a/README.adoc b/README.adoc index 38eaec80f70222d212a80400c87d9782157e7096..d0ddcbe2c696355c6b278213be5538fd8556182e 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.2 2024-03-13 +v3.3 2024-05-16 :toc: Bimba is a FLOSS public transport passenger companion; a timetable in your pocket. @@ -65,4 +65,3 @@ * https://github.com/tebriz159 for new logo * https://fonts.google.com/icons[Material Icons], © Google Apache 2.0 -* https://github.com/mancj/MaterialSearchBar[Search bar], © mancj MIT diff --git a/app/build.gradle b/app/build.gradle index eda3db1d5f1246d2d41908de7bac1b2dbadfbd8a..74c83573693cf4ef41816d56aaaf424ba0785c77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ defaultConfig { applicationId "xyz.apiote.bimba.czwek" minSdk 21 targetSdk 34 - versionCode 24 - versionName "3.2.0" + versionCode 25 + versionName "3.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations += ["en", "pl", "it", "de"] diff --git a/metadata/en-GB/changelogs/25.txt b/metadata/en-GB/changelogs/25.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8c2609f0a17d73980acfcf8d11fa13d9411c4ee --- /dev/null +++ b/metadata/en-GB/changelogs/25.txt @@ -0,0 +1,11 @@ +Changes in version 3.3 +* Added selecting date and filtering by time +* Added filtering departures by line +* Added alerts shown in stop and departures +* Fixed landscape version of ‘about’ screen +* Fixed capabilities for vehicles on map +* Changed cached localities to lower contrast +* Fixed showing line directions for other than 2 +* Fixed saving localities cache +* Updated dependencies +* Updated deprecated methods in code diff --git a/metadata/en-US/changelogs/25.txt b/metadata/en-US/changelogs/25.txt new file mode 100644 index 0000000000000000000000000000000000000000..0629d1dd250bc5eacdf49792617e42e57bc0ee02 --- /dev/null +++ b/metadata/en-US/changelogs/25.txt @@ -0,0 +1,11 @@ +Changes in version 3.3 +* Added selecting date and filtering by time +* Added filtering departures by line +* Added alerts shown in stop and departures +* Fixed landscape version of “about” screen +* Fixed capabilities for vehicles on map +* Changed cached localities to lower contrast +* Fixed showing line directions for other than 2 +* Fixed saving localities cache +* Updated dependencies +* Updated deprecated methods in code diff --git a/metadata/pl-PL/changelogs/25.txt b/metadata/pl-PL/changelogs/25.txt new file mode 100644 index 0000000000000000000000000000000000000000..098bde1fbac4f2486da1f3a5b4e78fa9ec92cc9c --- /dev/null +++ b/metadata/pl-PL/changelogs/25.txt @@ -0,0 +1,11 @@ +Zmiany w wersji 3.3 +* Dodano wybieranie daty i filtrowanie po czasie +* Dodano filtrowanie po linii +* Dodany alerty przy przystankach i odjazdach +* Poprawiono horyzontalną wersję ekranu o Bimbie +* Poprawiono cechy pojazdów na mapie +* Zmieniono zapisane lokalizacje na mniejszy kontrast +* Poprawiono kierunki linii dla innej liczby niż 2 +* Poprawiono zapisuwanie lokalizacji +* Zaktualizowano zależności +* Zaktualizowano przestarzałe metody w kodzie