Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim committed Jan 8, 2024
1 parent 637474c commit 8baf9d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apply from: 'witness.gradle'
android {

defaultConfig {
versionCode 123
versionName "2.1.5"
versionCode 124
versionName "2.2.0"

applicationId "de.grobox.liberario"
minSdkVersion 21
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<changelog xmlns:tools="http://schemas.android.com/tools"
tools:ignore="UnusedResources">

<release
version="2.2.0"
versioncode="124">
<change>Switch map library to MapLibre - finally bringing Transportr back to F-Droid!</change>
<change>Remember preferred means of transport for future searches (thanks Prat!)</change>
<change>Fix minor issues on About page and with the time picker (thanks Altonss!)</change>
<change>Fix and re-add formerly broken regions: SBB (thanks Tobias!), VVO, AVV (Augsburg), GVH, VRS</change>
<change>Remove regions where information is no longer available: VOR, STV, VVV, SNCB, 9292, TFI</change>
<change>Remove regions that are no longer served by Navitia: Finland, Portugal, Hungary, Czech Republic, Ghana, California, Oregon, New York, Ontario, Quebec, British Colombia, Costa Rica, Nicaragua, Florianópolis (Brazil), Brazil, New Zealand</change>
</release>

<release
version="2.1.5"
versioncode="123">
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Switch map library to MapLibre - finally bringing Transportr back to F-Droid!
* Remember preferred means of transport for future searches (thanks Prat!)
* Fix minor issues on About page and with the time picker (thanks Altonss!)
* Fix and re-add formerly broken regions: SBB (thanks Tobias!), VVO, AVV (Augsburg), GVH, VRS
* Remove regions where information is no longer available: VOR, STV, VVV, SNCB, 9292, TFI
* Remove a long list of regions that are no longer served by Navitia

0 comments on commit 8baf9d3

Please sign in to comment.