Author: Adam Evyčędo <git@apiote.xyz>
release version 3.6.0 (30)
CHANGELOG.adoc | 16 +++++++++++++++- README.adoc | 19 ++++++++++++------- app/build.gradle.kts | 4 ++-- metadata/en-US/changelogs/30.txt | 6 ++++++ metadata/en/changelogs/30.txt | 6 ++++++ metadata/pl-PL/changelogs/30.txt | 5 +++++
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 29474db0c178e8e7fe407d7c4101c311eed2dece..367bd8dfd668f769b62e19efc9e94772c4f324e3 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,7 +14,21 @@ * Travel planning * Offline timetable -== [3.4] – 2024-07-03 +== [3.6] – 2024-08-30 + +=== Added + +* reporting crashes with ACRA +* use kotlin build scripts and cache +* use elizabeth dev responses to show inexact times +* use elizabeth dev responses to show coloured/italics lines in change options +* use elizabeth dev responses to grey-out or hide terminus arrivals + +=== Fixed + +* fixed updating conflicting rows for favourites and geonames on older Android versions + +== [3.5] – 2024-07-24 === Added diff --git a/README.adoc b/README.adoc index b98ef0e65cef40da413c6bf0b9a81ea1a0c955c3..d17ae3df924cad086569306e48bdb61c72af03d6 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.5.0 2024-07-24 +v3.6.0 2024-08-30 :toc: Bimba is a FLOSS public transport passenger companion; a timetable in your pocket. @@ -29,15 +29,21 @@ This project uses The Code of Merit, which is available as CODE_OF_CONDUCT file. Bimba is translated using https://hosted.weblate.org/projects/bimba/[Weblate] -The roadmap is available in `CHANGELOG.adoc` file and—although it’s not set in stone—feature requests are highly discouraged. Contributions, however, are welcome as patches; please send them to `bimba@git.apiote.xyz` using `git send-email`. Patches must include a sign-off to certify agreement to https://developercertificate.org/[Developer Certificate of Origin]. +The roadmap is available in `CHANGELOG.adoc` file and—although it’s not set in stone—feature requests are highly discouraged. Contributions, however, are welcome as patches; please send them to mailto:patches@bimba.app using `git send-email`. Patches must include a sign-off to certify agreement to https://developercertificate.org/[Developer Certificate of Origin]. + +== Contact -All communication—questions, bugs, etc.—should go through the mailing list available at `bimba@git.apiote.xyz`. Note that all communication will be made public at https://asgard.apiote.xyz/. +Communication—questions, bugs, etc.—should go through either: + +* the mailing list at mailto:questions@bimba.app, +* the public Matrix channel https://matrix.to/#/#marblearch:apiote.xyz[#marblearch:apiote.xyz], +* the Mastodon account at https://floss.social/@bimba -This project can be translated using Weblate at https://hosted.weblate.org/projects/bimba/ +Note that all communication may be or will be made public. == Mirrors -The canonical repository for this project is https://git.apiote.xyz/Bimba.git it’s mirrored at https://notabug.org/apiote/Bimba +The canonical repository for this project is https://git.apiote.xyz/Bimba.git it’s mirrored at https://notabug.org/apiote/Bimba and https://codeberg.org/apiote/Bimba Mirrors exist solely for the sake of the code and any additional functions provided by third-party services (including but not limited to issues and pull requests) will not be used and will be ignored. @@ -63,5 +69,4 @@ === Thanks to… * https://github.com/tebriz159 for new logo - -* https://fonts.google.com/icons[Material Icons], © Google Apache 2.0 +* https://material.io/icons[Material Icons], © Google Apache 2.0 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7e019b72fe274987a66a2cf8951a5522338bd7b7..caa5baee991e29af63d161080acef2f03cca8501 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ defaultConfig { applicationId = "xyz.apiote.bimba.czwek" minSdk = 21 targetSdk = 35 - versionCode = 29 - versionName = "3.5.0" + versionCode = 30 + versionName = "3.6.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations += listOf("en", "pl", "it", "de", "fr", "en-rUS") diff --git a/metadata/en/changelogs/30.txt b/metadata/en/changelogs/30.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb3377a509d9ef0382effa92ee13f819092b6148 --- /dev/null +++ b/metadata/en/changelogs/30.txt @@ -0,0 +1,6 @@ +Changes in version 3.6: +* Change options can now show lines in italics +* Crashes can be reported +* About page shows more contact points +* Fixed updating favourites and geonames on older versions of Android + diff --git a/metadata/en-US/changelogs/30.txt b/metadata/en-US/changelogs/30.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb3377a509d9ef0382effa92ee13f819092b6148 --- /dev/null +++ b/metadata/en-US/changelogs/30.txt @@ -0,0 +1,6 @@ +Changes in version 3.6: +* Change options can now show lines in italics +* Crashes can be reported +* About page shows more contact points +* Fixed updating favourites and geonames on older versions of Android + diff --git a/metadata/pl-PL/changelogs/30.txt b/metadata/pl-PL/changelogs/30.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9dffb4f175dcb5023b047f619ee93cb41238726 --- /dev/null +++ b/metadata/pl-PL/changelogs/30.txt @@ -0,0 +1,5 @@ +Zmiany w wersji 3.6: +* Opcje przesiadki mogą pokazywać linie kursywą +* Błędy mogą być raportowane +* Strona o Bimbie zawiera więcej możliwości kontaktu +* Naprawiono aktualizowanie ulubionych i danych geokodowania na starszych wersjach Androida