diff --git a/app/build.gradle b/app/build.gradle index c86c6513c..ca49a772d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ad6844712..5009ccd4e 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -2,6 +2,17 @@ + + 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 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 + + diff --git a/fastlane/metadata/android/en-US/changelogs/124.txt b/fastlane/metadata/android/en-US/changelogs/124.txt new file mode 100644 index 000000000..ec24687e8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/124.txt @@ -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 \ No newline at end of file