Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Jan 26, 2024
1 parent b1cf980 commit 640f98c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdk = 21
targetSdk = 34
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode = 206
versionName = "1.7.1"
versionCode = 208
versionName = "1.8.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += supportedLocales.split(",")
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Neue Funktionen:
- Tippe auf einen Anschluss um Details zur Belegung zu sehen
- Name der Ladestation gedrückt halten um ihn zu kopieren
- Neue Übersetzung: Tschechisch

Verbesserungen:
- Echtzeitdaten für Tesla Supercharger in einigen Ländern nun auch ohne Login verfügbar
- Links zu map.openchargemap.io können in der App geöffnet werden
- Mapbox: Verkehrsdaten für beliebige Kartenstile verfügbar

Fehler behoben:
- Anzeigefehler behoben
- Abstürze behoben
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
New features:
- Tap on a connector type to see more details about its status
- Copy charger name using long press
- New translation: Czech

Improvements:
- Realtime data for Tesla Superchargers also available without login in some countries
- Links to map.openchargemap.io can be opened in the app
- Mapbox: Traffic data available for all map styles

Bugfixes:
- Fixed display errors
- Fixed crashes

0 comments on commit 640f98c

Please sign in to comment.